Anchor to priceListFixedPricesAddprice
mutationprice List Fixed Prices Add
Requires access scope. Also: The user must have permission to create and edit catalogs.
Creates or updates fixed prices on a price list. You can use the mutation to set a fixed price for specific product variants. This lets you change product variant pricing on a per country basis. Any existing fixed price list prices for these variants will be overwritten.
Anchor to Arguments
Arguments
- Anchor to priceListIdprice•ID!
List Id required The ID of the price list to which the fixed prices will be added or updated.
- Anchor to pricesprices•[Price
List Price Input!]! required The list of fixed prices to add or update in the price list.
Was this section helpful?
- Anchor to pricesprices•[Price
List Price!] The list of fixed prices that were added to or updated in the price list.
- Anchor to userErrorsuser•[Price
Errors List Price User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?