Requires read_products access scope.
For more info , refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20250601/products/products.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .
Bulk inquiry Product basic information.
Query Parameters
  • collection_id string
    The unique identifier of the product collection.
    Maximum length:64
    Example: 12248721639068681442230282
  • created_at_max string
    Specify the cut-off creation date and time for products to query. Orders created on or before this date are returned. This should be used in conjunction with created_at_min to define the query time range. Format: ISO 8601.
    Example: 2021-09-02T14:11:54+00:00
  • created_at_min string
    Specify the start creation date and time for products to query. Orders created on or after this date are returned. This should be used in conjunction with created_at_max to define the query time range. Format: ISO 8601.
    Example: 2021-09-03T14:11:54+00:00
  • fields string
    The collection fields to be returned, separated by commas for multiple fields.
    Example: title,id,created_at
  • handle string
    The collection handle, a unique identifier automatically generated based on the collection title. Changing the collection title will not update the handle.
    Example: product-handle
  • ids string
    The specified product id, multiple separated by commas.
    Example: 16057850264845250791280282,16057850264845250333280282
  • limit integer
    Query the limit on the number of products.
    Default value: 50
    Value range: 1-250
    Example: 100
  • order_by string
    Sort products by creation time.
    • created_at_asc : Sort products by creation time from oldest to newest.
    • created_at_desc : Sort products by creation time from newest to oldest.
    Example: created_at_desc
  • page_info string
    The call party does not require use and attention to this field, automatically encapsulated by SHOPLINE.
    Example: eyJzaW5jZUlkIjoiMTYwNTc4NTY3NjcxMTc3MDcyNTEwNjAyODIiLCJkaXJlY3Rpb24iOiJuZXh0Iiwic29ydFR5cGUiOiJjcmVh
  • product_category string
    Product type.
    Example: Electronics
  • since_id string
    Start querying from this product ID.
    Example: 16057850264845250791280282
  • status string
    Product status. Valid values are:
    • activated: on shelves.
    • deactivated: off shelves.
    • archived: filing.
    Example: active
  • title string
    The product title, used for display to the buyer.
    Example: This is a title.
  • updated_at_max string
    Specify the cut-off update date and time for products to query. Products updated on or before this date will be returned. This should be used in conjunction with updated_at_min to define the query time range. Format: ISO 8601.
    Example: 2021-09-02T14:11:54+00:00
  • updated_at_min string
    Specify the start update date and time for products to query. Products updated on or after this date will be returned. This should be used in conjunction with updated_at_max to define the query time range. Format: ISO 8601.
    Example: 2021-09-03T14:11:54+00:00
  • vendor string
    Product vendor.
    Example: SHOPLINE
Request Headers
  • Content-Type required
    The value of this field is fixed to application/json; charset=utf-8
  • Authorization string required
    The 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
For more information about status codes, see Http status code.

Response Headers
  • link
    Query jump page
  • traceId
    traceId
Response Body
  • productsobject[]
    Products.
  • body_html string
    Description of the product.
    Maximum length: 512
    Example: product description
  • created_at string
    Creation time. Format: ISO 8601.
    Example: 2021-09-02T14:11:54+00:00
  • handle string
    The collection handle, a unique identifier automatically generated based on the collection title. Changing the collection title will not update the handle.
    Example: product-handle
  • id string
    The unique identifier for the product.
    Example: 16057850264845250791280282
  • imageobject
    Image information.
  • alt string
    Words or phrases that share the characteristics or content of image.
    Maximum length: 255
    Example: This is a image alt.
  • id string
    Image ID.
    Example: 5785060242207917075
  • src string
    The image's location represented as a URL.
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • imagesobject[]
    Image information.
  • alt string
    Words or phrases that share the characteristics or content of images.
    Maximum length: 255
    Example: alt
  • id string
    Image ID.
    Example: 5785060242207917075
  • src string
    The image's location represented as a URL.
    Maximum length: 255
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • optionsobject[]
    List of options.
  • id string
    Option ID.
    Example: 16158068291703878544960282
  • name string
    Option name.
    Example: Color
  • product_id string
    Product ID.
    Example: 16057850264845250791280282
  • values array
    List of option value.
    Example: ["Red", "Green", "White"]
  • values_images map
    The image of option value .
    Example: [object Object]
  • path string
    The relative path of the product URL in the online store.
    Maximum length: 512
    Example: /my_product
  • product_behavior string
    Product behavior.
    Example: RISK, HIDDEN
  • product_category string
    Product type.
    Example: Electronics
  • product_type string
    Product type.
    • NORMAL : Regular product.
    • POD_TEMPORARY : POD temporary product.
    • TEMPORARY : Temporary product.
    Example: NORMAL
  • published_at string
    Time to post to online stores. Format: ISO 8601.
    Example: 2021-09-02T14:11:54+00:00
  • published_scope string
    Set the launch range, when the value is "web", it means online stores.
    Example: web
  • spu string
    Standard Product Unit (SPU) refers to a group of products with the same basic attributes.
    Example: S00000001
  • status string
    Product status.
    • activated: on shelves.
    • deactivated: off shelves.
    • archived: filing.
    Example: active
  • subtitle string
    Product summary.
    Maximum length: 255
    Example: This is a subtitle
  • tags string
    Product tags.
    Maximum size:250
    Maximum length: 255
    Example: tag1, tag2
  • template_path string
    Theme template.
    Example: templates/products/detail.json
  • title string
    Product's title.
    Maximum length: 255
    Example: This is a Product title
  • updated_at string
    Update time. Format: ISO 8601.
    Example: 2021-09-02T14:11:54+00:00
  • variantsobject[]
    Variants belonging to a product.
  • barcode string
    Barcode of the product variant.
    Maximum length: 255
    Example: T0000001
  • compare_at_price string
    The original price of the variant, The price value is rounded to two decimal places, default is empty.
    Example: 129.99
  • id string
    Variant ID.
    Example: 18057850264851626133510282
  • imageobject
    Images information.
  • alt string
    Words or phrases that share the characteristics or content of images.
    Maximum length: 255
    Example: This is the image alt
  • id string
    image ID.
    Example: 5785060242207917075
  • src string
    The image's location represented as a URL.
    Maximum length: 255
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • inventory_item_id string
    Inventory item ID.
    Example: 5785060242375689228
  • inventory_policy string
    Oversold strategy.
    • deny: Oversold is not allowed.
    • continue: Oversold is allowed.
    Example: deny
  • inventory_quantity integer
    Inventory summary for all locations.
    Example: 99
  • inventory_tracker boolean
    Indicates whether to enable tracking of inventory for this product.
    • true: Tracking enabled.
    • false: Tracking disabled.
    Default value: false
    Example: true
  • option1 string
    The variant corresponds to the value of the option1.
    Example: Red
  • option2 string
    The variant corresponds to the value of the option2.
    Example: L
  • option3 string
    The variant corresponds to the value of the option3.
  • option4 string
    The variant corresponds to the value of the option4.
  • option5 string
    The variant corresponds to the value of the option5.
  • position integer
    Position weights for variant.
    Example: 1
  • price string
    Selling price. The price value is rounded to two decimal places.
    Example: 90
  • product_id string
    Product ID.
    Example: 16057850264845250791280282
  • required_shipping boolean
    Indicate whether shipping is required.
    • true: Require shipping.
    • false: Does not require shipping.
    Default value: true
    Example: true
  • sku string
    Stock Keeping Unit (SKU) is a unique identifier for a specific product variant, such as size, color, or model.
    Example: S000000001
  • taxable boolean
    Indicate whether taxes are required.
    • true: Required.
    • false: Not required.
    Default value: true
  • title string
    Variant title.
    Example: Red/L
  • weight string
    The weight of the variant, required to be greater than 0, and rounded up to the nearest hundredth decimal place.
    Example: 0.23
  • weight_unit string
    The measurement unit for the weight of the variant. If weight_unit is not specified, the default measurement unit is g. Valid enumeration values include:
    • g: Represents the unit in grams.
    • kg: Represents the unit in kilograms.
    • lb: Represents the unit in pounds.
    • oz: Represents the unit in ounces.
    • zh_kg: Represents the unit in kilograms.
    Example: kg
  • vendor string
    Product vendor.
    Example: SHOPLINE
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

header required
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/products/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
Specify collection
Response
{
"products": [
{
"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_category": "Clothes",
"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:52:10+08:00",
"handle": "my-product-23",
"id": "16060878916899800731963144",
"image": {
"alt": "This is a image alt",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a image alt",
"id": "5976632123224980485",
"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_category": "Clothes",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"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:57+08:00",
"handle": "my-product-22",
"id": "16060878914758692511253144",
"image": {
"alt": "This is a alt",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"id": "5976632123224980485",
"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_category": "Clothes",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"id": "5976632123224980485",
"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_category": "Clothes",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"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:51:09+08:00",
"handle": "my-product-20",
"id": "16060878906566210188893144",
"image": {
"alt": "My Product 20",
"id": "6088042245020926015",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/e46e6189dd5641a3b179444cacdcdd2a_15.png?w=1024&h=1024"
},
"images": [
{
"alt": "My Product 20",
"id": "6088042245020926015",
"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_category": "Clothes",
"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",
"id": "6088042245020926015",
"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-28T11:50:47+08:00",
"handle": "my-product-19",
"id": "16060878902926560859813144",
"image": {
"alt": "This is a alt",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"id": "5976632123224980485",
"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_category": "Clothes",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "My Product 17",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [],
"product_behavior": "",
"product_category": "服装",
"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",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "My Product 17",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
}
],
"options": [],
"product_behavior": "",
"product_category": "服装",
"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",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"id": "5976632123224980485",
"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_category": "Clothes",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/c4845f8f7cd84ff18f082eaf9c05b820.webp?w=1024&h=1024"
},
"images": [
{
"alt": "This is a alt",
"id": "5976632123224980485",
"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_category": "Clothes",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"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",
"id": "5976632123224980485",
"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"
}
]
}
Was this article helpful to you?