Query single product
GET https://{handle}.myshopline.com/admin/openapi/v20250601/products/:product_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
.Get Product details.
Path Parameters
- product_id string requiredUnique product identifier. Maximum limit:64Example:
16049619743346320200470282
Query Parameters
- fields stringReturn fields , separated by ','
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
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
productobject
Product details.body_html stringProduct description.
Maxmum size:512 kExample:This is a description
created_at stringCreate time of the product. The time format follows the ISO 8601 international standard.Example:2021-09-02T14:11:54+00:00
handle stringThe collection handle, a unique identifier automatically generated based on the collection title. Changing the collection title will not update the handle.Example:product-handle
id stringProduct IDExample:16049619743346320200470282
imageobject
Product first imagealt stringImage altExample:This is a image alt
id stringImage idExample:5785060242207917075
src stringImage srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
imagesobject[]
Imagesalt stringImage altExample:alt
id stringImage idExample:5785060242207917075
src stringImage srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
optionsobject[]
List of optionid stringOption idExample:16158068291703878544960282
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]
path stringThe relative path of the product URL in the online store, max 512 characters.Example:/my_product
product_behavior stringProduct behaviorExample:RISK,HIDDEN
product_category stringProduct typeExample:Electronic
product_type stringProduct type: NORMAL, POD_TEMPORARY, TEMPORARYExample:NORMAL
published_at stringTime to post to online stores. The time format follows the ISO 8601 international standard.Example:2021-09-02T14:11:54+00:00
published_scope stringSet the sales channel , when the value is " web " , it means online storesExample:web
spu stringSPU codeExample:S00000001
status stringProduct status ; activated- on shelves , deactivated- off shelves , archived- filingExample:active
subtitle stringsubtitleExample:This is a subtitle
tags stringTagExample:tag1, tag2
template_path stringTheme templateExample:templates/products/detail.json
title stringtitleExample:This is a title
updated_at stringUpdate time of the product. The time format follows the ISO 8601 international standard.Example:2021-09-02T14:11:54+00:00
variantsobject[]
Variant listbarcode stringBarcodeExample:T00000001
compare_at_price stringOriginal price. The price value is rounded to two decimal places.Example:99
id stringVariant idExample:18057039439794751459380282
imageobject
Variant imagealt stringImage altExample:alt
id stringImage idExample:5785060242207917075
src stringImage srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id stringInventory item idExample:59854602422372317075
inventory_policy stringOversold strategy: deny - Oversold is not allowed, continue - Oversold is allowedExample:deny
inventory_quantity integerInventory summary for all locationsExample:99
inventory_tracker booleanTrack the inventory or not.- true:Tracking enabled
- false:Tracking disabled
Default value .Example: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 price. The price value is rounded to two decimal places.Example:90
product_id stringProduct IDExample:16057039432335097907370282
require_shipping booleanShipping or not.- true:Requires shipping
- false:Does not require shipping
Default value .Example:true
sku stringSKU codeExample:S00000001
taxable booleanTax collection or not required.- true:Required
- false:Not required
Default value .Example:true
title stringVariant titleExample:Red/L
weight stringWeightExample:0.2
weight_unit stringWeight units : g , kg , lb , oz , zh_kgExample:kg
vendor stringProduct vendorExample:Shopline
API Explorer
Debugger
Examples
Was this article helpful to you?