HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

Get Products

GET /v1/products

List of merchant's product sorted by creation time

Request Example

curl --request GET \
     --url '<<api_domain>>/v1/products?sort_by=desc&per_page=24&page=1' \
     --header 'Accept: application/json'

Request Parameters

sort_by string asc or desc, sort the list by creation time, default desc
per_page integer the number of item to get back, default is 24 (Suggest don't set over 50)
page integer the page to start fetching, default 1, leave out if uses previous_id
excludes[] array of string Exclude required fields excludes=["items.medias", "items.status", "items.sku", "items.gtin"]
with_product_set Boolean with_product_set=true response 會包含組合商品
includes[] array of string include_fields[]=type&include_fields[]=bundle_set response 會包含組合商品的 type 與子商品細節(bundle_set)
fields[] array of string Only return the required fieldsfields=["items.id", "items.title_translations", "items.price", "items.price_sale", "items.same_price", "items.cost", "items.unlimited_quantity", "items.medias", "items.category_ids", "items.sku", "items.gtin", "items.field_titles", "items.variations.id", "items.variations.fields_translations", "items.variations.price", "items.variations.price_sale", "items.variations.sku", "items.variations.variant_option_ids", "items.variations.gtin", "items.variations.wapos_id", "items.gtin", "items.wapos_id", "items.updated_at", "items.created_at", "items.bundle_set", "items.type"]
id string only show specific products based on ids
e.g. id="in:id_1,id_2,id_3"
previous_id string previous_id of the last fetch item, replace page number if added
include_fields[] string add additional attributes in response
updated_after DateTime UTC time e.g. 2021-01-01 00:00:00
updated_before DateTime UTC time e.g. 2021-01-01 00:00:00

Response Example

{
    "items": [
        {
            "id": "612c7e0638be9e0045dd618b",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "zh-hant": "ccc",
                "en": "ccc"
            },
            "price": {
                "cents": 555,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$555",
                "dollars": 555
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 555,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$555",
                "dollars": 555
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": true,
            "cost": {
                "cents": 3333,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$3,333",
                "dollars": 3333
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_limit": -1,
            "preorder_note_translations": {},
            "weight": 5,
            "quantity": 3,
            "unlimited_quantity": false,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 1800,
                            "height": 881,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/612c7df938be9e0045dd618a/original.jpg?1630305785"
                        },
                        "favicon": {
                            "width": 1800,
                            "height": 881,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/612c7df938be9e0045dd618a/original.jpg?1630305785"
                        },
                        "favicon_large": {
                            "width": 1800,
                            "height": 881,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/612c7df938be9e0045dd618a/original.jpg?1630305785"
                        },
                        "transparent_thumb": {
                            "width": 1800,
                            "height": 881,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/612c7df938be9e0045dd618a/original.jpg?1630305785"
                        },
                        "transparent_large": {
                            "width": 1800,
                            "height": 881,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/612c7df938be9e0045dd618a/original.jpg?1630305785"
                        },
                        "transparent_xlarge": {
                            "width": 1800,
                            "height": 881,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/612c7df938be9e0045dd618a/original.jpg?1630305785"
                        },
                        "original": {
                            "width": 1800,
                            "height": 881,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/612c7df938be9e0045dd618a/original.jpg?1630305785"
                        },
                        "thumb": {
                            "width": 1800,
                            "height": 881,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/612c7df938be9e0045dd618a/original.jpg?1630305785"
                        },
                        "source": {
                            "width": 1800,
                            "height": 881,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/612c7df938be9e0045dd618a/original.jpg?1630305785"
                        }
                    },
                    "_id": "612c7df938be9e0045dd618a",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "611cd8b4679a9c00424f4adb"
            ],
            "supplier": null,
            "sku": null,
            "barcode": null,
            "field_titles": [
                {
                    "key": "color",
                    "label": "顏色",
                    "name_translations": {
                        "en": "Color",
                        "zh-hant": "顏色",
                        "zh-hk": "顏色",
                        "zh-cn": "颜色",
                        "zh-tw": "顏色",
                        "vi": "Màu",
                        "ms": "warna",
                        "ja": "カーラー",
                        "th": "สี"
                    },
                    "index": 0
                }
            ],
            "variations": [
                {
                    "id": "61d6bf6b539d27004165fce5",
                    "fields_translations": {
                        "en": [
                            "紅色"
                        ],
                        "zh-hant": [
                            "紅色"
                        ],
                        "vi": [
                            ""
                        ]
                    },
                    "price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "cost": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "quantity": 1,
                    "unlimited_quantity": null,
                    "media": null,
                    "sku": "1234",
                    "location_id": null,
                    "variant_option_ids": [
                        "61d6bf6b65900f00476d6b4c"
                    ],
                    "barcode": null,
                    "mpn": null,
                    "gtin": null,
                    "barcode_type": "Code 128",
                    "locked_inventory_count": null,
                    "weight": 0
                },
                {
                    "id": "61d6bf6b539d27004165fce6",
                    "fields_translations": {
                        "en": [
                            "藍色"
                        ],
                        "zh-hant": [
                            "藍色"
                        ],
                        "vi": [
                            ""
                        ]
                    },
                    "price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "cost": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "quantity": 2,
                    "unlimited_quantity": null,
                    "media": null,
                    "sku": "1235",
                    "location_id": null,
                    "variant_option_ids": [
                        "61d6bf6b65900f00476d6b4d"
                    ],
                    "barcode": null,
                    "mpn": null,
                    "gtin": null,
                    "barcode_type": "Code 128",
                    "locked_inventory_count": null,
                    "weight": 0
                }
            ],
            "variant_options": [
                {
                    "id": "61d6bf6b65900f00476d6b4c",
                    "name_translations": {
                        "zh-hant": "紅色",
                        "en": "紅色",
                        "vi": ""
                    },
                    "type": "color",
                    "media": null,
                    "index": 0
                },
                {
                    "id": "61d6bf6b65900f00476d6b4d",
                    "name_translations": {
                        "zh-hant": "藍色",
                        "en": "藍色",
                        "vi": ""
                    },
                    "type": "color",
                    "media": null,
                    "index": 0
                }
            ],
            "categories": [
                {
                    "id": "611cd8b4679a9c00424f4adb",
                    "name_translations": {
                        "en": "Featured Products",
                        "zh-hant": "精選商品",
                        "zh-hk": "精選商品",
                        "zh-cn": "精选商品",
                        "zh-tw": "精選商品",
                        "vi": "Sản phẩm nổi bật",
                        "ms": "Produk Terpilih",
                        "ja": "おすすめ商品",
                        "th": "สินค้าแนะนำ",
                        "id": "Produk Unggulan",
                        "de": "Empfohlene Produkte",
                        "fr": "Produits à la une"
                    },
                    "seo_title_translations": {},
                    "seo_description_translations": {},
                    "seo_keywords": null,
                    "key": "featured_products",
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 1,
                    "children": [],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": {
                "en": "",
                "zh-hant": "",
                "vi": ""
            },
            "description_translations": {
                "en": "",
                "zh-hant": "",
                "vi": ""
            },
            "seo_title_translations": {
                "zh-hant": "ccc",
                "en": "ccc"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": "",
                "vi": ""
            },
            "seo_keywords": null,
            "link": "/ccc",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "611dd0c7679a9c00424f4bb6"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": "",
            "gtin": "",
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-01-17T06:59:18.333+00:00",
            "created_at": "2021-08-30T06:43:18.901+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "61c304c254c3f81bbd99cdf7",
                    "created_at": "2021-12-22T10:58:10.984+00:00",
                    "updated_at": "2021-12-22T10:58:10.984+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "membership_tier_id": "61543f22eb6b37004978ce4d",
                    "product_id": "612c7e0638be9e0045dd618b",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": true,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [
                {
                    "id": "612c7f9638be9e0045dd6198",
                    "name_translations": {
                        "zh-hant": "",
                        "en": "volumn"
                    }
                },
                {
                    "id": "61e513c2bbc40304f4731ae8",
                    "name_translations": {
                        "en": "bcc",
                        "zh-hant": "繁體"
                    }
                }
            ],
            "tax_type": "3",
            "oversea_tax_type": "5",
            "type": "product"
        },
        {
            "id": "611dd0c7679a9c00424f4bb6",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "html51"
            },
            "price": {
                "cents": 1999,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,999",
                "dollars": 1999
            },
            "price_sale": {
                "cents": 200,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$200",
                "dollars": 200
            },
            "lowest_price": {
                "cents": 1999,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,999",
                "dollars": 1999
            },
            "lowest_price_sale": {
                "cents": 200,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$200",
                "dollars": 200
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 2999,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$2,999",
                "dollars": 2999
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 10,
            "quantity": 43,
            "unlimited_quantity": false,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 421,
                            "height": 421,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/611dd093679a9c00424f4bb5/original.png?1629343891"
                        },
                        "favicon": {
                            "width": 421,
                            "height": 421,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/611dd093679a9c00424f4bb5/original.png?1629343891"
                        },
                        "favicon_large": {
                            "width": 421,
                            "height": 421,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/611dd093679a9c00424f4bb5/original.png?1629343891"
                        },
                        "transparent_thumb": {
                            "width": 421,
                            "height": 421,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/611dd093679a9c00424f4bb5/original.png?1629343891"
                        },
                        "transparent_large": {
                            "width": 421,
                            "height": 421,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/611dd093679a9c00424f4bb5/original.png?1629343891"
                        },
                        "transparent_xlarge": {
                            "width": 421,
                            "height": 421,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/611dd093679a9c00424f4bb5/original.png?1629343891"
                        },
                        "original": {
                            "width": 421,
                            "height": 421,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/611dd093679a9c00424f4bb5/original.png?1629343891"
                        },
                        "thumb": {
                            "width": 421,
                            "height": 421,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/611dd093679a9c00424f4bb5/original.png?1629343891"
                        },
                        "source": {
                            "width": 421,
                            "height": 421,
                            "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/611dd093679a9c00424f4bb5/original.png?1629343891"
                        }
                    },
                    "_id": "611dd093679a9c00424f4bb5",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [],
            "supplier": null,
            "sku": null,
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [],
            "location_id": null,
            "summary_translations": {
                "en": ""
            },
            "description_translations": {
                "en": ""
            },
            "seo_title_translations": {
                "en": "html51"
            },
            "seo_description_translations": {
                "en": ""
            },
            "seo_keywords": null,
            "link": "/html51",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "612c7e0638be9e0045dd618b"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [
                "611dd04a679a9c00424f4bb1"
            ],
            "blacklisted_payment_ids": [
                "611dd067679a9c00424f4bb3"
            ],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-01-17T04:50:09.674+00:00",
            "created_at": "2021-08-19T03:32:23.939+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "61c571febed718004669736a",
                    "created_at": "2021-12-24T07:08:46.739+00:00",
                    "updated_at": "2021-12-24T07:08:46.739+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "membership_tier_id": "61543f22eb6b37004978ce4d",
                    "product_id": "611dd0c7679a9c00424f4bb6",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "type": "product"
        }
    ],
    "pagination": {
        "current_page": 1,
        "per_page": 24,
        "total_count": 2,
        "total_pages": 1
    }
}
{
    "items": [
        {
            "id": "623ff5082692ab0015c5866a",
            "status": "active",
            "retail_status": "draft",
            "title_translations": {
                "en": "Cake Product Set",
                "zh-hant": "蛋糕組合商品"
            },
            "price": {
                "cents": 1700,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,700",
                "dollars": 1700
            },
            "price_sale": {
                "cents": 1080,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,080",
                "dollars": 1080
            },
            "lowest_price": {
                "cents": 1700,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,700",
                "dollars": 1700
            },
            "lowest_price_sale": {
                "cents": 1080,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,080",
                "dollars": 1080
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0,
            "quantity": 6,
            "unlimited_quantity": false,
            "medias": [
                {
                    "images": {
                        "original": {
                            "width": 359,
                            "height": 418,
                            "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                        },
                        "favicon_small": {
                            "width": 359,
                            "height": 418,
                            "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                        },
                        "favicon": {
                            "width": 359,
                            "height": 418,
                            "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                        },
                        "favicon_large": {
                            "width": 359,
                            "height": 418,
                            "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                        },
                        "transparent_thumb": {
                            "width": 359,
                            "height": 418,
                            "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                        },
                        "transparent_large": {
                            "width": 359,
                            "height": 418,
                            "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                        },
                        "transparent_xlarge": {
                            "width": 359,
                            "height": 418,
                            "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                        },
                        "thumb": {
                            "width": 359,
                            "height": 418,
                            "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                        },
                        "source": {
                            "width": 359,
                            "height": 418,
                            "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                        }
                    },
                    "_id": "623ff4eef1ac90000f0353dd",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd719ed98103c001a0a3bb2"
            ],
            "supplier": null,
            "sku": null,
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [
                {
                    "id": "5fd719ed98103c001a0a3bb2",
                    "name_translations": {
                        "en": "Featured Products",
                        "zh-hant": "精選商品",
                        "zh-hk": "精選商品",
                        "zh-cn": "精选商品",
                        "zh-tw": "精選商品",
                        "vi": "Sản phẩm nổi bật",
                        "ms": "Produk Terpilih",
                        "ja": "おすすめ商品",
                        "th": "สินค้าแนะนำ",
                        "id": "Produk Unggulan",
                        "de": "Empfohlene Produkte",
                        "fr": "Produits à la une"
                    },
                    "seo_title_translations": {
                        "en": "Sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {},
                    "seo_keywords": null,
                    "key": "featured_products",
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 1,
                    "children": [],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": {
                "en": "",
                "zh-hant": ""
            },
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "Cake Product Set",
                "zh-hant": "蛋糕組合商品"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/cake-product-set",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "60af70b4956343003e428dd8",
                "60ab0d51e4dfb50035970c63",
                "609527d4a5e478002f799c10",
                "609521d0f47fb30023114ea5"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-03-27T05:45:23.056+00:00",
            "created_at": "2022-03-27T05:24:24.831+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "623ff5082692ab0015c5866c",
                    "created_at": "2022-03-27T05:24:24.895+00:00",
                    "updated_at": "2022-03-27T05:24:24.895+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da238ecf97003990638d",
                    "product_id": "623ff5082692ab0015c5866a",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "623ff5082692ab0015c5866d",
                    "created_at": "2022-03-27T05:24:24.911+00:00",
                    "updated_at": "2022-03-27T05:24:24.911+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da888ecf970033906389",
                    "product_id": "623ff5082692ab0015c5866a",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": {
                "_id": "623ff5082692ab0015c58670",
                "discount_value": 10,
                "price_type": "discount_percentage",
                "bundle_set_products": {
                    "6094b55d8a70f54b0f1ff544": {
                        "min_quantity": 1,
                        "index": 0
                    },
                    "5fd727f40716bf0020ee0f09": {
                        "min_quantity": 1,
                        "index": 1
                    }
                }
            },
            "type": "product_set"
        },
        {
            "id": "623d44b061e0da002dd84984",
            "status": "draft",
            "retail_status": "active",
            "title_translations": {
                "en": "PRODUCT-01",
                "zh-hant": "產品-01"
            },
            "price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": true,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0,
            "quantity": 0,
            "unlimited_quantity": false,
            "medias": [
                {
                    "images": {
                        "original": {
                            "width": 3885,
                            "height": 5827,
                            "url": "https://img.shoplineapp.com/media/image_clips/623d44ae4aa2df00183fbae1/original.jpg?1648182445"
                        },
                        "favicon_small": {
                            "width": 3885,
                            "height": 5827,
                            "url": "https://img.shoplineapp.com/media/image_clips/623d44ae4aa2df00183fbae1/original.jpg?1648182445"
                        },
                        "favicon": {
                            "width": 3885,
                            "height": 5827,
                            "url": "https://img.shoplineapp.com/media/image_clips/623d44ae4aa2df00183fbae1/original.jpg?1648182445"
                        },
                        "favicon_large": {
                            "width": 3885,
                            "height": 5827,
                            "url": "https://img.shoplineapp.com/media/image_clips/623d44ae4aa2df00183fbae1/original.jpg?1648182445"
                        },
                        "transparent_thumb": {
                            "width": 3885,
                            "height": 5827,
                            "url": "https://img.shoplineapp.com/media/image_clips/623d44ae4aa2df00183fbae1/original.jpg?1648182445"
                        },
                        "transparent_large": {
                            "width": 3885,
                            "height": 5827,
                            "url": "https://img.shoplineapp.com/media/image_clips/623d44ae4aa2df00183fbae1/original.jpg?1648182445"
                        },
                        "transparent_xlarge": {
                            "width": 3885,
                            "height": 5827,
                            "url": "https://img.shoplineapp.com/media/image_clips/623d44ae4aa2df00183fbae1/original.jpg?1648182445"
                        },
                        "thumb": {
                            "width": 3885,
                            "height": 5827,
                            "url": "https://img.shoplineapp.com/media/image_clips/623d44ae4aa2df00183fbae1/original.jpg?1648182445"
                        },
                        "source": {
                            "width": 3885,
                            "height": 5827,
                            "url": "https://img.shoplineapp.com/media/image_clips/623d44ae4aa2df00183fbae1/original.jpg?1648182445"
                        }
                    },
                    "_id": "623d44ae4aa2df00183fbae1",
                    "alt_translations": null
                }
            ],
            "detail_medias": [],
            "category_ids": [],
            "supplier": null,
            "sku": null,
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [],
            "location_id": null,
            "summary_translations": {
                "en": "",
                "zh-hant": ""
            },
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "PRODUCT-01",
                "zh-hant": "產品-01"
            },
            "seo_description_translations": {},
            "seo_keywords": null,
            "link": "/product-01",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "623ff5082692ab0015c5866a",
                "60af70b4956343003e428dd8",
                "60ab0d51e4dfb50035970c63",
                "609527d4a5e478002f799c10"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": null,
            "age_group": null,
            "adult": null,
            "condition": null,
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": null,
            "updated_at": "2022-04-06T02:47:45.693+00:00",
            "created_at": "2022-03-25T04:27:28.479+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "openapi",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        },
        {
            "id": "60af70b4956343003e428dd8",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "cake11",
                "zh-hant": "蛋糕11"
            },
            "price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0,
            "quantity": 35,
            "unlimited_quantity": false,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 3456,
                            "height": 5184,
                            "url": "https://img.shoplineapp.com/media/image_clips/60b0b806eb560d002676d6cf/original.jpg?1622194180"
                        },
                        "favicon": {
                            "width": 3456,
                            "height": 5184,
                            "url": "https://img.shoplineapp.com/media/image_clips/60b0b806eb560d002676d6cf/original.jpg?1622194180"
                        },
                        "favicon_large": {
                            "width": 3456,
                            "height": 5184,
                            "url": "https://img.shoplineapp.com/media/image_clips/60b0b806eb560d002676d6cf/original.jpg?1622194180"
                        },
                        "transparent_thumb": {
                            "width": 3456,
                            "height": 5184,
                            "url": "https://img.shoplineapp.com/media/image_clips/60b0b806eb560d002676d6cf/original.jpg?1622194180"
                        },
                        "transparent_large": {
                            "width": 3456,
                            "height": 5184,
                            "url": "https://img.shoplineapp.com/media/image_clips/60b0b806eb560d002676d6cf/original.jpg?1622194180"
                        },
                        "transparent_xlarge": {
                            "width": 3456,
                            "height": 5184,
                            "url": "https://img.shoplineapp.com/media/image_clips/60b0b806eb560d002676d6cf/original.jpg?1622194180"
                        },
                        "original": {
                            "width": 3456,
                            "height": 5184,
                            "url": "https://img.shoplineapp.com/media/image_clips/60b0b806eb560d002676d6cf/original.jpg?1622194180"
                        },
                        "thumb": {
                            "width": 3456,
                            "height": 5184,
                            "url": "https://img.shoplineapp.com/media/image_clips/60b0b806eb560d002676d6cf/original.jpg?1622194180"
                        },
                        "source": {
                            "width": 3456,
                            "height": 5184,
                            "url": "https://img.shoplineapp.com/media/image_clips/60b0b806eb560d002676d6cf/original.jpg?1622194180"
                        }
                    },
                    "_id": "60b0b806eb560d002676d6cf",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd719ed98103c001a0a3bb2"
            ],
            "supplier": null,
            "sku": "cake11",
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [
                {
                    "id": "5fd719ed98103c001a0a3bb2",
                    "name_translations": {
                        "en": "Featured Products",
                        "zh-hant": "精選商品",
                        "zh-hk": "精選商品",
                        "zh-cn": "精选商品",
                        "zh-tw": "精選商品",
                        "vi": "Sản phẩm nổi bật",
                        "ms": "Produk Terpilih",
                        "ja": "おすすめ商品",
                        "th": "สินค้าแนะนำ",
                        "id": "Produk Unggulan",
                        "de": "Empfohlene Produkte",
                        "fr": "Produits à la une"
                    },
                    "seo_title_translations": {
                        "en": "Sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {},
                    "seo_keywords": null,
                    "key": "featured_products",
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 1,
                    "children": [],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": {
                "en": "",
                "zh-hant": ""
            },
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "cake11"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/cake11",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "623ff5082692ab0015c5866a",
                "60ab0d51e4dfb50035970c63",
                "609527d4a5e478002f799c10",
                "609521d0f47fb30023114ea5"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-04-14T09:49:27.241+00:00",
            "created_at": "2021-05-27T10:13:08.943+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "60af70b5956343003e428dda",
                    "created_at": "2021-05-27T10:13:09.021+00:00",
                    "updated_at": "2021-08-26T10:06:57.924+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da238ecf97003990638d",
                    "product_id": "60af70b4956343003e428dd8",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "60af70b5956343003e428ddb",
                    "created_at": "2021-05-27T10:13:09.037+00:00",
                    "updated_at": "2021-08-26T10:06:57.939+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da888ecf970033906389",
                    "product_id": "60af70b4956343003e428dd8",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        },
        {
            "id": "60ab0d51e4dfb50035970c63",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "cake12",
                "zh-hant": "cake12"
            },
            "price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0,
            "quantity": 0,
            "unlimited_quantity": true,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 6000,
                            "height": 4000,
                            "url": "https://img.shoplineapp.com/media/image_clips/60ab0d36f016080030fb8d2b/original.jpg?1621822772"
                        },
                        "favicon": {
                            "width": 6000,
                            "height": 4000,
                            "url": "https://img.shoplineapp.com/media/image_clips/60ab0d36f016080030fb8d2b/original.jpg?1621822772"
                        },
                        "favicon_large": {
                            "width": 6000,
                            "height": 4000,
                            "url": "https://img.shoplineapp.com/media/image_clips/60ab0d36f016080030fb8d2b/original.jpg?1621822772"
                        },
                        "transparent_thumb": {
                            "width": 6000,
                            "height": 4000,
                            "url": "https://img.shoplineapp.com/media/image_clips/60ab0d36f016080030fb8d2b/original.jpg?1621822772"
                        },
                        "transparent_large": {
                            "width": 6000,
                            "height": 4000,
                            "url": "https://img.shoplineapp.com/media/image_clips/60ab0d36f016080030fb8d2b/original.jpg?1621822772"
                        },
                        "transparent_xlarge": {
                            "width": 6000,
                            "height": 4000,
                            "url": "https://img.shoplineapp.com/media/image_clips/60ab0d36f016080030fb8d2b/original.jpg?1621822772"
                        },
                        "original": {
                            "width": 6000,
                            "height": 4000,
                            "url": "https://img.shoplineapp.com/media/image_clips/60ab0d36f016080030fb8d2b/original.jpg?1621822772"
                        },
                        "thumb": {
                            "width": 6000,
                            "height": 4000,
                            "url": "https://img.shoplineapp.com/media/image_clips/60ab0d36f016080030fb8d2b/original.jpg?1621822772"
                        },
                        "source": {
                            "width": 6000,
                            "height": 4000,
                            "url": "https://img.shoplineapp.com/media/image_clips/60ab0d36f016080030fb8d2b/original.jpg?1621822772"
                        }
                    },
                    "_id": "60ab0d36f016080030fb8d2b",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd719ed98103c001a0a3bb2"
            ],
            "supplier": null,
            "sku": "cake12",
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [
                {
                    "id": "5fd719ed98103c001a0a3bb2",
                    "name_translations": {
                        "en": "Featured Products",
                        "zh-hant": "精選商品",
                        "zh-hk": "精選商品",
                        "zh-cn": "精选商品",
                        "zh-tw": "精選商品",
                        "vi": "Sản phẩm nổi bật",
                        "ms": "Produk Terpilih",
                        "ja": "おすすめ商品",
                        "th": "สินค้าแนะนำ",
                        "id": "Produk Unggulan",
                        "de": "Empfohlene Produkte",
                        "fr": "Produits à la une"
                    },
                    "seo_title_translations": {
                        "en": "Sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {},
                    "seo_keywords": null,
                    "key": "featured_products",
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 1,
                    "children": [],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": {
                "en": "",
                "zh-hant": ""
            },
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "cake12",
                "zh-hant": "cake12"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/cake12",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "623ff5082692ab0015c5866a",
                "60af70b4956343003e428dd8",
                "609527d4a5e478002f799c10",
                "609521d0f47fb30023114ea5"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-04-14T10:53:17.461+00:00",
            "created_at": "2021-05-24T02:20:01.386+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "60ab0d51e4dfb50035970c65",
                    "created_at": "2021-05-24T02:20:01.448+00:00",
                    "updated_at": "2021-08-26T10:06:57.895+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da238ecf97003990638d",
                    "product_id": "60ab0d51e4dfb50035970c63",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "60ab0d51e4dfb50035970c66",
                    "created_at": "2021-05-24T02:20:01.469+00:00",
                    "updated_at": "2021-08-26T10:06:57.910+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da888ecf970033906389",
                    "product_id": "60ab0d51e4dfb50035970c63",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "6257fd0be2e09400125c03ea",
                    "created_at": "2022-04-14T10:52:59.254+00:00",
                    "updated_at": "2022-04-14T10:52:59.254+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "membership_tier_id": "6243d721d8949f0015a53fc4",
                    "product_id": "60ab0d51e4dfb50035970c63",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        },
        {
            "id": "609527d4a5e478002f799c10",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "Cake10 - expensive",
                "zh-hant": "Cake10 - expensive"
            },
            "price": {
                "cents": 10000000,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$10,000,000",
                "dollars": 10000000
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 10000000,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$10,000,000",
                "dollars": 10000000
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0.5,
            "quantity": 0,
            "unlimited_quantity": true,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 4000,
                            "height": 6000,
                            "url": "https://img.shoplineapp.com/media/image_clips/609527aa953b430014f87f1d/original.jpg?1620387753"
                        },
                        "favicon": {
                            "width": 4000,
                            "height": 6000,
                            "url": "https://img.shoplineapp.com/media/image_clips/609527aa953b430014f87f1d/original.jpg?1620387753"
                        },
                        "favicon_large": {
                            "width": 4000,
                            "height": 6000,
                            "url": "https://img.shoplineapp.com/media/image_clips/609527aa953b430014f87f1d/original.jpg?1620387753"
                        },
                        "transparent_thumb": {
                            "width": 4000,
                            "height": 6000,
                            "url": "https://img.shoplineapp.com/media/image_clips/609527aa953b430014f87f1d/original.jpg?1620387753"
                        },
                        "transparent_large": {
                            "width": 4000,
                            "height": 6000,
                            "url": "https://img.shoplineapp.com/media/image_clips/609527aa953b430014f87f1d/original.jpg?1620387753"
                        },
                        "transparent_xlarge": {
                            "width": 4000,
                            "height": 6000,
                            "url": "https://img.shoplineapp.com/media/image_clips/609527aa953b430014f87f1d/original.jpg?1620387753"
                        },
                        "original": {
                            "width": 4000,
                            "height": 6000,
                            "url": "https://img.shoplineapp.com/media/image_clips/609527aa953b430014f87f1d/original.jpg?1620387753"
                        },
                        "thumb": {
                            "width": 4000,
                            "height": 6000,
                            "url": "https://img.shoplineapp.com/media/image_clips/609527aa953b430014f87f1d/original.jpg?1620387753"
                        },
                        "source": {
                            "width": 4000,
                            "height": 6000,
                            "url": "https://img.shoplineapp.com/media/image_clips/609527aa953b430014f87f1d/original.jpg?1620387753"
                        }
                    },
                    "_id": "609527aa953b430014f87f1d",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd719ed98103c001a0a3bb2"
            ],
            "supplier": null,
            "sku": null,
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [
                {
                    "id": "5fd719ed98103c001a0a3bb2",
                    "name_translations": {
                        "en": "Featured Products",
                        "zh-hant": "精選商品",
                        "zh-hk": "精選商品",
                        "zh-cn": "精选商品",
                        "zh-tw": "精選商品",
                        "vi": "Sản phẩm nổi bật",
                        "ms": "Produk Terpilih",
                        "ja": "おすすめ商品",
                        "th": "สินค้าแนะนำ",
                        "id": "Produk Unggulan",
                        "de": "Empfohlene Produkte",
                        "fr": "Produits à la une"
                    },
                    "seo_title_translations": {
                        "en": "Sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {},
                    "seo_keywords": null,
                    "key": "featured_products",
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 1,
                    "children": [],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": {
                "en": "",
                "zh-hant": ""
            },
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "Cake10 - expensive",
                "zh-hant": "Cake10 - expensive"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/cake10-expensive",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "623ff5082692ab0015c5866a",
                "60af70b4956343003e428dd8",
                "60ab0d51e4dfb50035970c63",
                "609521d0f47fb30023114ea5"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-03-31T14:47:30.148+00:00",
            "created_at": "2021-05-07T11:43:17.002+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "609527d5a5e478002f799c12",
                    "created_at": "2021-05-07T11:43:17.056+00:00",
                    "updated_at": "2021-08-26T10:06:57.863+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da238ecf97003990638d",
                    "product_id": "609527d4a5e478002f799c10",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "609527d5a5e478002f799c13",
                    "created_at": "2021-05-07T11:43:17.074+00:00",
                    "updated_at": "2021-08-26T10:06:57.878+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da888ecf970033906389",
                    "product_id": "609527d4a5e478002f799c10",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        },
        {
            "id": "609521d0f47fb30023114ea5",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "Cake9 - no weight - unlimited",
                "zh-hant": "Cake9 - no weight - unlimited"
            },
            "price": {
                "cents": 300,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$300",
                "dollars": 300
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 300,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$300",
                "dollars": 300
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "member_price": {
                "cents": 250,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$250",
                "dollars": 250
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0,
            "quantity": 0,
            "unlimited_quantity": true,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 5630,
                            "height": 8192,
                            "url": "https://img.shoplineapp.com/media/image_clips/609521ae38f129003271bf08/original.jpg?1620386219"
                        },
                        "favicon": {
                            "width": 5630,
                            "height": 8192,
                            "url": "https://img.shoplineapp.com/media/image_clips/609521ae38f129003271bf08/original.jpg?1620386219"
                        },
                        "favicon_large": {
                            "width": 5630,
                            "height": 8192,
                            "url": "https://img.shoplineapp.com/media/image_clips/609521ae38f129003271bf08/original.jpg?1620386219"
                        },
                        "transparent_thumb": {
                            "width": 5630,
                            "height": 8192,
                            "url": "https://img.shoplineapp.com/media/image_clips/609521ae38f129003271bf08/original.jpg?1620386219"
                        },
                        "transparent_large": {
                            "width": 5630,
                            "height": 8192,
                            "url": "https://img.shoplineapp.com/media/image_clips/609521ae38f129003271bf08/original.jpg?1620386219"
                        },
                        "transparent_xlarge": {
                            "width": 5630,
                            "height": 8192,
                            "url": "https://img.shoplineapp.com/media/image_clips/609521ae38f129003271bf08/original.jpg?1620386219"
                        },
                        "original": {
                            "width": 5630,
                            "height": 8192,
                            "url": "https://img.shoplineapp.com/media/image_clips/609521ae38f129003271bf08/original.jpg?1620386219"
                        },
                        "thumb": {
                            "width": 5630,
                            "height": 8192,
                            "url": "https://img.shoplineapp.com/media/image_clips/609521ae38f129003271bf08/original.jpg?1620386219"
                        },
                        "source": {
                            "width": 5630,
                            "height": 8192,
                            "url": "https://img.shoplineapp.com/media/image_clips/609521ae38f129003271bf08/original.jpg?1620386219"
                        }
                    },
                    "_id": "609521ae38f129003271bf08",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd719ed98103c001a0a3bb2"
            ],
            "supplier": null,
            "sku": "cake9",
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [
                {
                    "id": "5fd719ed98103c001a0a3bb2",
                    "name_translations": {
                        "en": "Featured Products",
                        "zh-hant": "精選商品",
                        "zh-hk": "精選商品",
                        "zh-cn": "精选商品",
                        "zh-tw": "精選商品",
                        "vi": "Sản phẩm nổi bật",
                        "ms": "Produk Terpilih",
                        "ja": "おすすめ商品",
                        "th": "สินค้าแนะนำ",
                        "id": "Produk Unggulan",
                        "de": "Empfohlene Produkte",
                        "fr": "Produits à la une"
                    },
                    "seo_title_translations": {
                        "en": "Sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {},
                    "seo_keywords": null,
                    "key": "featured_products",
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 1,
                    "children": [],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": {
                "en": "",
                "zh-hant": ""
            },
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "Cake9 - no weight",
                "zh-hant": "Cake9 - no weight"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/cake9-no-weight",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "6100fd48f5ed62002cb94d9e",
                "60af70b4956343003e428dd8",
                "60ab0d51e4dfb50035970c63",
                "609527d4a5e478002f799c10"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2021-08-26T10:06:51.962+00:00",
            "created_at": "2021-05-07T11:17:36.423+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "609521d0f47fb30023114ea7",
                    "created_at": "2021-05-07T11:17:36.482+00:00",
                    "updated_at": "2021-08-26T10:06:57.834+00:00",
                    "member_price": {
                        "cents": 2,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$2",
                        "dollars": 2
                    },
                    "membership_tier_id": "6035da238ecf97003990638d",
                    "product_id": "609521d0f47fb30023114ea5",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "609521d0f47fb30023114ea8",
                    "created_at": "2021-05-07T11:17:36.500+00:00",
                    "updated_at": "2021-08-26T10:06:57.850+00:00",
                    "member_price": {
                        "cents": 1,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$1",
                        "dollars": 1
                    },
                    "membership_tier_id": "6035da888ecf970033906389",
                    "product_id": "609521d0f47fb30023114ea5",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        },
        {
            "id": "6094b55d8a70f54b0f1ff544",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "Cake 8- variation",
                "zh-hant": "Cake 8-規格"
            },
            "price": {
                "cents": 200,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$200",
                "dollars": 200
            },
            "price_sale": {
                "cents": 180,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$180",
                "dollars": 180
            },
            "lowest_price": {
                "cents": 500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$500",
                "dollars": 500
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "member_price": {
                "cents": 150,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$150",
                "dollars": 150
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0,
            "quantity": 6,
            "unlimited_quantity": false,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 6683,
                            "height": 4460,
                            "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                        },
                        "favicon": {
                            "width": 6683,
                            "height": 4460,
                            "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                        },
                        "favicon_large": {
                            "width": 6683,
                            "height": 4460,
                            "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                        },
                        "transparent_thumb": {
                            "width": 6683,
                            "height": 4460,
                            "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                        },
                        "transparent_large": {
                            "width": 6683,
                            "height": 4460,
                            "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                        },
                        "transparent_xlarge": {
                            "width": 6683,
                            "height": 4460,
                            "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                        },
                        "original": {
                            "width": 6683,
                            "height": 4460,
                            "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                        },
                        "thumb": {
                            "width": 6683,
                            "height": 4460,
                            "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                        },
                        "source": {
                            "width": 6683,
                            "height": 4460,
                            "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                        }
                    },
                    "_id": "6094b519896d03001d140d3f",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd7261df81a0f001dc9bf70",
                "5fd73608892b47003b794ea7",
                "5fd719ed98103c001a0a3bb2"
            ],
            "supplier": null,
            "sku": "cake8",
            "barcode": null,
            "field_titles": [
                {
                    "key": "custom",
                    "label": "自訂",
                    "name_translations": {
                        "en": "物料",
                        "zh-hant": ""
                    },
                    "index": 0
                }
            ],
            "variations": [
                {
                    "id": "614c59db5ff469000e6e06ed",
                    "fields_translations": {
                        "en": [
                            "1a+2b"
                        ],
                        "zh-hant": [
                            ""
                        ]
                    },
                    "price": {
                        "cents": 1000,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$1,000",
                        "dollars": 1000
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "cost": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "quantity": 1,
                    "unlimited_quantity": null,
                    "media": null,
                    "sku": "1*a+2*b",
                    "location_id": null,
                    "variant_option_ids": [
                        "614c59dbf81c8b00261e5801"
                    ],
                    "barcode": null,
                    "mpn": null,
                    "gtin": null,
                    "barcode_type": "Code 128",
                    "locked_inventory_count": null,
                    "weight": 0
                },
                {
                    "id": "614c59db5ff469000e6e06ee",
                    "fields_translations": {
                        "en": [
                            "1a+1b"
                        ],
                        "zh-hant": [
                            ""
                        ]
                    },
                    "price": {
                        "cents": 500,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$500",
                        "dollars": 500
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "cost": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "quantity": 5,
                    "unlimited_quantity": null,
                    "media": null,
                    "sku": "1*a+1*b",
                    "location_id": null,
                    "variant_option_ids": [
                        "614c59dbf81c8b00261e5802"
                    ],
                    "barcode": null,
                    "mpn": null,
                    "gtin": null,
                    "barcode_type": "Code 128",
                    "locked_inventory_count": null,
                    "weight": 0
                }
            ],
            "variant_options": [
                {
                    "id": "614c59dbf81c8b00261e5801",
                    "name_translations": {
                        "zh-hant": "",
                        "en": "1a+2b"
                    },
                    "type": "custom",
                    "media": null,
                    "index": 0
                },
                {
                    "id": "614c59dbf81c8b00261e5802",
                    "name_translations": {
                        "zh-hant": "",
                        "en": "1a+1b"
                    },
                    "type": "custom",
                    "media": null,
                    "index": 0
                }
            ],
            "categories": [
                {
                    "id": "5fd7261df81a0f001dc9bf70",
                    "name_translations": {
                        "en": "Cake",
                        "zh-hant": "蛋糕"
                    },
                    "seo_title_translations": {
                        "en": "Cake",
                        "zh-hant": "蛋糕"
                    },
                    "seo_description_translations": {
                        "en": "",
                        "zh-hant": ""
                    },
                    "seo_keywords": null,
                    "key": null,
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": "5fd73608892b47003b794ea7",
                    "priority": 1,
                    "children": [
                        {
                            "id": "5fd7268257b9e80027e94577",
                            "name_translations": {
                                "en": "Cookie",
                                "zh-hant": "餅乾"
                            },
                            "seo_title_translations": {
                                "en": "Cookie",
                                "zh-hant": "餅乾"
                            },
                            "seo_description_translations": {
                                "en": "",
                                "zh-hant": ""
                            },
                            "seo_keywords": null,
                            "key": null,
                            "status": "active",
                            "banner_medias": [],
                            "parent_id": "5fd7261df81a0f001dc9bf70",
                            "priority": 1,
                            "children": [],
                            "created_by": "admin"
                        }
                    ],
                    "created_by": "admin"
                },
                {
                    "id": "5fd73608892b47003b794ea7",
                    "name_translations": {
                        "en": "sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_title_translations": {
                        "en": "sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {
                        "en": "",
                        "zh-hant": ""
                    },
                    "seo_keywords": null,
                    "key": null,
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 2,
                    "children": [
                        {
                            "id": "5fd7261df81a0f001dc9bf70",
                            "name_translations": {
                                "en": "Cake",
                                "zh-hant": "蛋糕"
                            },
                            "seo_title_translations": {
                                "en": "Cake",
                                "zh-hant": "蛋糕"
                            },
                            "seo_description_translations": {
                                "en": "",
                                "zh-hant": ""
                            },
                            "seo_keywords": null,
                            "key": null,
                            "status": "active",
                            "banner_medias": [],
                            "parent_id": "5fd73608892b47003b794ea7",
                            "priority": 1,
                            "children": [
                                {
                                    "id": "5fd7268257b9e80027e94577",
                                    "name_translations": {
                                        "en": "Cookie",
                                        "zh-hant": "餅乾"
                                    },
                                    "seo_title_translations": {
                                        "en": "Cookie",
                                        "zh-hant": "餅乾"
                                    },
                                    "seo_description_translations": {
                                        "en": "",
                                        "zh-hant": ""
                                    },
                                    "seo_keywords": null,
                                    "key": null,
                                    "status": "active",
                                    "banner_medias": [],
                                    "parent_id": "5fd7261df81a0f001dc9bf70",
                                    "priority": 1,
                                    "children": [],
                                    "created_by": "admin"
                                }
                            ],
                            "created_by": "admin"
                        }
                    ],
                    "created_by": "admin"
                },
                {
                    "id": "5fd719ed98103c001a0a3bb2",
                    "name_translations": {
                        "en": "Featured Products",
                        "zh-hant": "精選商品",
                        "zh-hk": "精選商品",
                        "zh-cn": "精选商品",
                        "zh-tw": "精選商品",
                        "vi": "Sản phẩm nổi bật",
                        "ms": "Produk Terpilih",
                        "ja": "おすすめ商品",
                        "th": "สินค้าแนะนำ",
                        "id": "Produk Unggulan",
                        "de": "Empfohlene Produkte",
                        "fr": "Produits à la une"
                    },
                    "seo_title_translations": {
                        "en": "Sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {},
                    "seo_keywords": null,
                    "key": "featured_products",
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 1,
                    "children": [],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": {
                "en": "",
                "zh-hant": ""
            },
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "Cake 8",
                "zh-hant": "Cake 8"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/cake-8",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "623ff5082692ab0015c5866a",
                "60af70b4956343003e428dd8",
                "60ab0d51e4dfb50035970c63",
                "609527d4a5e478002f799c10"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": "",
            "gtin": "",
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-04-06T06:42:56.862+00:00",
            "created_at": "2021-05-07T03:34:53.389+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "6094b55d8a70f54b0f1ff547",
                    "created_at": "2021-05-07T03:34:53.469+00:00",
                    "updated_at": "2021-08-26T10:06:57.803+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da238ecf97003990638d",
                    "product_id": "6094b55d8a70f54b0f1ff544",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "6094b55d8a70f54b0f1ff548",
                    "created_at": "2021-05-07T03:34:53.493+00:00",
                    "updated_at": "2021-08-26T10:06:57.819+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da888ecf970033906389",
                    "product_id": "6094b55d8a70f54b0f1ff544",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        },
        {
            "id": "600a9df2e11f6c00179b9526",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "Nike1 - Iris test",
                "zh-hant": "Nike1- Iris 測試"
            },
            "price": {
                "cents": 210,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$210",
                "dollars": 210
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 210,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$210",
                "dollars": 210
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": true,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0,
            "quantity": 14,
            "unlimited_quantity": false,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 336,
                            "height": 336,
                            "url": "https://img.shoplineapp.com/media/image_clips/600a9ce62013ad0020306a13/original.jpeg?1611308262"
                        },
                        "favicon": {
                            "width": 336,
                            "height": 336,
                            "url": "https://img.shoplineapp.com/media/image_clips/600a9ce62013ad0020306a13/original.jpeg?1611308262"
                        },
                        "favicon_large": {
                            "width": 336,
                            "height": 336,
                            "url": "https://img.shoplineapp.com/media/image_clips/600a9ce62013ad0020306a13/original.jpeg?1611308262"
                        },
                        "transparent_thumb": {
                            "width": 336,
                            "height": 336,
                            "url": "https://img.shoplineapp.com/media/image_clips/600a9ce62013ad0020306a13/original.jpeg?1611308262"
                        },
                        "transparent_large": {
                            "width": 336,
                            "height": 336,
                            "url": "https://img.shoplineapp.com/media/image_clips/600a9ce62013ad0020306a13/original.jpeg?1611308262"
                        },
                        "transparent_xlarge": {
                            "width": 336,
                            "height": 336,
                            "url": "https://img.shoplineapp.com/media/image_clips/600a9ce62013ad0020306a13/original.jpeg?1611308262"
                        },
                        "original": {
                            "width": 336,
                            "height": 336,
                            "url": "https://img.shoplineapp.com/media/image_clips/600a9ce62013ad0020306a13/original.jpeg?1611308262"
                        },
                        "thumb": {
                            "width": 336,
                            "height": 336,
                            "url": "https://img.shoplineapp.com/media/image_clips/600a9ce62013ad0020306a13/original.jpeg?1611308262"
                        },
                        "source": {
                            "width": 336,
                            "height": 336,
                            "url": "https://img.shoplineapp.com/media/image_clips/600a9ce62013ad0020306a13/original.jpeg?1611308262"
                        }
                    },
                    "_id": "600a9ce62013ad0020306a13",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd719ed98103c001a0a3bb2"
            ],
            "supplier": null,
            "sku": "1001",
            "barcode": null,
            "field_titles": [
                {
                    "key": "color",
                    "label": "顏色",
                    "name_translations": {
                        "en": "Color",
                        "zh-hant": "顏色",
                        "zh-hk": "顏色",
                        "zh-cn": "颜色",
                        "zh-tw": "顏色",
                        "vi": "Màu",
                        "ms": "warna",
                        "ja": "カーラー"
                    },
                    "index": 0
                }
            ],
            "variations": [
                {
                    "id": "600a9df2b2675d000e207038",
                    "fields_translations": {
                        "en": [
                            "Red"
                        ],
                        "zh-hant": [
                            "紅色"
                        ]
                    },
                    "price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "cost": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "quantity": 5,
                    "unlimited_quantity": null,
                    "media": null,
                    "sku": "100101",
                    "location_id": null,
                    "variant_option_ids": [
                        "600a9df2e11f6c00179b9524"
                    ],
                    "barcode": null,
                    "mpn": "https://admin.shoplineapp.com/admin/irishsu400/products/600a9df2e11f6c00179b9526/edit",
                    "gtin": null,
                    "barcode_type": "Code 128",
                    "locked_inventory_count": null,
                    "weight": 0.7
                },
                {
                    "id": "600a9df2b2675d000e207039",
                    "fields_translations": {
                        "en": [
                            "Blue"
                        ],
                        "zh-hant": [
                            "藍色"
                        ]
                    },
                    "price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0
                    },
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "cost": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "quantity": 9,
                    "unlimited_quantity": null,
                    "media": null,
                    "sku": "100102",
                    "location_id": null,
                    "variant_option_ids": [
                        "600a9df2e11f6c00179b9525"
                    ],
                    "barcode": null,
                    "mpn": "!SL!-D20210330",
                    "gtin": null,
                    "barcode_type": "Code 128",
                    "locked_inventory_count": null,
                    "weight": 0.6
                }
            ],
            "variant_options": [
                {
                    "id": "600a9df2e11f6c00179b9524",
                    "name_translations": {
                        "en": "Red",
                        "zh-hant": "紅色"
                    },
                    "type": "color",
                    "media": null,
                    "index": 0
                },
                {
                    "id": "600a9df2e11f6c00179b9525",
                    "name_translations": {
                        "en": "Blue",
                        "zh-hant": "藍色"
                    },
                    "type": "color",
                    "media": null,
                    "index": 0
                }
            ],
            "categories": [
                {
                    "id": "5fd719ed98103c001a0a3bb2",
                    "name_translations": {
                        "en": "Featured Products",
                        "zh-hant": "精選商品",
                        "zh-hk": "精選商品",
                        "zh-cn": "精选商品",
                        "zh-tw": "精選商品",
                        "vi": "Sản phẩm nổi bật",
                        "ms": "Produk Terpilih",
                        "ja": "おすすめ商品",
                        "th": "สินค้าแนะนำ",
                        "id": "Produk Unggulan",
                        "de": "Empfohlene Produkte",
                        "fr": "Produits à la une"
                    },
                    "seo_title_translations": {
                        "en": "Sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {},
                    "seo_keywords": null,
                    "key": "featured_products",
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 1,
                    "children": [],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": {
                "en": "",
                "zh-hant": ""
            },
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "Nike1 - Iris test",
                "zh-hant": "Nike1- Iris 測試"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/nike1-iris-test",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "623ff5082692ab0015c5866a",
                "60af70b4956343003e428dd8",
                "60ab0d51e4dfb50035970c63",
                "609527d4a5e478002f799c10"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": "Nike",
            "mpn": "",
            "gtin": "",
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-03-29T14:35:44.858+00:00",
            "created_at": "2021-01-22T09:42:10.796+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "6094a2521e09eb003ebdaa22",
                    "created_at": "2021-05-07T02:13:38.304+00:00",
                    "updated_at": "2021-08-26T10:06:57.640+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da238ecf97003990638d",
                    "product_id": "600a9df2e11f6c00179b9526",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "6094a2521e09eb003ebdaa23",
                    "created_at": "2021-05-07T02:13:38.323+00:00",
                    "updated_at": "2021-08-26T10:06:57.654+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da888ecf970033906389",
                    "product_id": "600a9df2e11f6c00179b9526",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        },
        {
            "id": "5fd727f40716bf0020ee0f09",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "Strawberry cake"
            },
            "price": {
                "cents": 700,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$700",
                "dollars": 700
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 700,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$700",
                "dollars": 700
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0.4,
            "quantity": 8,
            "unlimited_quantity": true,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 368,
                            "height": 368,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                        },
                        "favicon": {
                            "width": 368,
                            "height": 368,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                        },
                        "favicon_large": {
                            "width": 368,
                            "height": 368,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                        },
                        "transparent_thumb": {
                            "width": 368,
                            "height": 368,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                        },
                        "transparent_large": {
                            "width": 368,
                            "height": 368,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                        },
                        "transparent_xlarge": {
                            "width": 368,
                            "height": 368,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                        },
                        "original": {
                            "width": 368,
                            "height": 368,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                        },
                        "thumb": {
                            "width": 368,
                            "height": 368,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                        },
                        "source": {
                            "width": 368,
                            "height": 368,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                        }
                    },
                    "_id": "5fd727c58add80002674d3b3",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd7261df81a0f001dc9bf70",
                "5fd73608892b47003b794ea7"
            ],
            "supplier": null,
            "sku": null,
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [
                {
                    "id": "5fd7261df81a0f001dc9bf70",
                    "name_translations": {
                        "en": "Cake",
                        "zh-hant": "蛋糕"
                    },
                    "seo_title_translations": {
                        "en": "Cake",
                        "zh-hant": "蛋糕"
                    },
                    "seo_description_translations": {
                        "en": "",
                        "zh-hant": ""
                    },
                    "seo_keywords": null,
                    "key": null,
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": "5fd73608892b47003b794ea7",
                    "priority": 1,
                    "children": [
                        {
                            "id": "5fd7268257b9e80027e94577",
                            "name_translations": {
                                "en": "Cookie",
                                "zh-hant": "餅乾"
                            },
                            "seo_title_translations": {
                                "en": "Cookie",
                                "zh-hant": "餅乾"
                            },
                            "seo_description_translations": {
                                "en": "",
                                "zh-hant": ""
                            },
                            "seo_keywords": null,
                            "key": null,
                            "status": "active",
                            "banner_medias": [],
                            "parent_id": "5fd7261df81a0f001dc9bf70",
                            "priority": 1,
                            "children": [],
                            "created_by": "admin"
                        }
                    ],
                    "created_by": "admin"
                },
                {
                    "id": "5fd73608892b47003b794ea7",
                    "name_translations": {
                        "en": "sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_title_translations": {
                        "en": "sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {
                        "en": "",
                        "zh-hant": ""
                    },
                    "seo_keywords": null,
                    "key": null,
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 2,
                    "children": [
                        {
                            "id": "5fd7261df81a0f001dc9bf70",
                            "name_translations": {
                                "en": "Cake",
                                "zh-hant": "蛋糕"
                            },
                            "seo_title_translations": {
                                "en": "Cake",
                                "zh-hant": "蛋糕"
                            },
                            "seo_description_translations": {
                                "en": "",
                                "zh-hant": ""
                            },
                            "seo_keywords": null,
                            "key": null,
                            "status": "active",
                            "banner_medias": [],
                            "parent_id": "5fd73608892b47003b794ea7",
                            "priority": 1,
                            "children": [
                                {
                                    "id": "5fd7268257b9e80027e94577",
                                    "name_translations": {
                                        "en": "Cookie",
                                        "zh-hant": "餅乾"
                                    },
                                    "seo_title_translations": {
                                        "en": "Cookie",
                                        "zh-hant": "餅乾"
                                    },
                                    "seo_description_translations": {
                                        "en": "",
                                        "zh-hant": ""
                                    },
                                    "seo_keywords": null,
                                    "key": null,
                                    "status": "active",
                                    "banner_medias": [],
                                    "parent_id": "5fd7261df81a0f001dc9bf70",
                                    "priority": 1,
                                    "children": [],
                                    "created_by": "admin"
                                }
                            ],
                            "created_by": "admin"
                        }
                    ],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": null,
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "Strawberry cake"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/strawberry-cake",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "6094b55d8a70f54b0f1ff544",
                "5fd7270357b9e80030e945d6",
                "623ff5082692ab0015c5866a",
                "60af70b4956343003e428dd8"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-04-01T02:12:24.081+00:00",
            "created_at": "2020-12-14T08:53:08.366+00:00",
            "available_start_time": "2021-01-24T16:00:00.000+00:00",
            "available_end_time": "2021-06-01T16:00:00.000+00:00",
            "schedule_publish_at": "2021-01-25T10:00:00.000+00:00",
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "6094a290a2ac3000351f7a71",
                    "created_at": "2021-05-07T02:14:40.676+00:00",
                    "updated_at": "2021-08-26T10:06:57.612+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da238ecf97003990638d",
                    "product_id": "5fd727f40716bf0020ee0f09",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "6094a290a2ac3000351f7a72",
                    "created_at": "2021-05-07T02:14:40.717+00:00",
                    "updated_at": "2021-08-26T10:06:57.626+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da888ecf970033906389",
                    "product_id": "5fd727f40716bf0020ee0f09",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        },
        {
            "id": "5fd7279a98103c00110a496b",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "Chocolate cookie"
            },
            "price": {
                "cents": 60,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$60",
                "dollars": 60
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 60,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$60",
                "dollars": 60
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 0.5,
            "quantity": 0,
            "unlimited_quantity": true,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd7276fa0f8c50038482f81/original.jpeg?1607935855"
                        },
                        "favicon": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd7276fa0f8c50038482f81/original.jpeg?1607935855"
                        },
                        "favicon_large": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd7276fa0f8c50038482f81/original.jpeg?1607935855"
                        },
                        "transparent_thumb": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd7276fa0f8c50038482f81/original.jpeg?1607935855"
                        },
                        "transparent_large": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd7276fa0f8c50038482f81/original.jpeg?1607935855"
                        },
                        "transparent_xlarge": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd7276fa0f8c50038482f81/original.jpeg?1607935855"
                        },
                        "original": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd7276fa0f8c50038482f81/original.jpeg?1607935855"
                        },
                        "thumb": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd7276fa0f8c50038482f81/original.jpeg?1607935855"
                        },
                        "source": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd7276fa0f8c50038482f81/original.jpeg?1607935855"
                        }
                    },
                    "_id": "5fd7276fa0f8c50038482f81",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd7268257b9e80027e94577",
                "5fd73608892b47003b794ea7",
                "5fd7261df81a0f001dc9bf70"
            ],
            "supplier": null,
            "sku": null,
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [
                {
                    "id": "5fd7268257b9e80027e94577",
                    "name_translations": {
                        "en": "Cookie",
                        "zh-hant": "餅乾"
                    },
                    "seo_title_translations": {
                        "en": "Cookie",
                        "zh-hant": "餅乾"
                    },
                    "seo_description_translations": {
                        "en": "",
                        "zh-hant": ""
                    },
                    "seo_keywords": null,
                    "key": null,
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": "5fd7261df81a0f001dc9bf70",
                    "priority": 1,
                    "children": [],
                    "created_by": "admin"
                },
                {
                    "id": "5fd73608892b47003b794ea7",
                    "name_translations": {
                        "en": "sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_title_translations": {
                        "en": "sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {
                        "en": "",
                        "zh-hant": ""
                    },
                    "seo_keywords": null,
                    "key": null,
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 2,
                    "children": [
                        {
                            "id": "5fd7261df81a0f001dc9bf70",
                            "name_translations": {
                                "en": "Cake",
                                "zh-hant": "蛋糕"
                            },
                            "seo_title_translations": {
                                "en": "Cake",
                                "zh-hant": "蛋糕"
                            },
                            "seo_description_translations": {
                                "en": "",
                                "zh-hant": ""
                            },
                            "seo_keywords": null,
                            "key": null,
                            "status": "active",
                            "banner_medias": [],
                            "parent_id": "5fd73608892b47003b794ea7",
                            "priority": 1,
                            "children": [
                                {
                                    "id": "5fd7268257b9e80027e94577",
                                    "name_translations": {
                                        "en": "Cookie",
                                        "zh-hant": "餅乾"
                                    },
                                    "seo_title_translations": {
                                        "en": "Cookie",
                                        "zh-hant": "餅乾"
                                    },
                                    "seo_description_translations": {
                                        "en": "",
                                        "zh-hant": ""
                                    },
                                    "seo_keywords": null,
                                    "key": null,
                                    "status": "active",
                                    "banner_medias": [],
                                    "parent_id": "5fd7261df81a0f001dc9bf70",
                                    "priority": 1,
                                    "children": [],
                                    "created_by": "admin"
                                }
                            ],
                            "created_by": "admin"
                        }
                    ],
                    "created_by": "admin"
                },
                {
                    "id": "5fd7261df81a0f001dc9bf70",
                    "name_translations": {
                        "en": "Cake",
                        "zh-hant": "蛋糕"
                    },
                    "seo_title_translations": {
                        "en": "Cake",
                        "zh-hant": "蛋糕"
                    },
                    "seo_description_translations": {
                        "en": "",
                        "zh-hant": ""
                    },
                    "seo_keywords": null,
                    "key": null,
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": "5fd73608892b47003b794ea7",
                    "priority": 1,
                    "children": [
                        {
                            "id": "5fd7268257b9e80027e94577",
                            "name_translations": {
                                "en": "Cookie",
                                "zh-hant": "餅乾"
                            },
                            "seo_title_translations": {
                                "en": "Cookie",
                                "zh-hant": "餅乾"
                            },
                            "seo_description_translations": {
                                "en": "",
                                "zh-hant": ""
                            },
                            "seo_keywords": null,
                            "key": null,
                            "status": "active",
                            "banner_medias": [],
                            "parent_id": "5fd7261df81a0f001dc9bf70",
                            "priority": 1,
                            "children": [],
                            "created_by": "admin"
                        }
                    ],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": null,
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "Chocolate cookie1"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/chocolate-cookie1",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "6094b55d8a70f54b0f1ff544",
                "5fd727f40716bf0020ee0f09",
                "5fd7270357b9e80030e945d6",
                "623ff5082692ab0015c5866a"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-04-01T02:12:27.805+00:00",
            "created_at": "2020-12-14T08:51:38.663+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [
                {
                    "_id": "6094c4f557d554001dc6154a",
                    "created_at": "2021-05-07T04:41:25.570+00:00",
                    "updated_at": "2021-08-26T10:06:57.584+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da238ecf97003990638d",
                    "product_id": "5fd7279a98103c00110a496b",
                    "status": "active",
                    "variation_key": null
                },
                {
                    "_id": "6094c4f557d554001dc6154b",
                    "created_at": "2021-05-07T04:41:25.589+00:00",
                    "updated_at": "2021-08-26T10:06:57.600+00:00",
                    "member_price": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "",
                        "dollars": 0
                    },
                    "membership_tier_id": "6035da888ecf970033906389",
                    "product_id": "5fd7279a98103c00110a496b",
                    "status": "active",
                    "variation_key": null
                }
            ],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        },
        {
            "id": "5fd7270357b9e80030e945d6",
            "status": "active",
            "retail_status": "active",
            "title_translations": {
                "en": "Chocolate cake"
            },
            "price": {
                "cents": 300,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$300",
                "dollars": 300
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "lowest_price": {
                "cents": 300,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$300",
                "dollars": 300
            },
            "lowest_price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "hide_price": false,
            "same_price": false,
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "member_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "flash_price_sets": [],
            "is_preorder": false,
            "preorder_note_translations": {},
            "weight": 1,
            "quantity": 18,
            "unlimited_quantity": false,
            "medias": [
                {
                    "images": {
                        "favicon_small": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd726b1ee55ff003b7654f3/original.jpeg?1607935665"
                        },
                        "favicon": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd726b1ee55ff003b7654f3/original.jpeg?1607935665"
                        },
                        "favicon_large": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd726b1ee55ff003b7654f3/original.jpeg?1607935665"
                        },
                        "transparent_thumb": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd726b1ee55ff003b7654f3/original.jpeg?1607935665"
                        },
                        "transparent_large": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd726b1ee55ff003b7654f3/original.jpeg?1607935665"
                        },
                        "transparent_xlarge": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd726b1ee55ff003b7654f3/original.jpeg?1607935665"
                        },
                        "original": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd726b1ee55ff003b7654f3/original.jpeg?1607935665"
                        },
                        "thumb": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd726b1ee55ff003b7654f3/original.jpeg?1607935665"
                        },
                        "source": {
                            "width": 225,
                            "height": 225,
                            "url": "https://img.shoplineapp.com/media/image_clips/5fd726b1ee55ff003b7654f3/original.jpeg?1607935665"
                        }
                    },
                    "_id": "5fd726b1ee55ff003b7654f3",
                    "alt_translations": {}
                }
            ],
            "detail_medias": [],
            "category_ids": [
                "5fd7261df81a0f001dc9bf70",
                "5fd73608892b47003b794ea7"
            ],
            "supplier": null,
            "sku": null,
            "barcode": null,
            "field_titles": [],
            "variations": [],
            "variant_options": [],
            "categories": [
                {
                    "id": "5fd7261df81a0f001dc9bf70",
                    "name_translations": {
                        "en": "Cake",
                        "zh-hant": "蛋糕"
                    },
                    "seo_title_translations": {
                        "en": "Cake",
                        "zh-hant": "蛋糕"
                    },
                    "seo_description_translations": {
                        "en": "",
                        "zh-hant": ""
                    },
                    "seo_keywords": null,
                    "key": null,
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": "5fd73608892b47003b794ea7",
                    "priority": 1,
                    "children": [
                        {
                            "id": "5fd7268257b9e80027e94577",
                            "name_translations": {
                                "en": "Cookie",
                                "zh-hant": "餅乾"
                            },
                            "seo_title_translations": {
                                "en": "Cookie",
                                "zh-hant": "餅乾"
                            },
                            "seo_description_translations": {
                                "en": "",
                                "zh-hant": ""
                            },
                            "seo_keywords": null,
                            "key": null,
                            "status": "active",
                            "banner_medias": [],
                            "parent_id": "5fd7261df81a0f001dc9bf70",
                            "priority": 1,
                            "children": [],
                            "created_by": "admin"
                        }
                    ],
                    "created_by": "admin"
                },
                {
                    "id": "5fd73608892b47003b794ea7",
                    "name_translations": {
                        "en": "sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_title_translations": {
                        "en": "sweet",
                        "zh-hant": "甜食"
                    },
                    "seo_description_translations": {
                        "en": "",
                        "zh-hant": ""
                    },
                    "seo_keywords": null,
                    "key": null,
                    "status": "active",
                    "banner_medias": [],
                    "parent_id": null,
                    "priority": 2,
                    "children": [
                        {
                            "id": "5fd7261df81a0f001dc9bf70",
                            "name_translations": {
                                "en": "Cake",
                                "zh-hant": "蛋糕"
                            },
                            "seo_title_translations": {
                                "en": "Cake",
                                "zh-hant": "蛋糕"
                            },
                            "seo_description_translations": {
                                "en": "",
                                "zh-hant": ""
                            },
                            "seo_keywords": null,
                            "key": null,
                            "status": "active",
                            "banner_medias": [],
                            "parent_id": "5fd73608892b47003b794ea7",
                            "priority": 1,
                            "children": [
                                {
                                    "id": "5fd7268257b9e80027e94577",
                                    "name_translations": {
                                        "en": "Cookie",
                                        "zh-hant": "餅乾"
                                    },
                                    "seo_title_translations": {
                                        "en": "Cookie",
                                        "zh-hant": "餅乾"
                                    },
                                    "seo_description_translations": {
                                        "en": "",
                                        "zh-hant": ""
                                    },
                                    "seo_keywords": null,
                                    "key": null,
                                    "status": "active",
                                    "banner_medias": [],
                                    "parent_id": "5fd7261df81a0f001dc9bf70",
                                    "priority": 1,
                                    "children": [],
                                    "created_by": "admin"
                                }
                            ],
                            "created_by": "admin"
                        }
                    ],
                    "created_by": "admin"
                }
            ],
            "location_id": null,
            "summary_translations": null,
            "description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_title_translations": {
                "en": "Chocolate cake1"
            },
            "seo_description_translations": {
                "en": "",
                "zh-hant": ""
            },
            "seo_keywords": null,
            "link": "/chocolate-cake1",
            "is_reminder_active": false,
            "show_custom_related_products": false,
            "related_product_ids": [
                "6094b55d8a70f54b0f1ff544",
                "5fd727f40716bf0020ee0f09",
                "623ff5082692ab0015c5866a",
                "60af70b4956343003e428dd8"
            ],
            "tags": [],
            "blacklisted_delivery_option_ids": [],
            "blacklisted_payment_ids": [],
            "max_order_quantity": -1,
            "gender": "unisex",
            "age_group": "all_ages",
            "adult": "no",
            "condition": "new",
            "brand": null,
            "mpn": null,
            "gtin": null,
            "barcode_type": "Code 128",
            "blacklisted_feed_channels": [],
            "updated_at": "2022-03-31T16:46:34.644+00:00",
            "created_at": "2020-12-14T08:49:08.042+00:00",
            "available_start_time": null,
            "available_end_time": null,
            "schedule_publish_at": null,
            "created_by": "admin",
            "is_excluded_promotion": false,
            "taxable": false,
            "labels": [],
            "locked_inventory_count": null,
            "product_price_tiers": [],
            "out_of_stock_orderable": false,
            "subscription_enabled": false,
            "subscription_period_duration": 30,
            "filter_tags": [],
            "tax_type": null,
            "oversea_tax_type": null,
            "bundle_set": null,
            "type": "product"
        }
    ],
    "pagination": {
        "current_page": 1,
        "per_page": 24,
        "total_count": 11,
        "total_pages": 1
    }
}
items Array of Product
{Product}.id String product id
{Product}.status String the status of the product
active: published
draft: unpublished
hidden: hidden, only can be found with specific link
removed: removed, Only can be found when query by updated_after
{Product}.title_translations Translation Json Object with key is the language code and value is the translation string
{Product}.price Price Price of the product
{Product}.lowest_price Price Lowest price of the product considering all variation
{Product}.price_sale Price On sale price of the product
{Product}.lowest_price_sale Price Lowest on sale price of the product considering all variation
{Product}.hide_price Boolean hiding the price means product should only be allow to buy via communication with merchant, recommend to hide buy button on frontend
{Product}.same_price Boolean if all variants have the same price, the value would be true
{Product}.cost Price cost of the item
{Product}.member_price Price price of the item for member
{Product}.flash_price_sets[] Array
{Product}.flash_price_sets[].id String
{Product}.flash_price_sets[].start_at ISOString flash price start time in UTC
{Product}.flash_price_sets[].end_at ISOString flash price end time in UTC
{Product}.flash_price_sets[].price_set Object
{Product}.flash_price_sets[].price_set.type String enum flash_price or pos, but flash_price_set only contains flash_price
{Product}.flash_price_sets[].price_set.flash_price_campaign_id String flash price campaign id
{Product}.flash_price_sets[].price_set.price Price flash price pricing object
{Product}.flash_price_sets[].price_set.price_sale Price flash price sale price object
{Product}.flash_price_sets[].price_set.price_details Array ...
{Product}.is_preorder Boolean ...
{Product}.preorder_limit Integer [to be released] Pre-order Limit (-1 means unlimited quantity) 預購上限(-1為無限)
{Product}.preorder_note_translations Translation
{Product}.weight Integer weight of the product
{Product}.quantity Integer Quantity of product
{Product}.unlimited_quantity Boolean
{Product}.medias Array Media Data
媒體(照片)資訊
{Product}.detail_medias Array Additional Product Photos
更多商品圖片
Maximum 20 images for a product.
最多 20 張圖片
{Product}.category_ids Array Array of category id
{Product}.supplier String Product supplier
{Product}.sku String Product sku
{Product}.barcode String (Deprecated) refer to {Product}.gtin
{Product}.field_titles String Field Title Data
規格名稱
{Product}.variations Array Product Variations Data
商品規格資訊
{Product}.variant_options Array Product Variations
商品規格
-
Maximum 3 types of variant option for a product, type allow (color, size, custom_1, custom_2, custom_3)
最多支援三種不同的 type, type 支援(color, size, custom_1, custom_2, custom_3)
{Product}.categories Array Categories Data
商品分類資訊
{Product}.location_id String Location ID
儲位編號
{Product}.description_translations Translation Product Description
商品描述
{Product}.seo_title_translations Translation SEO Title
SEO標題
{Product}.seo_description_translations Translation SEO Description
SEO簡介
{Product}.seo_keywords String SEO Keyword
SEO 關鍵字
{Product}.link String
{Product}.is_reminder_active Boolean Out-Of-Stock Reminder
商品缺貨是否提醒
{Product}.show_custom_related_products Boolean Show Custom Related products
顯示相關商品
{Product}.related_product_ids Array Custom related products
自訂相關商品
{Product}.tags Array Tags
標籤
*Tags are used to search products at the admin panel and help set up the product-related coupons.
標籤功能用作商品搜尋,並能為指定商品設置優惠券的用途。
{Product}.blacklisted_delivery_option_ids Array Excluded Delivery Options
排除的送貨方式
{Product}.blacklisted_payment_ids Array Excluded Payment Options
排除的付款方式
{Product}.gender String Mapping Product Category: Gender
產品使用類別:性別
male 男性
female 女性
* unisex 男女通用
{Product}.age_group String Mapping Product Category:Age Group
產品使用類別:年齡層
newborn 新生兒
infant 嬰兒
toddler 幼兒
kids兒童
* Adult 成人
{Product}.adult String Mapping Product Category:Adult 品使用類別:成人 yes 是 no 否
{Product}.condition String Mapping Product Category:Condition
產品使用類別:狀況
used 二手
refurbished 整新品
* new 新品
{Product}.brand String Brand
商品品牌
{Product}.mpn String Manufacturer Part Number
製造編號
{Product}.gtin String Barcode
商品條碼編號
{Product}.blacklisted_feed_channels Array 排除這個商品投放管道
Exclude this product to channel
{Product}.available_start_time String The datetime product is available on storefront
{Product}.available_end_time String The datetime the product is removed from storefront, null for never delist
{Product}.created_by ISOString
{Product}.is_excluded_promotion Boolean product is exclude promotion which is discount on order
不適用全店折扣的優惠是否開啟
{Product}.taxable Boolean taxable
是否收稅
{Product}.tax_type String Tax type
國內稅項
{Product}.oversea_tax_type String Oversea tax type
海外稅項
{Product}.labels Array Array of TranslationArray of Translation,
must have included_fields[]=labels in query string to include in payload
{Product}.locked_inventory_count
{Product}.product_price_tiers[] Array
{Product}.product_price_tiers[]._id String id of product price tier
{Product}.product_price_tiers[].member_price Price
{Product}.product_price_tiers[].membership_tier_id String id of membership tier
{Product}.product_price_tiers[].product_id String
{Product}.product_price_tiers[].status String
{Product}.out_of_stock_orderable Boolean orderable for out of stock
缺貨時是否可接單
{Product}.subscription_enabled Boolean subscription_enabled
是否為定期購商品
{Product}.subscription_period_duration Integer subscription period duration
定期購天數
{Product}.filter_tags Array array of filter tags
自訂篩選條件
{Product}.type String Type of product
商品類型
product 普通商品
product_set 組合商品
pagination Pagination

🚧

Missing pagination field

If you notice that the response doesn't include the pagination field when using request parameters fields[] , you need to include pagination in the request (e.g., &fields[]=pagination) to get the pagination in the response.

如果 request 有設定 fields[] 而發現 response 內沒有回傳 pagination 欄位,需要在 request 時將 fields[] 一起帶上 pagination(e.g., &fields[]=pagination),response 內才會有 pagination 欄位