open api
  1. Product
open api
  • Authorization
    • Get Authorization
      GET
  • Category
    • Get children of the category specified
      GET
    • Get parent of the category specified
      GET
  • Product
    • Search products
      GET
    • Get the details of the specified product
      GET
    • Get the details of the specified product with images
      GET
    • Get status of a list of products
      GET
    • Download the images of the specified product
      GET
    • Download the Scenseimage of the specified product
      GET
    • Search products with specific main category
      GET
  • Order
    • Create Order
      POST
    • Create Dropshipping Orders
      POST
    • Create order(Deprecated)
      POST
    • Get Order List
      GET
    • Get Order Information
      GET
  • Shipping
    • Shipping Calculation
      POST
    • Shipping Calculation Enhancement
      POST
  1. Product

Get the details of the specified product

GET
/OpenApi/Product/Detail
Get the details of the specified product

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/OpenApi/Product/Detail?ItemNo=10000007A' \
--header 'Authorization: 2+s8CDVEwkmRHSJ9lorE5Q=='

返回响应

🟢200success
application/json
Body

示例
{
    "Detail": {
        "ItemNo": "6601203344A",
        "EanCode": "",
        "CategoryCode": "C003700130682",
        "Name": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Black Grey",
        "Summary": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Black Grey",
        "Description": "<h5 class='system-title'>For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Black Grey</h5>\n<div class='system-intro'></div>\n<div class='system-description'><ul>\n<li>【Premium Material Combination】Crafted from a durable blend of TPU and acrylic, this phone case offers both flexibility and rigidity for optimal protection.</li>\n<li>【Stylish Pattern Design】The back panel features a unique UV printed pattern artwork with black edges, creating a sophisticated and modern aesthetic.</li>\n<li>【Stronger Magnetic Adsorption】Equipped with high-strength magnets arranged in a circular pattern, ensuring secure and effortless alignment with various magnetic accessories.</li>\n<li>【Precise Fit】Engineered with accurately aligned openings for the camera, buttons, ports, and speakers, ensuring seamless access to all functions.</li>\n<li>【Enhanced Protection】Air cushion corners and raised edges for both screen and camera bump safeguard your device from drops and lens scratches.</li>\n<li>【Comfortable Grip】Rounded edges and a sleek design provide a comfortable, ergonomic feel while maintaining a slim profile.</li>\n</ul></div>\n",
        "ProductStatus": 1,
        "WithPackage": 0,
        "Reminder": null,
        "MOQ": 1,
        "IsSpecialOffer": false,
        "Price": 3.12,
        "OriginalPrice": 3.12,
        "PromotionPrice": 3.12,
        "PromotionPeriod": "",
        "PriceList": [
            {
                "MinimumQuantity": 1,
                "UnitPrice": 3.12,
                "Invalid": false,
                "CurrentInterval": true
            },
            {
                "MinimumQuantity": 3,
                "UnitPrice": 3.07,
                "Invalid": false,
                "CurrentInterval": false
            },
            {
                "MinimumQuantity": 15,
                "UnitPrice": 3.03,
                "Invalid": false,
                "CurrentInterval": false
            },
            {
                "MinimumQuantity": 40,
                "UnitPrice": 2.96,
                "Invalid": false,
                "CurrentInterval": false
            },
            {
                "MinimumQuantity": 100,
                "UnitPrice": 2.9,
                "Invalid": false,
                "CurrentInterval": false
            },
            {
                "MinimumQuantity": 200,
                "UnitPrice": 2.85,
                "Invalid": false,
                "CurrentInterval": false
            }
        ],
        "SpecificationList": [
            {
                "Name": "Brand",
                "Value": "EYCASE"
            },
            {
                "Name": "Case Feature",
                "Value": "Built-in Magnet"
            },
            {
                "Name": "ColorStyle",
                "Value": "A"
            },
            {
                "Name": "Material",
                "Value": "Acrylic,TPU"
            },
            {
                "Name": "Packaging Type",
                "Value": "Colored Box"
            },
            {
                "Name": "Gross Weight",
                "Value": "0.056kg"
            },
            {
                "Name": "Volume Weight",
                "Value": "0.048kg"
            },
            {
                "Name": "Length",
                "Value": "18.000cm"
            },
            {
                "Name": "Width",
                "Value": "8.000cm"
            },
            {
                "Name": "Height",
                "Value": "1.500cm"
            },
            {
                "Name": "Weight",
                "Value": "0.050kg"
            },
            {
                "Name": "EAN",
                "Value": ""
            },
            {
                "Name": "PackageLength",
                "Value": "59.000cm"
            },
            {
                "Name": "PackageWidth",
                "Value": "40.000cm"
            },
            {
                "Name": "PackageHeight",
                "Value": "35.000cm"
            },
            {
                "Name": "PackageQuantity",
                "Value": "320"
            },
            {
                "Name": "With Retail Packaging",
                "Value": "No"
            }
        ],
        "LeadTime": "1 - 3 days",
        "GrossWeight": 0.056,
        "VolumeWeight": 0.048,
        "Length": 18.000,
        "Width": 8.000,
        "Height": 1.500,
        "CompatibleList": [
            {
                "Brand": "Samsung",
                "Model": "Galaxy A57 5G",
                "Versions": [],
                "DisplayName": "Galaxy A57 5G",
                "Code": "A00080826"
            },
            {
                "Brand": "Samsung",
                "Model": "Samsung",
                "Versions": [],
                "DisplayName": "Samsung",
                "Code": "A0008"
            }
        ],
        "Modified": "2026-01-19T09:44:59",
        "Added": "2026-01-19T14:04:34",
        "StockStatus": 2,
        "PackageList": [
            "1 x Phone Case",
            "1 x Phone Cleaning Cloth",
            "Other items not included"
        ],
        "CacheTime": "2026-01-20T09:41:21",
        "Attributes": {
            "Color": "Black Grey"
        },
        "CustomsCode": "8517701090",
        "LogisticsTags": "Weak_Magnetism"
    },
    "ModelList": [
        {
            "ItemNo": "6601203344A",
            "EanCode": "",
            "CategoryCode": "C003700130682",
            "Name": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Black Grey",
            "Summary": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Black Grey",
            "Description": "<h5 class='system-title'>For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Black Grey</h5>\n<div class='system-intro'></div>\n<div class='system-description'><ul>\n<li>【Premium Material Combination】Crafted from a durable blend of TPU and acrylic, this phone case offers both flexibility and rigidity for optimal protection.</li>\n<li>【Stylish Pattern Design】The back panel features a unique UV printed pattern artwork with black edges, creating a sophisticated and modern aesthetic.</li>\n<li>【Stronger Magnetic Adsorption】Equipped with high-strength magnets arranged in a circular pattern, ensuring secure and effortless alignment with various magnetic accessories.</li>\n<li>【Precise Fit】Engineered with accurately aligned openings for the camera, buttons, ports, and speakers, ensuring seamless access to all functions.</li>\n<li>【Enhanced Protection】Air cushion corners and raised edges for both screen and camera bump safeguard your device from drops and lens scratches.</li>\n<li>【Comfortable Grip】Rounded edges and a sleek design provide a comfortable, ergonomic feel while maintaining a slim profile.</li>\n</ul></div>\n",
            "ProductStatus": 1,
            "WithPackage": 0,
            "Reminder": null,
            "MOQ": 1,
            "IsSpecialOffer": false,
            "Price": 3.12,
            "OriginalPrice": 3.12,
            "PromotionPrice": 3.12,
            "PromotionPeriod": "",
            "PriceList": [
                {
                    "MinimumQuantity": 1,
                    "UnitPrice": 3.12,
                    "Invalid": false,
                    "CurrentInterval": true
                },
                {
                    "MinimumQuantity": 3,
                    "UnitPrice": 3.07,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 15,
                    "UnitPrice": 3.03,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 40,
                    "UnitPrice": 2.96,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 100,
                    "UnitPrice": 2.9,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 200,
                    "UnitPrice": 2.85,
                    "Invalid": false,
                    "CurrentInterval": false
                }
            ],
            "SpecificationList": [
                {
                    "Name": "Brand",
                    "Value": "EYCASE"
                },
                {
                    "Name": "Case Feature",
                    "Value": "Built-in Magnet"
                },
                {
                    "Name": "ColorStyle",
                    "Value": "A"
                },
                {
                    "Name": "Material",
                    "Value": "Acrylic,TPU"
                },
                {
                    "Name": "Packaging Type",
                    "Value": "Colored Box"
                },
                {
                    "Name": "Gross Weight",
                    "Value": "0.056kg"
                },
                {
                    "Name": "Volume Weight",
                    "Value": "0.048kg"
                },
                {
                    "Name": "Length",
                    "Value": "18.000cm"
                },
                {
                    "Name": "Width",
                    "Value": "8.000cm"
                },
                {
                    "Name": "Height",
                    "Value": "1.500cm"
                },
                {
                    "Name": "Weight",
                    "Value": "0.050kg"
                },
                {
                    "Name": "EAN",
                    "Value": ""
                },
                {
                    "Name": "PackageLength",
                    "Value": "59.000cm"
                },
                {
                    "Name": "PackageWidth",
                    "Value": "40.000cm"
                },
                {
                    "Name": "PackageHeight",
                    "Value": "35.000cm"
                },
                {
                    "Name": "PackageQuantity",
                    "Value": "320"
                },
                {
                    "Name": "With Retail Packaging",
                    "Value": "No"
                }
            ],
            "LeadTime": "1 - 3 days",
            "GrossWeight": 0.056,
            "VolumeWeight": 0.048,
            "Length": 18.000,
            "Width": 8.000,
            "Height": 1.500,
            "CompatibleList": [
                {
                    "Brand": "Samsung",
                    "Model": "Galaxy A57 5G",
                    "Versions": [],
                    "DisplayName": "Galaxy A57 5G",
                    "Code": "A00080826"
                },
                {
                    "Brand": "Samsung",
                    "Model": "Samsung",
                    "Versions": [],
                    "DisplayName": "Samsung",
                    "Code": "A0008"
                }
            ],
            "Modified": "2026-01-19T09:44:59",
            "Added": "2026-01-19T14:04:34",
            "StockStatus": 2,
            "PackageList": [
                "1 x Phone Case",
                "1 x Phone Cleaning Cloth",
                "Other items not included"
            ],
            "CacheTime": "2026-01-20T09:41:21",
            "Attributes": {
                "Color": "Black Grey"
            },
            "CustomsCode": "8517701090",
            "LogisticsTags": "Weak_Magnetism"
        },
        {
            "ItemNo": "6601203344B",
            "EanCode": "",
            "CategoryCode": "C003700130682",
            "Name": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Sunset Glow",
            "Summary": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Sunset Glow",
            "Description": "<h5 class='system-title'>For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Sunset Glow</h5>\n<div class='system-intro'></div>\n<div class='system-description'><ul>\n<li>【Premium Material Combination】Crafted from a durable blend of TPU and acrylic, this phone case offers both flexibility and rigidity for optimal protection.</li>\n<li>【Stylish Pattern Design】The back panel features a unique UV printed pattern artwork with black edges, creating a sophisticated and modern aesthetic.</li>\n<li>【Stronger Magnetic Adsorption】Equipped with high-strength magnets arranged in a circular pattern, ensuring secure and effortless alignment with various magnetic accessories.</li>\n<li>【Precise Fit】Engineered with accurately aligned openings for the camera, buttons, ports, and speakers, ensuring seamless access to all functions.</li>\n<li>【Enhanced Protection】Air cushion corners and raised edges for both screen and camera bump safeguard your device from drops and lens scratches.</li>\n<li>【Comfortable Grip】Rounded edges and a sleek design provide a comfortable, ergonomic feel while maintaining a slim profile.</li>\n</ul></div>\n",
            "ProductStatus": 1,
            "WithPackage": 0,
            "Reminder": null,
            "MOQ": 1,
            "IsSpecialOffer": false,
            "Price": 3.12,
            "OriginalPrice": 3.12,
            "PromotionPrice": 3.12,
            "PromotionPeriod": "",
            "PriceList": [
                {
                    "MinimumQuantity": 1,
                    "UnitPrice": 3.12,
                    "Invalid": false,
                    "CurrentInterval": true
                },
                {
                    "MinimumQuantity": 3,
                    "UnitPrice": 3.07,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 15,
                    "UnitPrice": 3.03,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 40,
                    "UnitPrice": 2.96,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 100,
                    "UnitPrice": 2.9,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 200,
                    "UnitPrice": 2.85,
                    "Invalid": false,
                    "CurrentInterval": false
                }
            ],
            "SpecificationList": [
                {
                    "Name": "Brand",
                    "Value": "EYCASE"
                },
                {
                    "Name": "Case Feature",
                    "Value": "Built-in Magnet"
                },
                {
                    "Name": "ColorStyle",
                    "Value": "B"
                },
                {
                    "Name": "Material",
                    "Value": "Acrylic,TPU"
                },
                {
                    "Name": "Packaging Type",
                    "Value": "Colored Box"
                },
                {
                    "Name": "Gross Weight",
                    "Value": "0.056kg"
                },
                {
                    "Name": "Volume Weight",
                    "Value": "0.048kg"
                },
                {
                    "Name": "Length",
                    "Value": "18.000cm"
                },
                {
                    "Name": "Width",
                    "Value": "8.000cm"
                },
                {
                    "Name": "Height",
                    "Value": "1.500cm"
                },
                {
                    "Name": "Weight",
                    "Value": "0.050kg"
                },
                {
                    "Name": "EAN",
                    "Value": ""
                },
                {
                    "Name": "PackageLength",
                    "Value": "59.000cm"
                },
                {
                    "Name": "PackageWidth",
                    "Value": "40.000cm"
                },
                {
                    "Name": "PackageHeight",
                    "Value": "35.000cm"
                },
                {
                    "Name": "PackageQuantity",
                    "Value": "320"
                },
                {
                    "Name": "With Retail Packaging",
                    "Value": "No"
                }
            ],
            "LeadTime": "1 - 3 days",
            "GrossWeight": 0.056,
            "VolumeWeight": 0.048,
            "Length": 18.000,
            "Width": 8.000,
            "Height": 1.500,
            "CompatibleList": [
                {
                    "Brand": "Samsung",
                    "Model": "Galaxy A57 5G",
                    "Versions": [],
                    "DisplayName": "Galaxy A57 5G",
                    "Code": "A00080826"
                },
                {
                    "Brand": "Samsung",
                    "Model": "Samsung",
                    "Versions": [],
                    "DisplayName": "Samsung",
                    "Code": "A0008"
                }
            ],
            "Modified": "2026-01-19T09:44:51",
            "Added": "2026-01-19T14:37:24",
            "StockStatus": 2,
            "PackageList": [
                "1 x Phone Case",
                "1 x Phone Cleaning Cloth",
                "Other items not included"
            ],
            "CacheTime": "2026-01-20T09:41:21",
            "Attributes": {
                "Color": "Sunset Glow"
            },
            "CustomsCode": "8517701090",
            "LogisticsTags": "Weak_Magnetism"
        },
        {
            "ItemNo": "6601203344C",
            "EanCode": "",
            "CategoryCode": "C003700130682",
            "Name": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Dark Purple",
            "Summary": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Dark Purple",
            "Description": "<h5 class='system-title'>For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Dark Purple</h5>\n<div class='system-intro'></div>\n<div class='system-description'><ul>\n<li>【Premium Material Combination】Crafted from a durable blend of TPU and acrylic, this phone case offers both flexibility and rigidity for optimal protection.</li>\n<li>【Stylish Pattern Design】The back panel features a unique UV printed pattern artwork with black edges, creating a sophisticated and modern aesthetic.</li>\n<li>【Stronger Magnetic Adsorption】Equipped with high-strength magnets arranged in a circular pattern, ensuring secure and effortless alignment with various magnetic accessories.</li>\n<li>【Precise Fit】Engineered with accurately aligned openings for the camera, buttons, ports, and speakers, ensuring seamless access to all functions.</li>\n<li>【Enhanced Protection】Air cushion corners and raised edges for both screen and camera bump safeguard your device from drops and lens scratches.</li>\n<li>【Comfortable Grip】Rounded edges and a sleek design provide a comfortable, ergonomic feel while maintaining a slim profile.</li>\n</ul></div>\n",
            "ProductStatus": 1,
            "WithPackage": 0,
            "Reminder": null,
            "MOQ": 1,
            "IsSpecialOffer": false,
            "Price": 3.12,
            "OriginalPrice": 3.12,
            "PromotionPrice": 3.12,
            "PromotionPeriod": "",
            "PriceList": [
                {
                    "MinimumQuantity": 1,
                    "UnitPrice": 3.12,
                    "Invalid": false,
                    "CurrentInterval": true
                },
                {
                    "MinimumQuantity": 3,
                    "UnitPrice": 3.07,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 15,
                    "UnitPrice": 3.03,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 40,
                    "UnitPrice": 2.96,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 100,
                    "UnitPrice": 2.9,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 200,
                    "UnitPrice": 2.85,
                    "Invalid": false,
                    "CurrentInterval": false
                }
            ],
            "SpecificationList": [
                {
                    "Name": "Brand",
                    "Value": "EYCASE"
                },
                {
                    "Name": "Case Feature",
                    "Value": "Built-in Magnet"
                },
                {
                    "Name": "ColorStyle",
                    "Value": "C"
                },
                {
                    "Name": "Material",
                    "Value": "Acrylic,TPU"
                },
                {
                    "Name": "Packaging Type",
                    "Value": "Colored Box"
                },
                {
                    "Name": "Gross Weight",
                    "Value": "0.056kg"
                },
                {
                    "Name": "Volume Weight",
                    "Value": "0.048kg"
                },
                {
                    "Name": "Length",
                    "Value": "18.000cm"
                },
                {
                    "Name": "Width",
                    "Value": "8.000cm"
                },
                {
                    "Name": "Height",
                    "Value": "1.500cm"
                },
                {
                    "Name": "Weight",
                    "Value": "0.050kg"
                },
                {
                    "Name": "EAN",
                    "Value": ""
                },
                {
                    "Name": "PackageLength",
                    "Value": "59.000cm"
                },
                {
                    "Name": "PackageWidth",
                    "Value": "40.000cm"
                },
                {
                    "Name": "PackageHeight",
                    "Value": "35.000cm"
                },
                {
                    "Name": "PackageQuantity",
                    "Value": "320"
                },
                {
                    "Name": "With Retail Packaging",
                    "Value": "No"
                }
            ],
            "LeadTime": "1 - 3 days",
            "GrossWeight": 0.056,
            "VolumeWeight": 0.048,
            "Length": 18.000,
            "Width": 8.000,
            "Height": 1.500,
            "CompatibleList": [
                {
                    "Brand": "Samsung",
                    "Model": "Galaxy A57 5G",
                    "Versions": [],
                    "DisplayName": "Galaxy A57 5G",
                    "Code": "A00080826"
                },
                {
                    "Brand": "Samsung",
                    "Model": "Samsung",
                    "Versions": [],
                    "DisplayName": "Samsung",
                    "Code": "A0008"
                }
            ],
            "Modified": "2026-01-19T09:45:10",
            "Added": "2026-01-19T12:26:37",
            "StockStatus": 2,
            "PackageList": [
                "1 x Phone Case",
                "1 x Phone Cleaning Cloth",
                "Other items not included"
            ],
            "CacheTime": "2026-01-20T09:41:21",
            "Attributes": {
                "Color": "Dark Purple"
            },
            "CustomsCode": "8517701090",
            "LogisticsTags": "Weak_Magnetism"
        },
        {
            "ItemNo": "6601203344D",
            "EanCode": "",
            "CategoryCode": "C003700130682",
            "Name": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Dark Blue",
            "Summary": "For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Dark Blue",
            "Description": "<h5 class='system-title'>For Samsung Galaxy A57 5G Magnetic Case EYCASE Kevlar Series UV Printed Black Edge TPU Acrylic Phone Cover - Dark Blue</h5>\n<div class='system-intro'></div>\n<div class='system-description'><ul>\n<li>【Premium Material Combination】Crafted from a durable blend of TPU and acrylic, this phone case offers both flexibility and rigidity for optimal protection.</li>\n<li>【Stylish Pattern Design】The back panel features a unique UV printed pattern artwork with black edges, creating a sophisticated and modern aesthetic.</li>\n<li>【Stronger Magnetic Adsorption】Equipped with high-strength magnets arranged in a circular pattern, ensuring secure and effortless alignment with various magnetic accessories.</li>\n<li>【Precise Fit】Engineered with accurately aligned openings for the camera, buttons, ports, and speakers, ensuring seamless access to all functions.</li>\n<li>【Enhanced Protection】Air cushion corners and raised edges for both screen and camera bump safeguard your device from drops and lens scratches.</li>\n<li>【Comfortable Grip】Rounded edges and a sleek design provide a comfortable, ergonomic feel while maintaining a slim profile.</li>\n</ul></div>\n",
            "ProductStatus": 1,
            "WithPackage": 0,
            "Reminder": null,
            "MOQ": 1,
            "IsSpecialOffer": false,
            "Price": 3.12,
            "OriginalPrice": 3.12,
            "PromotionPrice": 3.12,
            "PromotionPeriod": "",
            "PriceList": [
                {
                    "MinimumQuantity": 1,
                    "UnitPrice": 3.12,
                    "Invalid": false,
                    "CurrentInterval": true
                },
                {
                    "MinimumQuantity": 3,
                    "UnitPrice": 3.07,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 15,
                    "UnitPrice": 3.03,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 40,
                    "UnitPrice": 2.96,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 100,
                    "UnitPrice": 2.9,
                    "Invalid": false,
                    "CurrentInterval": false
                },
                {
                    "MinimumQuantity": 200,
                    "UnitPrice": 2.85,
                    "Invalid": false,
                    "CurrentInterval": false
                }
            ],
            "SpecificationList": [
                {
                    "Name": "Brand",
                    "Value": "EYCASE"
                },
                {
                    "Name": "Case Feature",
                    "Value": "Built-in Magnet"
                },
                {
                    "Name": "ColorStyle",
                    "Value": "D"
                },
                {
                    "Name": "Material",
                    "Value": "Acrylic,TPU"
                },
                {
                    "Name": "Packaging Type",
                    "Value": "Colored Box"
                },
                {
                    "Name": "Gross Weight",
                    "Value": "0.056kg"
                },
                {
                    "Name": "Volume Weight",
                    "Value": "0.048kg"
                },
                {
                    "Name": "Length",
                    "Value": "18.000cm"
                },
                {
                    "Name": "Width",
                    "Value": "8.000cm"
                },
                {
                    "Name": "Height",
                    "Value": "1.500cm"
                },
                {
                    "Name": "Weight",
                    "Value": "0.050kg"
                },
                {
                    "Name": "EAN",
                    "Value": ""
                },
                {
                    "Name": "PackageLength",
                    "Value": "59.000cm"
                },
                {
                    "Name": "PackageWidth",
                    "Value": "40.000cm"
                },
                {
                    "Name": "PackageHeight",
                    "Value": "35.000cm"
                },
                {
                    "Name": "PackageQuantity",
                    "Value": "320"
                },
                {
                    "Name": "With Retail Packaging",
                    "Value": "No"
                }
            ],
            "LeadTime": "1 - 3 days",
            "GrossWeight": 0.056,
            "VolumeWeight": 0.048,
            "Length": 18.000,
            "Width": 8.000,
            "Height": 1.500,
            "CompatibleList": [
                {
                    "Brand": "Samsung",
                    "Model": "Galaxy A57 5G",
                    "Versions": [],
                    "DisplayName": "Galaxy A57 5G",
                    "Code": "A00080826"
                },
                {
                    "Brand": "Samsung",
                    "Model": "Samsung",
                    "Versions": [],
                    "DisplayName": "Samsung",
                    "Code": "A0008"
                }
            ],
            "Modified": "2026-01-19T09:45:16",
            "Added": "2026-01-19T18:21:09",
            "StockStatus": 2,
            "PackageList": [
                "1 x Phone Case",
                "1 x Phone Cleaning Cloth",
                "Other items not included"
            ],
            "CacheTime": "2026-01-20T09:41:21",
            "Attributes": {
                "Color": "Dark Blue"
            },
            "CustomsCode": "8517701090",
            "LogisticsTags": "Weak_Magnetism"
        }
    ],
    "Currency": {
        "CurrencyCode": "USD",
        "CurrencyName": "USD",
        "Symbol": "$ - USD",
        "Symbol2": "USD",
        "Symbol3": "USD - $",
        "Rate": 1.0000,
        "SpecialRate": false,
        "FormatString": "${0:N2}",
        "Format2String": "USD{0:0.00}",
        "Format3String": "USD-${0:0.00}"
    }
}
🟢200unauthorized
修改于 2026-01-20 09:42:54
上一页
Search products
下一页
Get the details of the specified product with images
Built with