Get Collect Details

Retrieves detailed information about a specific collect by its unique identifier (id)

🔒

Requires read_collection access scope. More access scope

The Get Collect Detail API retrieves detailed information about a specific collect by its unique identifier (id). This enables users to access and manage relationships between products and collections efficiently.This API is especially useful for:

  1. Fetching specific collect details for display or management purposes.
  2. Validating the relationship between a product and a collection.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredExampleDescription
idstringYesa1b2c3d4-e5f6-7890-abcd-1234567890efThe unique identifier of the collect. 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.collectobject{...}collect objects

Collect Object Structure

ParameterTypeExampleDescription
idstringcoll_123456Unique identifier of the collect
collection_idstringcoll_789abcIdentifier of the associated collection
product_idstringprod_456defIdentifier of the associated product
positionstring1Position of the product in the collection
created_atstring2023-06-20T15:30:00ZTimestamp when the collect was created
updated_atstring2023-06-21T09:15:00ZTimestamp when the collect was last updated

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!