GraphQL OBJECT
PriceType
: Price type of the product.
link Definition
- type PriceType {
- # Code of the discount pricing method.
- PriceTypeEnum! :
- # Name of the discount pricing method.
- String! :
- }
GraphQL OBJECT
: Price type of the product.
- type PriceType {
- # Code of the discount pricing method.
- PriceTypeEnum! :
- # Name of the discount pricing method.
- String! :
- }