GraphQL INPUT_OBJECT
PriceConfigurationProductItemInput
link Definition
- input PriceConfigurationProductItemInput {
- # First date and time in which the price configuration is valid.
- DateTime :
- # Last date and time in which the price configuration is valid.
- DateTime :
- # Options to limit the discount and to specify a pricing model.
- PriceSettingsInput :
- # Unique ID of the product for which the price configuration applies.
- Int :
- }