Get Collection Details

Retrieves detailed information about a specific collection by providing its unique identifier.

🔒

Requires read_collection access scope. More access scope

The Get Collection Detail API retrieves detailed information about a specific collection by providing its unique identifier. The identifier must be a valid UUID to avoid errors.This API is especially useful for:

  1. Fetch comprehensive details of a collection for display or management purposes.
  2. Retrieve specific metadata and settings for a collection.

Request Parameters

Public Request Parameters

📘

Path Parameters

FieldTypeRequiredExampleDescription
idstringYesa60fe556-43ad-4e07-9125-507ac1bf71f7Unique identifier of the collection. Must be a valid UUID.

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring200Error code (200 indicates success)
messagestringSuccessError message
dataobject{...}Contains the collects data
data.collectionobject{...}collection object

Collection Object Structure

ParameterTypeExampleDescription
idstringcoll_123456Unique identifier of the collection
titlestringSummer CollectionName of the collection
descriptionstringOur best summer productsDescription of the collection
handlestringsummer-collectionURL-friendly identifier
smartbooleanfalseWhether this is a smart collection (dynamically filtered)
imageobject{...}Image details for the collection
seo_titlestringSummer Collection 2023SEO-optimized title
seo_keywordsarray of strings["summer", "2023", "sale"]SEO keywords for the collection
seo_descriptionstringDiscount on summer productsSEO description
sort_orderstringmanualHow products are sorted in this collection
created_atstring2023-06-20T15:30:00ZTimestamp when the collection was created
updated_atstring2023-06-21T09:15:00ZTimestamp when the collection was last updated

Image Object Structure

ParameterTypeExampleDescription
srcstringhttps://example.com/image.jpgURL of the collection image
widthint32800Image width in pixels
heightint32600Image height in pixels
altstringSummer productsAlternative text for the image

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!