Skip to main content

ProductPriceAdjusted

Returned when the price was changed and stored.

type ProductPriceAdjusted {
product: Product!
previousPrice: Money!
newPrice: Money!
}

Fields

ProductPriceAdjusted.product ● Product! non-null object

The product as it now stands, at its new price.

ProductPriceAdjusted.previousPrice ● Money! non-null object

What one unit cost before the change.

ProductPriceAdjusted.newPrice ● Money! non-null object

What one unit costs now.

Implemented By

AdjustProductPriceResult union