---
title: "Retrieves a specific collect by its ID."
method: GET
path: "/admin/collects/{collect_id:\\\\d+}.json"
tags: ["Collect"]
---

# Retrieves a specific collect by its ID.

`GET /admin/collects/{collect_id:\\d+}.json`

Retrieve a collect with a certain ID.

## Response `200`

OK

- CollectByIdResponseSwagger
  - `collect` CollectByIdResponse
    - `collection_id` integer — The ID of the custom collection containing the product.
    - `created_at` string — The date and time (ISO 8601 format) when the collect was created.
    - `featured` boolean — Whether the collect is featured.
    - `id` integer — A unique numeric identifier for the collect.
    - `position` number — The position of this product in a manually sorted custom collection. The first position is 1. This value is applied only when the custom collection is sorted manually.
    - `product_id` integer — The unique numeric identifier for the product in the custom collection.
    - `sort_value` string — This is the same value as position but padded with leading zeroes to make it alphanumeric-sortable. This value is applied only when the custom collection is sorted manually.
    - `updated_at` string — The date and time (ISO 8601 format) when the collect was last updated.

---

[API](https://skmtc.net/shopbase/apis/shopbase-internal-api.md) · [All operations](https://skmtc.net/shopbase/apis/shopbase-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopbase/shopbase-internal-api/revisions/353ccde6240d/schema)
