Skip to main content
GET
Get Collection

Get Collection

Returns a single collection by its ID, in Shopify-compatible shape.

Request

Path Parameters

id
string
required
The unique collection ID

Response

Returns a bare Shopify-style object with the collection under the collection key.
collection
object
Collection object

Example Response

Errors

Failures return a Shopify-style { errors } body with the appropriate HTTP status:
StatusDescription
401Invalid or missing access token
403App doesn’t have the read_products scope
404Collection with the specified ID does not exist