Skip to main content

promotionsByItem

Accepts itemId, businessUnitGroupId, businessUnitId, activeOnly arguments and returns all/filtered Promotions for specified Business Unit or Business Unit Group item.

By default excludes DELETED Promotions.

promotionsByItem(
itemId: String!
businessUnitGroupId: String
businessUnitId: String
activeOnly: Boolean
): [Promotion]

Arguments

promotionsByItem.itemId ● String! non-null scalar

The ID of the Item.

promotionsByItem.businessUnitGroupId ● String scalar

The ID of the Business Unit Group.

promotionsByItem.businessUnitId ● String scalar

The ID of the Business Unit.

promotionsByItem.activeOnly ● Boolean scalar

Select only active Promotions. The default value is false.

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.