sale Query
DEPRECATED
Use the promotion query instead.
Look up a sale by ID.
sale(
id: ID!
channel: String
): Sale @deprecated
Show return type
Arguments
id ● ID!
ID of the sale.
channel ● String
Slug of a channel for which the data should be returned.
Type
Sale
Sales allow creating discounts for categories, collections or products and are visible to all the customers.
DEPRECATED: this type will be removed. Use Promotion type instead.