List collections
shop_list_collectionsReturns a list of the collections of the shop. The results are paginated (20 collections displayed on each page by default). Guidance: Returns a list of the collections of the shop. The results are paginated (20 collections displayed on each page by de...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| sort | No | Sorts the returned collections. Possible values:- `alpha`: ascending alphabetical order - `alpha_desc`: descending alphabetical order - `first_added`: ascending creation date order - `last_added`: descending creation date order | |
| keyword | No | Restricts the list of returned collections to the ones whose name contains the provided argument. To select instances whose name contains a word "A" **OR** a word "B", use the following syntax: `?keyword=A,B`. | |
| per_page | No | Number of collections displayed on each page. |