Query all SKUs of single product
GET https://{handle}.myshopline.com/admin/openapi/v20250601/products/:product_id/variants.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
.Ask for all SKU information under single Product
Path Parameters
- product_id string requiredProduct ID
Query Parameters
- fields stringReturn fields , separated by ','Example:
id, inventory_quantity
- limit integerLimit of query, default 50 , can not exceed 250Example:
50
- page_info stringThe call party does not require use and attention to this field , automatically encapsulated by ShoplineExample:
eyJzaW5jZUlkIjoiMTgwNTcwMzk0Mzk3OTQ3NTE0NTk0MjAyODIiLCJkaXJlY3Rpb24iOiJwcmV2IiwicHJvZHVjdElkIjoiMTYw
- since_id stringStart with specify variant id queryExample:
18057039439794751459380282
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
link
linktraceId
traceId
Response Body
variantsobject[]
Variant listbarcode stringBarcodeExample:T0000001
compare_at_price stringOriginal priceExample:99
id stringVariant idExample:18057039439794751459380282
imageobject
Imagesalt stringImage altExample:This is a image alt
id stringImage idExample:5785060242207917075
src stringImage srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id stringInventory item idExample:5785060242207917075
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 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
required_shipping booleanShipping or notExample:true
sku stringSKU码Example:S000000001
taxable booleanTax collection or not requiredExample:true
title stringVariant titleExample:Red/L
weight stringWeightExample:0.2
weight_unit stringWeight units : g , kg , lb , oz , zh_kgExample:kg
API Explorer
Debugger
Examples
Was this article helpful to you?