INPUT_OBJECT

OfferingProductInput

Payload for an offering product

link GraphQL Schema definition

  • input OfferingProductInput {
  • # If true, the offering product will be deleted
  • _destroy: Boolean
  • # If true, the main quantity will be deducted
  • deduct_main_quantity: Boolean
  • # The ID of the offering product
  • id: ID
  • # The price of the offering product
  • price: String
  • # The offering product
  • product: ProductInput
  • # The quantity of the offering product
  • quantity: String
  • # If true, the offering product is taxable
  • taxable: Boolean
  • }