createCustomPriceDefinition
Mutation for price definition creation from migration
This page contains
Arguments
| input CreateCustomPriceDefinitionInput! PREVIEW | Attributes to create a price definition from migration |
CreateCustomPriceDefinitionInput fields
| externalId String! | External identifier for the price definition |
| editionPricingUuid String! | Edition pricing UUID |
| currency String! | Pricing currency |
| pricingDetails [PricingDetailInput!] PREVIEW | Pricing details for different units |
Return Fields
| id ID | Created price definition ID |
| userErrors [CreateCustomPriceDefinitionError!] PREVIEW | List of user errors that occurred during creation |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.