Skip to main content
Version: 3.x

SaleCreate

Creates a new sale.

DEPRECATED: this mutation will be removed in Saleor 4.0. Use promotionCreate mutation instead.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • SALE_CREATED (async): A sale was created.
type SaleCreate {
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
sale: Sale
}

Fields

SaleCreate.discountErrors ● [DiscountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

SaleCreate.errors ● [DiscountError!]! non-null object

SaleCreate.sale ● Sale object

Returned by

saleCreate mutation


Was this page helpful?