Skip to main content

totalCount

Accepts businessUnitGroupId and provides a total count of Assortment Policies for a given Business Unit Group.

By default excludes DELETED Assortment Policies. Might be changed if includeDeleted flag set to true.

totalCount(
businessUnitGroupId: String!
includeDeleted: Boolean
): Long!

Arguments

totalCount.businessUnitGroupId ● String! non-null scalar

totalCount.includeDeleted ● Boolean scalar

When set to true, DELETED Assortment Policies will be also counted.

Type

Long scalar

The Long scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1.