Query product information in a certain collection
GET https://{handle}.myshopline.com/admin/openapi/v20250601/products/collections/:collection_id/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
.Query for product information within a collection
Path Parameters
- collection_id string requiredCategory id
Query Parameters
- fields stringNeed return fields , separated by ','Example:
products
- limit integerThe number of queries is limited, the default is 50, and it cannot exceed 250Example:
100
- page_info stringThe call party does not require use and attention to this field , automatically encapsulated by ShoplineExample:
eyJzaW5jZUlkIjoiMTYwNTc4NTY4NjcxMTc3MDcyNTEwNjAyODIiLCJkaXJlY3Rpb24iOiJuZXh0In0=
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
Query jump pagetraceId
traceId
Response Body
productsobject[]
Productbody_html stringProduct descriptionExample:This is a description
created_at stringCreation time (see IOS8601 for the format)Example:2021-09-02T14:11:54+00:00
handle stringGlobal unique Product handleExample:product-handle
id stringProduct idExample:16057850264845250791280282
imageobject
Product first imagealt stringImage altExample:This is a image alt
src stringImage srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
imagesobject[]
List of imagealt stringImage altExample:This is a image alt
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:16057850264845250791280282
values arrayList of option valueExample:["Red"]
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:/collections/spring
product_behavior stringProduct behaviorExample:RISK,HIDDEN
product_type stringProduct type: NORMAL, POD_TEMPORARY, TEMPORARYExample:NORMAL
published_at stringTime to post to the online storeExample: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:S0000001
status stringProduct status ; activated- on shelves , deactivated- off shelves , archived- filingExample:active
subtitle stringSummaryExample:subtitle
tags stringTags , separated by ','Example:tag1, tag2
template_path stringTheme templateExample:templates/products/detail.json
title stringtitleExample:This is a title
updated_at stringUpdate time (see IOS8601 for the format)Example:2021-09-02T14:11:54+00:00
variantsobject[]
List of variantbarcode stringBarcodeExample:T0000001
compare_at_price stringOriginal priceExample:99
id stringVariant idExample:18057850264851626133510282
imageobject
Variant imagealt stringImage altExample:This is a image alt
src stringImage srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id stringInventory item idExample:5785060242375689228
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 option5position integerPosition weights for variantExample:1
price stringSelling priceExample:90
product_id stringCorresponding product IDExample:16057850264845250791280282
required_shipping booleanShipping or notExample:true
sku stringSKU codeExample:S000000001
taxable booleanDo you need to collect taxesExample:true
title stringVariant titleExample:Red/L
weight stringWeightExample:0.2
weight_unit stringWeight units : g , kg , lb , oz , zh_kgExample:kg
vendor stringvendorExample:Shopline
API Explorer
Debugger
Examples
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601
ParamOptions
ParamOptions
— path required
— header required
— query
— query
— query
Language
Language
curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/products/collections/collection_id/products.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
Query product
Response
{
"products": [
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-06-12T17:45:43+08:00",
"handle": "t-shop-1",
"id": "16059766321245219059003144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16159766321249077818763144",
"name": "Size",
"product_id": "16059766321245219059003144",
"values": [
"L"
],
"values_images": {}
},
{
"id": "16159766321249077818793144",
"name": "Color",
"product_id": "16059766321245219059003144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-06-12T17:45:43+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "T shirt,Spring",
"template_path": "templates/products/detail.html",
"title": "My Product 1",
"updated_at": "2023-08-28T19:26:10+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18059766321249077818743144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "5976632126082151706",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16059766321245219059003144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:52:10+08:00",
"handle": "my-product-23",
"id": "16060878916899800731963144",
"image": {
"alt": "This is a image alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a image alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878916903491719563144",
"name": "Size",
"product_id": "16060878916899800731963144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160878916903491719593144",
"name": "Color",
"product_id": "16060878916899800731963144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:52:10+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 23",
"updated_at": "2023-08-28T15:14:39+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878916903491719543144",
"image": {
"alt": "This is a image alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087891691791978273",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878916899800731963144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878916903491719633144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087891691791978274",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060878916899800731963144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878916903491719693144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087891691791978272",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060878916899800731963144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:51:09+08:00",
"handle": "my-product-20",
"id": "16060878906566210188893144",
"image": {
"alt": "My Product 20",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/e46e6189dd5641a3b179444cacdcdd2a_15.png?w=1024&h=1024"
},
"images": [
{
"alt": "My Product 20",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/e46e6189dd5641a3b179444cacdcdd2a_15.png?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878906569901176493144",
"name": "Color",
"product_id": "16060878906566210188893144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:51:09+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 20",
"updated_at": "2023-08-28T15:12:18+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878906569901176473144",
"image": {
"alt": "Seo Title",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/e46e6189dd5641a3b179444cacdcdd2a_15.png?w=1024&h=1024"
},
"inventory_item_id": "6087890657963176169",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878906566210188893144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T12:46:37+08:00",
"handle": "my-product-24",
"id": "16060879464944338685503144",
"options": [
{
"id": "16160879464948700761743144",
"name": "Size",
"product_id": "16060879464944338685503144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160879464948700761773144",
"name": "Color",
"product_id": "16060879464944338685503144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T12:46:37+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 24",
"updated_at": "2023-08-28T12:46:37+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060879464948700761723144",
"inventory_item_id": "6087946495557900202",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060879464944338685503144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060879464948700761813144",
"inventory_item_id": "6087946495557900201",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060879464944338685503144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060879464948700761873144",
"inventory_item_id": "6087946495557900203",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060879464944338685503144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:51:57+08:00",
"handle": "my-product-22",
"id": "16060878914758692511253144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878914761712410213144",
"name": "Size",
"product_id": "16060878914758692511253144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160878914761712410243144",
"name": "Color",
"product_id": "16060878914758692511253144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:51:57+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 22",
"updated_at": "2023-08-28T19:24:56+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878914761712410193144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087891476909399065",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878914758692511253144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878914761712410283144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087891476926176283",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060878914758692511253144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878914761712410343144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087891476926176282",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060878914758692511253144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:51:21+08:00",
"handle": "my-product-21",
"id": "16060878908674770588483144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878908677958259643144",
"name": "Size",
"product_id": "16060878908674770588483144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160878908677958259673144",
"name": "Color",
"product_id": "16060878908674770588483144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:51:21+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 21",
"updated_at": "2023-08-28T19:24:38+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878908677958259623144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087890868584345153",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878908674770588483144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878908677958259713144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087890868584345151",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060878908674770588483144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878908678126031933144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087890868584345152",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060878908674770588483144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:50:47+08:00",
"handle": "my-product-19",
"id": "16060878902926560859813144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878902931594024693144",
"name": "Color",
"product_id": "16060878902926560859813144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:50:47+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 19",
"updated_at": "2023-08-28T19:23:56+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878902931594024673144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087890295139080241",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878902926560859813144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:50:32+08:00",
"handle": "my-product-18",
"id": "16060878900384309254383144",
"image": {
"alt": "My Product 17",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "My Product 17",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:50:32+08:00",
"published_scope": "web",
"spu": "S0000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 18",
"updated_at": "2023-08-28T11:50:32+08:00",
"variants": [
{
"barcode": "B0000001",
"compare_at_price": "120.00",
"id": "18060878900387832469803144",
"inventory_item_id": "6087890040041533931",
"inventory_policy": "deny",
"inventory_quantity": 222,
"inventory_tracker": true,
"position": 1,
"price": "100.00",
"product_id": "16060878900384309254383144",
"required_shipping": true,
"sku": "T0000001",
"taxable": true,
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:49:48+08:00",
"handle": "my-product-17",
"id": "16060878893067429883503144",
"image": {
"alt": "My Product 17",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "My Product 17",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:49:48+08:00",
"published_scope": "web",
"spu": "S0000001",
"status": "draft",
"subtitle": "This is a subtitle",
"tags": "T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 17",
"updated_at": "2023-08-28T11:49:48+08:00",
"variants": [
{
"barcode": "B0000001",
"compare_at_price": "120.00",
"id": "18060878893070953099003144",
"inventory_item_id": "6087889308152263615",
"inventory_policy": "deny",
"inventory_quantity": 222,
"inventory_tracker": true,
"position": 1,
"price": "100.00",
"product_id": "16060878893067429883503144",
"required_shipping": true,
"sku": "T0000001",
"taxable": true,
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:46:30+08:00",
"handle": "my-product-16",
"id": "16060878859910114569133144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878859913134468093144",
"name": "Color",
"product_id": "16060878859910114569133144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:46:31+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 16",
"updated_at": "2023-08-28T19:23:28+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878859913134468073144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087885992420710729",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878859910114569133144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:45:53+08:00",
"handle": "my-product-15",
"id": "16060878853599197112313144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878853605069127763144",
"name": "Size",
"product_id": "16060878853599197112313144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160878853605069127793144",
"name": "Color",
"product_id": "16060878853599197112313144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:45:53+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 15",
"updated_at": "2023-08-28T19:19:05+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878853605069127743144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087885361949712083",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878853599197112313144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878853605069127833144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087885361949712081",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060878853599197112313144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878853605069127893144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087885361949712082",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060878853599197112313144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:44:57+08:00",
"handle": "my-product-12",
"id": "16060878844217209993043144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878844220900980643144",
"name": "Size",
"product_id": "16060878844217209993043144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160878844220900980673144",
"name": "Color",
"product_id": "16060878844217209993043144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:44:57+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 12",
"updated_at": "2023-08-28T19:22:51+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878844220900980623144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087884423331583696",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878844217209993043144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878844220900980713144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087884423331583697",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060878844217209993043144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878844220900980773144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087884423331583698",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060878844217209993043144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:44:45+08:00",
"handle": "my-product-11",
"id": "16060878842253940305683144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878842258805698403144",
"name": "Size",
"product_id": "16060878842253940305683144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160878842258805698433144",
"name": "Color",
"product_id": "16060878842253940305683144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:44:45+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 11",
"updated_at": "2023-08-28T19:22:27+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878842258805698383144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087884227675691860",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878842253940305683144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878842258805698473144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087884227675691861",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060878842253940305683144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878842258805698533144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087884227675691859",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060878842253940305683144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:43:21+08:00",
"handle": "my-product-10",
"id": "16060878828158562308823144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878828164098790183144",
"name": "Size",
"product_id": "16060878828158562308823144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160878828164098790213144",
"name": "Color",
"product_id": "16060878828158562308823144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:43:21+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "draft",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 10",
"updated_at": "2023-08-28T19:22:11+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878828164098790163144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087882817500376541",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878828158562308823144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878828164098790253144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087882817483599323",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060878828158562308823144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878828164098790313144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087882817500376540",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060878828158562308823144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:41:49+08:00",
"handle": "my-product-9",
"id": "16060878812694163432133144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878812697183331123144",
"name": "Size",
"product_id": "16060878812694163432133144",
"values": [
"L"
],
"values_images": {}
},
{
"id": "16160878812697183331153144",
"name": "Color",
"product_id": "16060878812694163432133144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:41:49+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 9",
"updated_at": "2023-08-28T19:21:54+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878812697183331103144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087881271026916318",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878812694163432133144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:41:31+08:00",
"handle": "my-product-8",
"id": "16060878809745399885323144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878809748755328603144",
"name": "Size",
"product_id": "16060878809745399885323144",
"values": [
"L"
],
"values_images": {}
},
{
"id": "16160878809748755328633144",
"name": "Color",
"product_id": "16060878809745399885323144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:41:32+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "draft",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 8",
"updated_at": "2023-08-28T19:21:38+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878809748755328583144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087880976318338472",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878809745399885323144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:41:04+08:00",
"handle": "my-product-7",
"id": "16060878805157334623403144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878805195586675963144",
"name": "Size",
"product_id": "16060878805157334623403144",
"values": [
"L"
],
"values_images": {}
},
{
"id": "16160878805195586675993144",
"name": "Color",
"product_id": "16060878805157334623403144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:41:04+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 7",
"updated_at": "2023-08-28T19:21:25+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878805195586675943144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087880520816924187",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878805157334623403144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:39:57+08:00",
"handle": "my-product-6",
"id": "16060878793894789540103144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878793897473894753144",
"name": "Size",
"product_id": "16060878793894789540103144",
"values": [
"L"
],
"values_images": {}
},
{
"id": "16160878793897473894783144",
"name": "Color",
"product_id": "16060878793894789540103144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:39:57+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 6",
"updated_at": "2023-08-28T19:21:12+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878793897473894733144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087879390267470482",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878793894789540103144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:39:24+08:00",
"handle": "my-product-5",
"id": "16060878788425249427503144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878788430953681023144",
"name": "Size",
"product_id": "16060878788425249427503144",
"values": [
"L"
],
"values_images": {}
},
{
"id": "16160878788430953681053144",
"name": "Color",
"product_id": "16060878788425249427503144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:39:24+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 5",
"updated_at": "2023-08-28T19:20:58+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878788430953681003144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087878844135533777",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878788425249427503144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:38:36+08:00",
"handle": "my-product-4",
"id": "16060878780250550864763144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878780253235219403144",
"name": "Size",
"product_id": "16060878780250550864763144",
"values": [
"L"
],
"values_images": {}
},
{
"id": "16160878780253235219433144",
"name": "Color",
"product_id": "16060878780250550864763144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:38:36+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 4",
"updated_at": "2023-08-28T19:20:45+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878780253235219383144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087878026296561554",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878780250550864763144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:37:59+08:00",
"handle": "my-product-3",
"id": "16060878774137772265913144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878774142805430793144",
"name": "Size",
"product_id": "16060878774137772265913144",
"values": [
"L"
],
"values_images": {}
},
{
"id": "16160878774142805430823144",
"name": "Color",
"product_id": "16060878774137772265913144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:37:59+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "draft",
"subtitle": "This is a subtitle",
"tags": "T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 3",
"updated_at": "2023-08-28T19:20:32+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878774142805430773144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087877415152938177",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878774137772265913144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:37:32+08:00",
"handle": "my-product-2",
"id": "16060878769549874798573144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878769553398014013144",
"name": "Size",
"product_id": "16060878769549874798573144",
"values": [
"L"
],
"values_images": {}
},
{
"id": "16160878769553398014043144",
"name": "Color",
"product_id": "16060878769549874798573144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:37:32+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "active",
"subtitle": "This is a subtitle",
"tags": "T shirt,Spring",
"template_path": "templates/products/detail.html",
"title": "My Product 2",
"updated_at": "2023-08-28T19:18:17+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878769553398013993144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087876956094755808",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878769549874798573144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:45:15+08:00",
"handle": "my-product-13",
"id": "16060878847266804612583144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878847269824511643144",
"name": "Size",
"product_id": "16060878847266804612583144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160878847269824511673144",
"name": "Color",
"product_id": "16060878847266804612583144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:45:15+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "archived",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 13",
"updated_at": "2023-08-28T19:32:57+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878847269824511623144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087884728240708834",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878847266804612583144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878847269824511713144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087884728240708835",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060878847266804612583144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878847269824511773144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087884728240708836",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060878847266804612583144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
},
{
"body_html": "<p>This is a desription</p>",
"created_at": "2023-08-28T11:45:35+08:00",
"handle": "my-product-14",
"id": "16060878850545743695513144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [
{
"id": "16160878850550105771753144",
"name": "Size",
"product_id": "16060878850545743695513144",
"values": [
"L",
"XL",
"XXL"
],
"values_images": {}
},
{
"id": "16160878850550105771783144",
"name": "Color",
"product_id": "16060878850545743695513144",
"values": [
"White"
],
"values_images": {}
}
],
"product_behavior": "",
"product_type": "NORMAL",
"published_at": "2023-08-28T11:45:35+08:00",
"published_scope": "web",
"spu": "S000000001",
"status": "archived",
"subtitle": "This is a subtitle",
"tags": "Spring,T shirt",
"template_path": "templates/products/detail.html",
"title": "My Product 14",
"updated_at": "2023-08-28T19:23:04+08:00",
"variants": [
{
"barcode": "T00000001",
"compare_at_price": "120.00",
"id": "18060878850550105771733144",
"image": {
"alt": "This is a alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087885056453385358",
"inventory_policy": "continue",
"inventory_quantity": 580,
"inventory_tracker": true,
"option1": "L",
"option2": "White",
"position": 1,
"price": "100.00",
"product_id": "16060878850545743695513144",
"required_shipping": true,
"sku": "S00000000101",
"taxable": true,
"title": "L · White",
"weight": "10.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878850550105771823144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087885056453385359",
"inventory_policy": "deny",
"inventory_quantity": 100,
"inventory_tracker": true,
"option1": "XL",
"option2": "White",
"position": 2,
"price": "100.00",
"product_id": "16060878850545743695513144",
"required_shipping": true,
"sku": "S00000000102",
"taxable": true,
"title": "XL · White",
"weight": "50.00",
"weight_unit": "g"
},
{
"barcode": "B0000000001",
"compare_at_price": "120.00",
"id": "18060878850550105771883144",
"image": {
"alt": "My Product-10",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"inventory_item_id": "6087885056453385357",
"inventory_policy": "deny",
"inventory_quantity": 170,
"inventory_tracker": true,
"option1": "XXL",
"option2": "White",
"position": 3,
"price": "100.00",
"product_id": "16060878850545743695513144",
"required_shipping": true,
"sku": "S00000000103",
"taxable": true,
"title": "XXL · White",
"weight": "50.00",
"weight_unit": "g"
}
],
"vendor": "Shopline"
}
]
}
Was this article helpful to you?