GraphQL INPUT_OBJECT
CreatePriceConfigurationInput
link Definition
- input CreatePriceConfigurationInput {
- # Unique ID of the client account.
- 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] : [
- }