Skip to main content
GET
List Collections

List Collections

Returns a paginated list of collections in the store, in the standard commerce shape.

Request

Parameters

integer
default:"1"
Page number for pagination
integer
default:"50"
Number of items per page
string
Filter by collection title (partial, case-insensitive match)
string
Filter by exact handle

Response

Returns a bare object with the collections under the collections array. Pagination is conveyed via a page-based Link response header (rel="next" / rel="previous"), not in the body.
array
Array of collection objects

Example Response

Pagination header:

Errors

Failures return a standard { errors } body with the appropriate HTTP status: