GraphQL OBJECT

PriceType

: Price type of the product.

link Definition

  • type PriceType {
  • # Code of the discount pricing method.
  • id: PriceTypeEnum!
  • # Name of the discount pricing method.
  • name: String!
  • }