productVariantPriceUpdate
MutationUpdates an existing product variant price based on the provided input parameters.
#
Arguments
- ProductVariantPriceUpdateInput!Required
input 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
- [ProductVariantPriceUpdateError!]
errors User-facing errors that prevented the operation from succeeding.
- Price
price The price associated with this product variant price update payload.