GraphQL INPUT_OBJECT
ShippingConfigurationPriceInput
Input for price settings of the created shipping configuration.
link Definition
- input ShippingConfigurationPriceInput {
- # Price type code. Determines the discount pricing method.
- : PriceTypeEnum!
- # Allows you to set a specific amount that will be subtracted from the price of
- # the product.
- : PriceAbsoluteInput
- }