Anchor to PriceListFixedPricesAddPayloadPrice
payloadPrice List Fixed Prices Add Payload
Return type for mutation.
Anchor to FieldsFields
- prices ([PriceListPrice!])
- userErrors ([PriceListPriceUserError!]!)
- 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?
Anchor to Mutations with this payloadMutations with this payload
- priceListFixedPricesAdd (PriceListFixedPricesAddPayload)
- •mutation
Creates or updates fixed prices on a
. Use this mutation to set specific prices forobjects that override the price list's default percentage-based adjustments.When you add fixed prices, the mutation replaces any existing fixed prices for those variants on the price list.
- 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.
Arguments
Was this section helpful?