Get Collection
Collections
Get Collection
Retrieve a single collection by ID
GET
Get Collection
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
Get Collection
Returns a single collection by its ID.Request
Path Parameters
The unique collection ID
Query Parameters
Include array of products in the collection
Number of products to include (max 250)
Response
Whether the request succeeded
Collection object
Example Response
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have read_products scope |
NOT_FOUND | Collection with the specified ID does not exist |