折扣条件集合-DiscountCollections 对象

决定折扣生效的前提条件 或 折扣适用对象 的集合列表。

所需的访问

应用程序必须具有read_discounts访问范围。


在本页面


连接数

collections[CollectionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection)
决定折扣生效的前提条件 或 折扣适用对象 的集合列表。

参数 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false