Skip to main content

sale

Look up a sale by ID.

Requires MANAGE_DISCOUNTSpermission.
sale(
id: ID!
channel: String
): Sale

Arguments

sale.id ● ID! non-null scalar

ID of the sale.

sale.channel ● String scalar

Slug of a channel for which the data should be returned.

Type

Sale object

Sales allow creating discounts for categories, collections or products and are visible to all the customers.


Was this page helpful?