Requires read_products access scope.
For more info, refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20260301/products/collects.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .
Get a list of relationships between products and collections.
Query Parameters
  • limit string
    The quantity limit of relationships to be queried.
    Value range: 1-250
    Default Value: 50
  • page_info string
    The unique identifier for pagination queries, used to locate a specific page.
    This parameter value is obtained from the link value in the response header of this API after you have queried the pagination information.
    For example, if the link value you obtained is <https://{handle}.myshopline.com/admin/openapi/{version}/products/collects.json?limit=1&page_info=eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9>; rel="next" , the value of page_info is eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9 .
    For more information on how to use pagination, refer to Paging Mechanism.
  • product_id string
    The unique identifier for the product.
    Maximum length:64
    Example: 16057039432335097907370282
  • since_id string
    The ID of a specific product collection relationship. Start querying product collection relationships from this specified ID.
    Example: 6063851731392959569,6239973670640427881
  • collection_id string
    The unique identifier for the collection.
    Maximum length: 64
    Example: 12249026592161154694000282
  • fields string
    Specify the fields to be returned, with multiple fields separated by commas. For available fields, refer to the top-level child parameters under the collects object in the response.
    Example: created_at,id
Request Headers
  • Content-Type string required
    The field must be set to the fixed value application/json; charset=utf-8.
  • Authorization string required
    The access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Status Codes
For the complete list of codes and messages, see Http status code.

Response Headers
  • link
    The URL link that provides the pagination data. You can obtain page_info from this parameter for subsequent pagination requests.
    This parameter is returned when the requested page has a previous or next page.
    For more information on how to use pagination, refer to Paging Mechanism.
  • traceId
    A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
  • collectsobject[]
    A list of relationships.
  • collection_id string
    The unique identifier for the collection.
    Example: 12249026592161154694000282
  • created_at string
    The date and time when the product collection relationship was created. Format: ISO 8601.
    Example: 2025-03-06T02:20:26+08:00
  • id long
    The unique identifier for the product collection relationship.
    Example: 5392284410644534000
  • product_id string
    The unique identifier for the product.
    Example: 16057039432335097907370282
  • product_priority long
    The priority of a product within a collection. A smaller value indicates a higher priority. The priority values are non-continuous and are not arranged in sequential integers.
    Example: 10000000000000
  • sort_value string
    Product sorting value within a collection. Constructed by left-padding the product_priority value with zeros to reach a total length of 20 characters.
    Example: 00000010000000000000
  • updated_at string
    The date and time when the product collection relationship was last updated. Format: ISO 8601.
    Example: 2025-03-06T02:20:26+08:00
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301

ParamOptions

header required
query
query
query
query
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301/products/collects.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
Get product collection relationships by specifying the product ID
Response
{
"collects": [
{
"collection_id": "12249026592161154694000282",
"created_at": "2022-12-06T23:41:49+08:00",
"id": 5704474910564819000,
"product_id": "16057039432335097907370282",
"product_priority": 10000000000000,
"sort_value": "00000010000000000000",
"updated_at": "2022-12-06T23:45:02+08:00"
},
{
"collection_id": "12249521251322718219170282",
"created_at": "2022-12-06T23:45:08+08:00",
"id": 5704478249750898000,
"product_id": "16057039432335097907370282",
"product_priority": 10000000000000,
"sort_value": "00000010000000000000",
"updated_at": "2022-12-06T23:45:08+08:00"
}
]
}
Was this article helpful to you?