OBJECT

ProductTierPrice

The ProductTierPrice object defines a tier price, which is a quantity discount offered to a specific customer group.

link GraphQL Schema definition

  • type ProductTierPrice {
  • # The ID of the customer group.
  • customer_group_id: String
  • # The number of items that must be purchased to qualify for tier pricing.
  • qty: Float
  • # The price of the fixed price item.
  • value: Float
  • # The percentage discount of the item.
  • percentage_value: Float
  • # The ID assigned to the website.
  • website_id: Float
  • }