Skip to main content
Version: 3.x

promotion

Look up a promotion by ID.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_DISCOUNTSpermission.
promotion(
id: ID!
): Promotion

Arguments

promotion.id ● ID! non-null scalar

ID of the promotion.

Type

Promotion object

Represents the promotion that allow creating discounts based on given conditions, and is visible to all the customers.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.

Was this page helpful?