Skip to main content

assortmentPolicies

Accepts optional sorting and pagination arguments and returns the response containing single page of assortment policies, with additional technical information used for inter page navigation. NOTE: Max 9.999 results.

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

assortmentPolicies(
searchTerm: String
first: Int
after: String
filter: AssortmentPoliciesFilteringParamsInput
sort: SortingParamsInput
): AssortmentPoliciesConnection

Arguments

assortmentPolicies.searchTerm ● String scalar

The search term to look for. Refer to this documentation article for more information about search term capabilities.

assortmentPolicies.first ● Int scalar

Returns the first n elements from the list.

assortmentPolicies.after ● String scalar

Returns the elements in the list that come after the specified cursor.

assortmentPolicies.filter ● AssortmentPoliciesFilteringParamsInput input

Filtering options for the returned assortment policies.

assortmentPolicies.sort ● SortingParamsInput input

Sorting options for the returned assortment policies.

Type

AssortmentPoliciesConnection object

A connection to a list of items.