v2

latestOpenAPI 3.1.02026-07-26102336742.6 KB
Collections

Get all collections

Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.

Returns all collections with pagination

get/open-api/v1.0/collections

Query parameters

pageinteger
sizeinteger
searchstring

Response

OK

totalinteger
pageinteger
sizeinteger
totalPagesinteger

Example response

{
  "results": [
    {
      "id": "col_b1EVARkUTcCTSfspQaXr1Q",
      "shopId": "sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb",
      "name": "My collection",
      "slug": "my-collection",
      "description": "My collection description"
    }
  ]
}