Requires read_products access scope.
For more info, refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20260301/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 .
Get a list of products in a specific collection.
Path Parameters
  • collection_id string required
    The unique identifier for the collection.
    Maximum length: 64
    Example: 16050375155238626683133099
Query Parameters
  • fields string
    Specify the fields to be returned, with multiple fields separated by commas. For available fields, refer to the top-level child parameters under the products object in the response.
    Example: title,id
  • limit string
    The quantity limit of products to be queried.

    Value range: 1-250

    Default Value: 50
  • page_info string
    The unique identifier for pagination queries, used to locate a specific page.
    This parameter value is obtained from the link value in the response header of this API after you have queried the pagination information.
    For example, if the link value you obtained is <https://{handle}.myshopline.com/admin/openapi/{version}/products/collections/:collection_id/products.json?limit=1&page_info=eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9>; rel="next" , the value of page_info is eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9 .
    For more information on how to use pagination, refer to Paging Mechanism.
Request Headers
  • Content-Type string required
    The field must be set to the fixed value application/json; charset=utf-8.
  • Authorization string required
    The access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Status Codes
For the complete list of codes and messages, see Http status code.

Response Headers
  • link
    The URL link that provides the pagination data. You can obtain page_info from this parameter for subsequent pagination requests.
    This parameter is returned when the requested page has a previous or next page.
    For more information on how to use pagination, refer to Paging Mechanism.
  • traceId
    A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
  • productsobject[]
    A list of products.
  • body_html string
    The product description.
  • created_at string
    The date and time when the product was created. Format: ISO 8601.
    Example: 2025-03-06T02:20:26+08:00
  • handle string
    The semantically unique identifier for the product, which is generated based on title by default.
    Example: product-handle
  • id string
    The unique identifier for the product.
    Example: 16057850264845250791280282
  • imageobject
    The cover image of the product.
  • alt string
    The alternative textual description of the image, usually a word or phrase with the characteristics or content of the image.
    Example: This is an image alt.
  • src string
    The link to the image, represented as a URL.
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • imagesobject[]
    A list of product images.
  • alt string
    The alternative textual description of the product image, usually a word or phrase with the characteristics or content of the image.
    Example: This is an image alt.
  • src string
    The link to the product image, represented as a URL.
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • optionsobject[]
    A list of product options.
  • id string
    The unique identifier for the option.
    Example: 16158068291703878544960282
  • name string
    The name of the option.
    Example: Color
  • product_id string
    The unique identifier for the product corresponding to the option.
    Example: 16057850264845250791280282
  • values array
    A list of option values.
    Example: ["[\"red\", \"green\", \"white\"]"]
  • values_images map
    The mapping relationship between the option value and the corresponding image URL.
    Example: {"red":"https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png"}
  • path string
    The relative path of the product page.
    Example: /products/clothes
  • product_behavior string
    Used to identify the special behavior of the product. This field returns a value only under certain conditions.
    For example, if the product has potential risks, the field returns a value.
    Example: RISK,HIDDEN
  • product_type string
    The source of the product. Valid values are:
    • NORMAL : products maintained in the SHOPLINE Admin
    • POD_TEMPORARY : temporary products in the Product Option Customizer&ProductBundler app
    • TEMPORARY : other temporary products
  • published_at string
    The date and time when the product was published to the online store. Format: ISO 8601.
    Example: 2025-03-06T02:20:26+08:00
  • published_scope string
    The published scope of product sales channels. The value of this field is fixed to web, indicating an online store.
  • spu string
    The identifier customized for the product by the merchant. It is distinct from products.id returned by SHOPLINE.
    Example: S0000001
  • status string
    The status of the product. Valid values are:
    • active: products on shelves
    • draft: products off shelves
    • archived: products archiving
  • subtitle string
    The subtitle of the product.
    Example: This is a subtitle
  • tags string
    A list of tags of the product.
    Example: tag1, tag2
  • template_path string
    The theme template of the product.
    Example: templates/product.product_template_name.json
  • title string
    The title of the product.
    Example: This is a Product title
  • updated_at string
    The date and time when the product was last updated. Format: ISO 8601.
    Example: 2025-03-06T02:20:26+08:00
  • variantsobject[]
    A list of product variants.
  • barcode string
    The barcode of the variant.
    Example: T0000001
  • compare_at_price string
    The original price of the variant. The value is rounded to two decimal places.
    Example: 129.99
  • id string
    The unique identifier for the variant.
    Example: 18057850264851626133510282
  • imageobject
    The image of the variant.
  • alt string
    The alternative textual description of the variant image, usually a word or phrase with the characteristics or content of the image.
    Example: This is an image alt.
  • src string
    The link to the variant image, represented as a URL.
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • inventory_item_id string
    The unique identifier for the inventory item.
    Example: 5785060242375689228
  • inventory_policy string
    Indicates whether the variant is allowed to be oversold.
    • deny: Does not allow overselling.
    • continue: Allow overselling.
  • inventory_quantity integer
    The total inventory quantity at all storage locations.
    Example: 99
  • inventory_tracker boolean
    Indicates whether the inventory tracking is enabled.
    • true: Inventory tracking is enabled.
    • false: Inventory tracking is not enabled.
  • option1 string
    Information of the first option of the variant.
    Example: red
  • option2 string
    Information of the second option of the variant.
    Example: xl
  • option3 string
    Information of the third option of the variant.
    Example: cotton
  • option4 string
    Information of the fourth option of the variant.
    Example: short
  • option5 string
    Information of the fifth option of the variant.
    Example: casual
  • position integer
    The ordering position of the variant within the variant list.
    Example: 1
  • price string
    The selling price of the variant. The value is rounded to two decimal places.
    Example: 90.22
  • product_id string
    The unique identifier for the product corresponding to the variant.
    Example: 16057850264845250791280282
  • required_shipping boolean
    Indicates whether the variant is required to be shipped.
    • true: Shipping is required.
    • false: Shipping is not required.
  • sku string
    The product SKU. It is distinct from variants.id returned by SHOPLINE.
    Example: S000000001
  • taxable boolean
    Indicates whether the variant is subject to tax.
    • true: Tax is required.
    • false: Tax is not required.
  • title string
    The title of the variant, assembled from the option value of the variant.
    Example: red · xl
  • weight string
    The weight of the variant. The value is rounded up if it exceeds two decimal places.
    Example: 0.23
  • weight_unit string
    The unit of weight for the variant. Valid values are:
    • g: gram
    • kg: kilogram
    • lb: pound
    • oz: ounce
    • zh_kg: kilogram
  • vendor string
    The brand or vendor of the product.
    Example: SHOPLINE
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301

ParamOptions

path required
header required
query
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301/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
Get products in a collection
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?