Skip to main content

AdjustProductPriceResult

The outcome of adjustProductPrice: either the repriced product, or the business reason the price was not changed.

union AdjustProductPriceResult = ProductPriceAdjusted | ProductPriceError

Possible types

AdjustProductPriceResult.ProductPriceAdjusted object

Returned when the price was changed and stored.

AdjustProductPriceResult.ProductPriceError object

Returned when the price was not changed for a business reason rather than a transport or permission failure.

Returned By

adjustProductPrice mutation