Skip to main content

saleCreate Mutation

DEPRECATED

Use promotionCreate mutation instead.

Creates a new sale.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • SALE_CREATED (async): A sale was created.
saleCreate(
input: SaleInput!
): SaleCreate @deprecated
Show return type

Arguments

input ● SaleInput!

Fields required to create a sale.

Type

SaleCreate

Creates a new sale.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • SALE_CREATED (async): A sale was created.