Docs
Dashboard

productVariantPriceUpdate

Mutation

Updates an existing product variant price based on the provided input parameters.

#

Arguments


input
ProductVariantPriceUpdateInput!Required

The details required for updating a product variant price, including:

  • Id: Identifier of the price to update

  • CentAmount: New price amount in the smallest currency unit (optional)

  • TaxBehavior: New tax inclusion/exclusion setting (optional)

  • ValidFrom: New start date of validity (optional)

  • ValidUntil: New end date of validity (optional)

  • CountryCode: ISO country code restriction (optional)

  • ChannelId: Sales channel identifier (optional)

  • CustomerGroupId: Customer group identifier (optional)

#

Payload


errors
[ProductVariantPriceUpdateError!]

User-facing errors that prevented the operation from succeeding.

price
Price

The price associated with this product variant price update payload.