Get Collection by ID

Collection syncs can now be enabled using the Toggle Global Feature Flag endpoint.

Get Collection by ID

get

Retrieve the Collections details for a given collection_id.

Path parameters
collection_idinteger · int64Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default
default response
application/json
get
GET /v1/catalog/collections/{collection_id} HTTP/1.1
Host: sandbox-api.violet.io
X-Violet-Token: text
X-Violet-App-Secret: text
X-Violet-App-Id: 1
Accept: */*
default

default response

{
  "id": 1,
  "external_id": "text",
  "merchant_id": 1,
  "parent_id": 1,
  "name": "text",
  "handle": "text",
  "description": "text",
  "status": "INACTIVE",
  "type": "CUSTOM",
  "media": {
    "source_url": "text",
    "alt": "text",
    "height": 1,
    "width": 1,
    "date_created": "2025-07-10T03:04:42.764Z"
  },
  "date_created": "2025-07-10T03:04:42.764Z",
  "date_last_modified": "2025-07-10T03:04:42.764Z"
}

Last updated

Was this helpful?