Create product
POST https://{handle}.myshopline.com/admin/openapi/v20250601/products/products.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
.Create a product.
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
productobject
Product objectactivated_at stringShelf Time (format: ISO 8601), effective whenstatus
is set toactive
, and must not be earlier than the creation time. When provided, thecreated_at
parameter is required.Example:2024-08-23T16:04:42.527+08:00
body_html stringDescription of the product, limited to 512k.Example:This is a description
created_at stringCreation Time (format: ISO 8601), must not be later than the current time. Defaults to the data write time if not provided.Example:2024-08-22T16:03:42.527+08:00
handle stringGlobally unique product handle, default is the product title, limited to 255 characters.Example:a-product-title
imagesobject[]
List of product images, up to 502 images.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
optionsobject[]
List of product options, up to 5.name stringThe name of product option , limited to 255 characters.Example:Color
values_images mapThe image of option value.Example:[object Object]
path stringThe relative path of the product URL in the online store, max 512 characters.Example:/my_product
product_category stringThe category of product.Example:Electronic
published_at stringTime Published to Online Store (format: ISO 8601), effective whenpublished_scope
is set toweb
, and must not be earlier than the creation time. When provided, thecreated_at
parameter is required.Example:2024-08-23T16:04:42.527+08:00
published_scope stringSet the sales channel , when the value isweb
, it means online stores.Example:web
spu stringThe product's SPU code., limited to 255 characters.Example:S000001
status stringThe product's status.value description active Indicates that the product is ready for sale can be released on applications and sales channels. draft The product is not yet ready for sale and cannot be offered to customers through applications and sales channels. archived Indicates that the product is not for sale and cannot be provided to customers through applications and sales channels. Example:active
subtitle stringProduct summary, limited to 255 characters.Example:This is a subtitle
tags arrayProduct tags, up to a maximum of 250 tags, with each tag limited to a maximum of 255 characters.Example:tag1, tag2
title stringProduct's title , limited to 255 charactersExample:A product title
variantsobject[]
Variants belonging to a product, with a maximum of 500 variants.barcode stringBarcode of the product variant, limited to 255 characters.Example:B000000001
compare_at_price stringThe original price of the variant, default is empty.Example:11.2
imageobject
The image of product variant.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
inventory_policy stringValid values for a product variant's inventory policy when it is sold out.parameter description deny After it's sold out, customers can't purchase the product variant. continue Customers can purchase the product variant once it is sold out. Example:deny
inventory_tracker booleanIndicates whether to enable tracking of inventory for this product, defaulting to not tracked.Example:true
option1 stringThe variant corresponds to the value of theoption1
limited to 255 charactersExample:Red
option2 stringThe variant corresponds to the value of theoption2
limited to 255 charactersExample:L
option3 stringThe variant corresponds to the value of theoption3
limited to 255 charactersoption4 stringThe variant corresponds to the value of theoption4
limited to 255 charactersoption5 stringThe variant corresponds to the value of theoption5
limited to 255 charactersprice stringThe default price of the variant is 0.Example:10.11
required_shipping booleanIndicate whether shipping is required.Example:true
sku stringVariant SKU code, limited to 255 characters.Example:T0000000001
taxable booleanIndicate whether taxes are required.Example:true
weight stringThe weight of the variant, required to be greater than 0, and rounded up to the nearest hundredth decimal place.Example:1.2
weight_unit stringThe measurement unit for the weight of the variant. Ifweight_unit
is not specified, the default measurement unit isg
.Enum Description g Represents the unit in grams kg Represents the unit in kilograms lb Represents the unit in pounds oz Represents the unit in ounces zh_kg Represents the unit in kilograms Example:kg
vendor stringThe vendor of product, limited to 255 characters.Example:Shopline
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
productobject
Product objectactivated_at stringShelf Time (format: ISO 8601), effective whenstatus
is set toactive
, and must not be earlier than the creation time. When provided, thecreated_at
parameter is required.Example:2024-08-23T16:04:42.527+08:00
body_html stringDescription of the product.Example:This is a description
created_at stringCreation Time (format: ISO 8601), must not be later than the current time. Defaults to the data write time if not provided.Example:2024-08-22T16:03:42.527+08:00
handle stringGlobal unique Product handle.Example:a-product-title
id stringThe ID of product.Example:16050375155238626683133099
imageobject
Main image of the product.alt stringWords or phrases that share the characteristics or content of images.Example:This is a image alt
id stringThe ID of image.Example:5759070976424132652
src stringThe image's location represented as a URL.Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
imagesobject[]
List of product images.alt stringWords or phrases that share the characteristics or content of images.Example:This is a image alt
id stringThe ID of image.Example:5759070976424132652
src stringThe image's location represented as a URL.Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
optionsobject[]
List of product options, up to 5.id stringThe ID of product option.name stringThe name of product option.product_id stringThe ID of product.Example:16050375155238626683133099
values arrayThe list of option value.Example:Red, Green, White
values_images mapThe image of option value.Example:[object Object]
product_behavior stringSome actions of the product.product_category stringThe category of product.Example:Electronic
product_type stringThe type of product:- NORMAL
- POD_TEMPORARY
- TEMPORARY
Example:NORMAL
published_at stringTime to post to the online storeExample:2024-08-22T16:03:42.527+08:00
published_scope stringSet the sales channel , when the value isweb
, it means online stores.Example:web
spu stringThe product's SPU code., limited to 255 characters.Example:S000001
status stringThe product's status.value description active Indicates that the product is ready for sale can be released on applications and sales channels. draft The product is not yet ready for sale and cannot be offered to customers through applications and sales channels. archived Indicates that the product is not for sale and cannot be provided to customers through applications and sales channels. Example:active
subtitle stringProduct summary.Example:This is a subtitle
tags stringThe tags of product.Example:tag1, tag2
template_path stringThe template of theme.Example:templates/product.json
title stringThe title of product.Example:A product title
updated_at stringThe last modified date and time of the product.Example:2024-08-22T16:03:42.527+08:00
variantsobject[]
Variants belonging to a product.barcode stringBarcode of the product variant, limited to 255 characters.Example:B000000001
compare_at_price stringThe original price of the variant, default is empty.Example:11.2
created_at stringThe creation date and time of the product variant.Example:2024-08-22T16:03:42.527+08:00
id stringThe ID of product variant.Example:18050375907221969070393099
imageobject
The image of product variant.alt stringWords or phrases that share the characteristics or content of images.Example:This is a image alt
id stringThe ID of image.Example:5759070976424132652
src stringThe image's location represented as a URL.Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id stringThe ID of inventory item.Example:5705499385037070868
inventory_policy stringValid values for a product variant's inventory policy when it is sold out.Example:deny
inventory_quantity integerInventory quantity summary across all locations.Example:90
inventory_tracker booleanIndicates whether to enable tracking of inventory for this product, defaulting to not tracked.Example:true
option1 stringThe variant corresponds to the value of theoption1
limited to 255 charactersExample:Red
option2 stringThe variant corresponds to the value of theoption2
limited to 255 charactersExample:L
option3 stringThe variant corresponds to the value of theoption3
limited to 255 charactersoption4 stringThe variant corresponds to the value of theoption4
limited to 255 charactersoption5 stringThe variant corresponds to the value of theoption5
limited to 255 charactersprice stringThe default price of the variant is 0.Example:10.11
product_id stringThe ID of product.Example:16050375155238626683133099
required_shipping booleanIndicate whether shipping is required.Example:true
sku stringThe SKU code of product variant.Example:T0000000001
taxable booleanIndicate whether taxes are required.Example:true
title stringThe title of product variant.Example:Red/L
updated_at stringThe last modified date and time of the product variant.Example:2024-08-22T17:03:42.527+08:00
weight stringThe weight of the variant.Example:1.2
weight_unit stringThe measurement unit for the weight of the variant. If weight_unit is not specified, the store's default measurement unit will be applied.Example:kg
vendor stringThe vendor of product, limited to 255 characters.Example:Shopline
API Explorer
Debugger
Was this article helpful to you?