collections
query
An access token is required to call this API. Refer to Authorization for more information about how to obtain the token.
List of the shop’s collections.
Arguments
Reverse the order of the underlying list.
Sort the underlying list by the given key.
Apply one or multiple filters to the query.
tip
1·Please note that when using keywords as parameter values, they need to be escaped first.
2·Currently query supports up to 5 parameters, it will continue to be optimized in the future
value | description |
---|---|
collection_type | Query by collection type (manual 、smart ). If not specified, all types of collections will be returned. |
title | Query by collection title. Searching for only one title is currently supported. |
updated_at | Query by collection update time, with support for time range search. |
Search syntax reference
title:'T-shirt' AND updated_at:>'2020-10-21T23:39:20Z'
Returns the elements that come after the specified cursor.
Returns the elements that come before the specified cursor.
Returns up to the first
n
elements from the list.Returns up to the last
n
elements from the list.Returns
A list of edges.
A list of the nodes contained in CollectionEdge.
Information to aid in pagination.
the number of collections in the published scope
Error Code
For more information about common error codes, refer to Status and error codes.
Was this article helpful to you?
Error loading component.