promotion
Accepts id, businessUnitGroupId, businessUnitId arguments and returns a single promotion entity in response.
If you query v1 model, businessUnitGroupId argument must be supplied and businessUnitId argument will be ignored.
If you query v2 model, either businessUnitGroupId or businessUnitId argument must be supplied.
promotion(
id: String!
businessUnitGroupId: String
businessUnitId: String
): Promotion
Arguments
promotion.id ● String! non-null scalar
The promotion identifier.
promotion.businessUnitGroupId ● String scalar
Business unit group identifier.
promotion.businessUnitId ● String scalar
Business unit identifier.
Type
Promotion object
The Promotion entity represents a time limited reduction in Sales Prices and/or a combination of Products bought together that will give the consumer a better price than if the products are bought separately.