Update SKU by ID
PUT https://{handle}.myshopline.com/admin/openapi/v20250601/products/variants/:variant_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 SKU by ID
Path Parameters
- variant_id string requiredVariant idExample:
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
Request Body
variantobject
Variant informationbarcode stringBarcode , limited to 255 charactersExample:T0000001
compare_at_price stringOriginal priceExample:99
imageobject
Imagesalt stringAlt information of the image , limited to 512 charactersExample:alt
id stringImage id , note : must be the image in the main imageExample:5785060242207917075
src stringCorresponding image src link, limited to 255 charactersExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_policy stringOversold strategy , continue : allowed , deny : not allowedExample:deny
inventory_tracker booleanTrack inventory , default is not tracking or notExample:true
option1 stringThe variant corresponds to the value of the option1 limited to 255 charactersExample:Red
option2 stringThe variant corresponds to the value of the option2 limited to 255 charactersExample:L
option3 stringThe variant corresponds to the value of the option3 limited to 255 charactersoption4 stringThe variant corresponds to the value of the option4 limited to 255 charactersoption5 stringThe variant corresponds to the value of the option5 limited to 255 charactersprice stringSelling priceExample:90
required_shipping booleanShipping or notExample:true
sku stringSku code , limited to 255 charactersExample:S0000001
taxable booleanTax collection or not requiredExample:true
weight stringWeightExample:0.2
weight_unit stringWeight unit: g,kg,lb,oz,zh_kgExample:kg
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
variantobject
Variant informationbarcode stringBar codeExample:T00000001
compare_at_price stringOriginal priceExample:99
created_at stringCreation timeExample:2021-09-02T14:11:54+00:00
id stringVariant idExample:18057039439794751459380282
imageobject
Imagesalt stringPicture altExample:alt
id stringPicture idExample:5785060242207917075
src stringImages srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id stringStock object idExample:5985060212307917075
inventory_policy stringOversold strategyExample:deny
inventory_quantity integerAll locations summary of inventoryExample:99
inventory_tracker booleanTrack inventory or notExample:true
option1 stringThe variant corresponds to the value of the option1 limited to 255 charactersExample:Red
option2 stringThe variant corresponds to the value of the option2 limited to 255 charactersExample:L
option3 stringThe variant corresponds to the value of the option3 limited to 255 charactersoption4 stringThe variant corresponds to the value of the option4 limited to 255 charactersoption5 stringThe variant corresponds to the value of the option5 limited to 255 charactersprice stringSelling priceExample:90
product_id stringProduct IDExample:16057039432335097907370282
required_shipping booleanTax collection or not requiredExample:true
sku stringSKU codeExample:S00000001
taxable booleanTax collection or not requiredExample:true
updated_at stringUpdate timeExample:2021-09-02T14:11:54+00:00
weight stringWeightExample:0.2
weight_unit stringWeight unitsExample:kg
API Explorer
Debugger
Examples
Was this article helpful to you?