Skip to content
Guides
API reference
stable

List storefront collections

Lists the published collections. They drive the navigation menu and the landing pages of the store.

GET/v1/collections

Lists the published collections. They drive the navigation menu and the landing pages of the store.

Query Parameters

SellerId?null|string
Search?string
Sort?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/collections"
[  {    "id": "string",    "slug": "string",    "name": "string",    "description": null,    "imageUrl": null,    "type": "string",    "productCount": 0  }]