GraphQL INPUT_OBJECT
PricePercentageInput
Input for the specific percentage that will be subtracted from the price of the product.
link Definition
- input PricePercentageInput {
- # List of price values.
- PricePercentageValueInput]! : [
- }
GraphQL INPUT_OBJECT
Input for the specific percentage that will be subtracted from the price of the product.
- input PricePercentageInput {
- # List of price values.
- PricePercentageValueInput]! : [
- }