Update manual collection
PUT https://{handle}.myshopline.com/admin/openapi/v20250601/products/custom_collections/:custom_collection_id.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
.Update manual collection
Path Parameters
- custom_collection_id string requiredThe ID of collection.
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
custom_collectionobject required
Collection informationbannerobject
The banner image of the collection.alt stringWords or phrases that share the characteristics or content of images.Example:This is a image alt.
src stringThe image's location represented as a URL.Example:https://img.myshopline.com/image/official/e46e6189ed5641a3b179444cacdcdd2a.png
body_html stringThe description of the collection.Example:This is a description.
collectsobject[]
List of product relationships within the collectionposition integerThe location of the product in the collection, starts from 1.Example:1
product_id stringThe ID of product.Example:16057850264845250791280282
handle stringThe handle of collection.Example:spring-clothing
imageobject
The image of collection.alt stringWords or phrases that share the characteristics or content of images.Example:This is a image alt.
src stringThe image's location represented as a URL.Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
path stringThe relative path of the product URL in the online store, max 512 characters. :::tip{title="tip"} 1. No action is taken if this field is empty. :::Example:/collections/spring
published_scope stringSet the sales channel , when the value isweb
, it means online stores.Example:web
sort_order stringSpecify the sorting order of products within the collection.value description best-selling Sorted by best-selling products. alpha-asc Sorted in ascending alphabetical order (A - Z). alpha-desc Sorted in descending alphabetical order (Z - A). updated-desc Sorted by update date in descending order (newest to oldest). updated-asc Sorted by update date in ascending order (oldest to newest). manual Sorted by the order manually set by the merchant. Example:updated-desc
title stringThe title of collection.Example:spring clothing
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
custom_collectionobject
Collection informationbannerobject
The banner image of the collection.alt stringWords or phrases that share the characteristics or content of images.Example:This is a image alt
src stringThe image's location represented as a URL.Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
body_html stringThe description of the collection.Example:This is a description
created_at stringThe creation date and time of the collection.Example:2021-09-03T14:11:54+00:00
handle stringThe handle of collection.Example:spring-clothing
id stringThe ID of collection.Example:12257170618007271602093384
imageobject
The image of collection.alt stringWords or phrases that share the characteristics or content of images.Example:This is a image alt
src stringThe image's location represented as a URL.Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
published_at stringTime to post to the online storeExample:2021-09-03T14:11:54+00:00
published_scope stringSet the sales channel , when the value isweb
, it means online stores.Example:web
sort_order stringSpecify the sorting order of products within the collection.value description best-selling Sorted by best-selling products. alpha-asc Sorted in ascending alphabetical order (A - Z). alpha-desc Sorted in descending alphabetical order (Z - A). updated-desc Sorted by update date in descending order (newest to oldest). updated-asc Sorted by update date in ascending order (oldest to newest). manual Sorted by the order manually set by the merchant. Example:updated-desc
template_path stringThe template of theme.Example:templates/sortation/detail.json
title stringThe title of collection.Example:spring clothing
updated_at stringThe last modified date and time of the collection.Example:2021-09-03T14:11:54+00:00
API Explorer
Debugger
Was this article helpful to you?