Collections
Get Collection by ID
Retrieve the Collection
s details for a given collection_id
.
GET
/
catalog
/
collections
/
{collection_id}
Collection syncs can now be enabled using the Toggle Global Feature Flag endpoint.
Headers
X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer
Path Parameters
collection_id
integer
requiredResponse
default - application/json
Offers Collection
merchant_id
integer
requiredMerchant ID
id
integer
external_id
string
External ID
parent_id
integer
Parent ID for platforms that have a parent-child collection structure.
name
string
Name of this collection
handle
string
Handle of this collection
description
string
Description of this collection
status
enum<string>
Status of this collection
Available options:
INACTIVE
, ACTIVE
, SYNC_IN_PROGRESS
, FOR_DELETION
type
enum<string>
Type of this collection
Available options:
CUSTOM
, AUTOMATED
media
object
Collection Media
date_created
string
Date of creation of this collection on platform
date_last_modified
string
Date of last update of this collection on platform
Was this page helpful?