promotion
Look up a promotion by ID.
Added in Saleor 3.17This API is currently in Feature Preview and can be subject to changes at later point.
promotion(
id: ID!
): Promotion
Arguments
promotion.id
● ID!
non-null scalar miscellaneous
ID of the promotion.
Type
Promotion
object discounts
Represents the promotion that allow creating discounts based on given conditions, and is visible to all the customers.
Added in Saleor 3.17This API is currently in Feature Preview and can be subject to changes at later point.