GraphQL INPUT_OBJECT
UpdatePriceConfigurationInput
link Definition
- input UpdatePriceConfigurationInput {
- # Unique ID of the price configuration.
- Int! :
- # Name of the price configuration.
- String :
- # List of product price configuration items that you would like to create.
- PriceConfigurationProductItemInput] : [
- # List of product list price configuration items that you would like to create.
- PriceConfigurationProductListItemInput] : [
- }