Add Product to sales channels
PUT https://{handle}.myshopline.com/admin/openapi/v20250601/product_listings/:product_listing_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
.Path Parameters
- product_listing_id string requiredProduct IDExample:
16057039432335097907370282
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
product_listingobject
Product informationproduct_id stringProduct IDExample:16057039432335097907370282
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
product_listingobject
Product listbody_html stringPproduct descriptionExample:This is the product description
created_at stringProduct created timeExample:2022-12-06T15:13:50+08:00
handle stringGlobal unique Product handleExample:product-handle
imagesobject[]
Product main image listingalt stringImage altExample:This is a image alt
src stringImage srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
optionsobject[]
List of optionid stringOption idExample:16157850264851626133440282
name stringOption nameExample:Color
product_id stringProduct IDExample:16057039432335097907370282
values arrayList of option valueExample:["Red", "Green", "White”]
values_images mapThe image of option valueExample:[object Object]
product_id stringProduct IDExample:16057039432335097907370282
published_at stringTime to post to the online storeExample:2022-12-06T15:13:50+08:00
published_scope stringSet the release scope, when the value is "web", it means an online storeExample:web
spu stringSPU coceExample:S0000000001
status stringProduct status ; activated- on shelves , deactivated- off shelves , archived- filingExample:active
subtitle stringProduct summaryExample:This is a subtitle
tags stringProduct tagExample:tag1, tag2
template_path stringtemplate pathExample:templates/products/detail.json
title stringProduct titleExample:This is a title
updated_at stringProduct update timeExample:2022-12-06T15:13:50+08:00
variantsobject[]
Variant listbarcode stringbarcodeExample:B000000001
compare_at_price stringOriginal priceExample:100
id stringVariant idExample:18057039432358082693350282
imageobject
variant picturealt stringImage altExample:This is a image alt
src stringImage srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id stringInventory item IDExample:5703943240925324252
inventory_policy stringOversold strategy: deny - Oversold is not allowed, continue - Oversold is allowedExample:deny
inventory_quantity integerInventory summary for all locationsExample:100
inventory_tracker booleanTrack inventory or notExample:true
option1 stringThe variant corresponds to the value of the option1Example:Red
option2 stringThe variant corresponds to the value of the option2Example:L
option3 stringThe variant corresponds to the value of the option3option4 stringThe variant corresponds to the value of the option4option5 stringThe variant corresponds to the value of the option5price stringselling priceExample:90
product_id stringProduct IDExample:16057039432335097907370282
sku stringSku code , ready-to-shipExample:T00000001
title stringVariant titleExample:Red/L
weight stringWeightExample:0.5
weight_unit stringWeight units : g , kg , lb , oz , zh_kgExample:g
vendor stringvendorExample:Shopline
API Explorer
Debugger
Examples
Was this article helpful to you?