SaleUpdate Object
Updates a sale.
Triggers the following webhook events:
- SALE_UPDATED (async): A sale was updated.
- SALE_TOGGLE (async): Optionally triggered when a sale is started or stopped.
type SaleUpdate {
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
sale: Sale
}
Fields
errors ● [DiscountError!]!
sale ● Sale
Show deprecated
Returned By
saleUpdate mutation