GraphQL OBJECT
PricingMethod
Pricing method used for the price of the product.
link Definition
- type PricingMethod {
- # Pricing method code.
- PricingMethodEnum :
- # Pricing method name.
- String! :
- }
GraphQL OBJECT
Pricing method used for the price of the product.
- type PricingMethod {
- # Pricing method code.
- PricingMethodEnum :
- # Pricing method name.
- String! :
- }