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 'https://openapi.tvc-mall.com/OpenApi/Product/Detail?ItemNo=10000007A' \
--header 'Authorization: 2+s8CDVEwkmRHSJ9lorE5Q=='

返回响应

🟢200success
application/json
Bodyapplication/json

示例
{
    "Detail": {
        "ItemNo": "6601217230A",
        "SeriesId": 626,
        "EanCode": "",
        "CategoryCode": "C00370048",
        "Name": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black",
        "Summary": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black",
        "Description": "<ul>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Premium Material】Crafted from premium PU leather surface with TPU inner case, it offers a comfortable touch feeling and long-lasting durability.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Crazy Horse Texture Design】Designed with crazy horse on the surface, making it more stylish and fashionable.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wallet Function】With 3 card slots and 1 cash compartment, making it easy to hold your essential cards and cash money .</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Hands-Free Support Stand】The case can be folded into a support stand, offering hands-free use. Perfect for watching videos or video chatting.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wrist Strap】 Comes with a wrist strap for easy carrying and preventing loss.</li>\n</ul>",
        "ProductStatus": 1,
        "WithPackage": 0,
        "Reminder": null,
        "MOQ": 1,
        "IsSpecialOffer": false,
        "Price": 2.25,
        "OriginalPrice": 2.25,
        "PromotionPrice": 2.25,
        "PromotionPeriod": "",
        "PriceList": [
            {
                "MinimumQuantity": 1,
                "UnitPrice": 2.25
            },
            {
                "MinimumQuantity": 3,
                "UnitPrice": 2.22
            },
            {
                "MinimumQuantity": 20,
                "UnitPrice": 2.19
            },
            {
                "MinimumQuantity": 40,
                "UnitPrice": 2.14
            },
            {
                "MinimumQuantity": 100,
                "UnitPrice": 2.11
            },
            {
                "MinimumQuantity": 200,
                "UnitPrice": 2.08
            }
        ],
        "SpecificationList": [
            {
                "Name": "Brand",
                "Value": "N/A"
            },
            {
                "Name": "Case Feature",
                "Value": "Card Holder,Wallet,With Stand"
            },
            {
                "Name": "ColorStyle",
                "Value": "A"
            },
            {
                "Name": "Material",
                "Value": "PU Leather,TPU"
            },
            {
                "Name": "Packaging Type",
                "Value": "Simple PP Bag"
            },
            {
                "Name": "Surface Workmanship",
                "Value": "N/A"
            },
            {
                "Name": "Texture",
                "Value": "N/A"
            },
            {
                "Name": "Gross Weight",
                "Value": "0.085kg"
            },
            {
                "Name": "Volume Weight",
                "Value": "0.074kg"
            },
            {
                "Name": "Length",
                "Value": "18.000cm"
            },
            {
                "Name": "Width",
                "Value": "8.000cm"
            },
            {
                "Name": "Height",
                "Value": "2.300cm"
            },
            {
                "Name": "Weight",
                "Value": "0.076kg"
            },
            {
                "Name": "EAN",
                "Value": ""
            },
            {
                "Name": "PackageLength",
                "Value": "59.000cm"
            },
            {
                "Name": "PackageWidth",
                "Value": "40.000cm"
            },
            {
                "Name": "PackageHeight",
                "Value": "35.000cm"
            },
            {
                "Name": "PackageQuantity",
                "Value": "210"
            },
            {
                "Name": "With Retail Packaging",
                "Value": "No"
            }
        ],
        "LeadTime": "1 - 3 days",
        "GrossWeight": 0.085,
        "VolumeWeight": 0.074,
        "Length": 18.000,
        "Width": 8.000,
        "Height": 2.300,
        "CompatibleList": [
            {
                "Brand": "TCL",
                "Model": "TCL K70 Power 4G",
                "Versions": [],
                "DisplayName": "TCL K70 Power 4G",
                "Code": "A00680126"
            },
            {
                "Brand": "TCL",
                "Model": "TCL K70 4G",
                "Versions": [],
                "DisplayName": "TCL K70 4G",
                "Code": "A00680130"
            },
            {
                "Brand": "TCL",
                "Model": "TCL",
                "Versions": [],
                "DisplayName": "TCL",
                "Code": "A0068"
            }
        ],
        "Modified": "2026-06-03T01:27:43",
        "Added": "2026-05-11T13:25:38",
        "StockStatus": 2,
        "PackageList": [
            "1 x Leather Phone Case",
            "1 x Strap Other items not included"
        ],
        "CacheTime": "2026-06-04T07:05:48",
        "Attributes": {
            "Color": "Black"
        },
        "CustomsCode": "8517709000",
        "LogisticsTags": "Weak_Magnetism",
        "From": "http://172.30.0.189/tm/"
    },
    "ModelList": [
        {
            "ItemNo": "6601217230A",
            "SeriesId": 626,
            "EanCode": "",
            "CategoryCode": "C00370048",
            "Name": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black",
            "Summary": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black",
            "Description": "<ul>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Premium Material】Crafted from premium PU leather surface with TPU inner case, it offers a comfortable touch feeling and long-lasting durability.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Crazy Horse Texture Design】Designed with crazy horse on the surface, making it more stylish and fashionable.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wallet Function】With 3 card slots and 1 cash compartment, making it easy to hold your essential cards and cash money .</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Hands-Free Support Stand】The case can be folded into a support stand, offering hands-free use. Perfect for watching videos or video chatting.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wrist Strap】 Comes with a wrist strap for easy carrying and preventing loss.</li>\n</ul>",
            "ProductStatus": 1,
            "WithPackage": 0,
            "Reminder": null,
            "MOQ": 1,
            "IsSpecialOffer": false,
            "Price": 2.25,
            "OriginalPrice": 2.25,
            "PromotionPrice": 2.25,
            "PromotionPeriod": "",
            "PriceList": [
                {
                    "MinimumQuantity": 1,
                    "UnitPrice": 2.25
                },
                {
                    "MinimumQuantity": 3,
                    "UnitPrice": 2.22
                },
                {
                    "MinimumQuantity": 20,
                    "UnitPrice": 2.19
                },
                {
                    "MinimumQuantity": 40,
                    "UnitPrice": 2.14
                },
                {
                    "MinimumQuantity": 100,
                    "UnitPrice": 2.11
                },
                {
                    "MinimumQuantity": 200,
                    "UnitPrice": 2.08
                }
            ],
            "SpecificationList": [
                {
                    "Name": "Brand",
                    "Value": "N/A"
                },
                {
                    "Name": "Case Feature",
                    "Value": "Card Holder,Wallet,With Stand"
                },
                {
                    "Name": "ColorStyle",
                    "Value": "A"
                },
                {
                    "Name": "Material",
                    "Value": "PU Leather,TPU"
                },
                {
                    "Name": "Packaging Type",
                    "Value": "Simple PP Bag"
                },
                {
                    "Name": "Surface Workmanship",
                    "Value": "N/A"
                },
                {
                    "Name": "Texture",
                    "Value": "N/A"
                },
                {
                    "Name": "Gross Weight",
                    "Value": "0.085kg"
                },
                {
                    "Name": "Volume Weight",
                    "Value": "0.074kg"
                },
                {
                    "Name": "Length",
                    "Value": "18.000cm"
                },
                {
                    "Name": "Width",
                    "Value": "8.000cm"
                },
                {
                    "Name": "Height",
                    "Value": "2.300cm"
                },
                {
                    "Name": "Weight",
                    "Value": "0.076kg"
                },
                {
                    "Name": "EAN",
                    "Value": ""
                },
                {
                    "Name": "PackageLength",
                    "Value": "59.000cm"
                },
                {
                    "Name": "PackageWidth",
                    "Value": "40.000cm"
                },
                {
                    "Name": "PackageHeight",
                    "Value": "35.000cm"
                },
                {
                    "Name": "PackageQuantity",
                    "Value": "210"
                },
                {
                    "Name": "With Retail Packaging",
                    "Value": "No"
                }
            ],
            "LeadTime": "1 - 3 days",
            "GrossWeight": 0.085,
            "VolumeWeight": 0.074,
            "Length": 18.000,
            "Width": 8.000,
            "Height": 2.300,
            "CompatibleList": [
                {
                    "Brand": "TCL",
                    "Model": "TCL K70 Power 4G",
                    "Versions": [],
                    "DisplayName": "TCL K70 Power 4G",
                    "Code": "A00680126"
                },
                {
                    "Brand": "TCL",
                    "Model": "TCL K70 4G",
                    "Versions": [],
                    "DisplayName": "TCL K70 4G",
                    "Code": "A00680130"
                },
                {
                    "Brand": "TCL",
                    "Model": "TCL",
                    "Versions": [],
                    "DisplayName": "TCL",
                    "Code": "A0068"
                }
            ],
            "Modified": "2026-06-03T01:27:43",
            "Added": "2026-05-11T13:25:38",
            "StockStatus": 2,
            "PackageList": [
                "1 x Leather Phone Case",
                "1 x Strap Other items not included"
            ],
            "CacheTime": "2026-06-04T07:05:47",
            "Attributes": {
                "Color": "Black"
            },
            "CustomsCode": "8517709000",
            "LogisticsTags": "Weak_Magnetism",
            "From": "http://172.30.0.189/tm/"
        },
        {
            "ItemNo": "6601217230B",
            "SeriesId": 626,
            "EanCode": "",
            "CategoryCode": "C00370048",
            "Name": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Brown",
            "Summary": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Brown",
            "Description": "<ul>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Premium Material】Crafted from premium PU leather surface with TPU inner case, it offers a comfortable touch feeling and long-lasting durability.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Crazy Horse Texture Design】Designed with crazy horse on the surface, making it more stylish and fashionable.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wallet Function】With 3 card slots and 1 cash compartment, making it easy to hold your essential cards and cash money .</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Hands-Free Support Stand】The case can be folded into a support stand, offering hands-free use. Perfect for watching videos or video chatting.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wrist Strap】 Comes with a wrist strap for easy carrying and preventing loss.</li>\n</ul>",
            "ProductStatus": 1,
            "WithPackage": 0,
            "Reminder": null,
            "MOQ": 1,
            "IsSpecialOffer": false,
            "Price": 2.25,
            "OriginalPrice": 2.25,
            "PromotionPrice": 2.25,
            "PromotionPeriod": "",
            "PriceList": [
                {
                    "MinimumQuantity": 1,
                    "UnitPrice": 2.25
                },
                {
                    "MinimumQuantity": 3,
                    "UnitPrice": 2.22
                },
                {
                    "MinimumQuantity": 20,
                    "UnitPrice": 2.19
                },
                {
                    "MinimumQuantity": 40,
                    "UnitPrice": 2.14
                },
                {
                    "MinimumQuantity": 100,
                    "UnitPrice": 2.11
                },
                {
                    "MinimumQuantity": 200,
                    "UnitPrice": 2.08
                }
            ],
            "SpecificationList": [
                {
                    "Name": "Brand",
                    "Value": "N/A"
                },
                {
                    "Name": "Case Feature",
                    "Value": "Card Holder,Wallet,With Stand"
                },
                {
                    "Name": "ColorStyle",
                    "Value": "B"
                },
                {
                    "Name": "Material",
                    "Value": "PU Leather,TPU"
                },
                {
                    "Name": "Packaging Type",
                    "Value": "Simple PP Bag"
                },
                {
                    "Name": "Surface Workmanship",
                    "Value": "N/A"
                },
                {
                    "Name": "Texture",
                    "Value": "N/A"
                },
                {
                    "Name": "Gross Weight",
                    "Value": "0.085kg"
                },
                {
                    "Name": "Volume Weight",
                    "Value": "0.074kg"
                },
                {
                    "Name": "Length",
                    "Value": "18.000cm"
                },
                {
                    "Name": "Width",
                    "Value": "8.000cm"
                },
                {
                    "Name": "Height",
                    "Value": "2.300cm"
                },
                {
                    "Name": "Weight",
                    "Value": "0.076kg"
                },
                {
                    "Name": "EAN",
                    "Value": ""
                },
                {
                    "Name": "PackageLength",
                    "Value": "59.000cm"
                },
                {
                    "Name": "PackageWidth",
                    "Value": "40.000cm"
                },
                {
                    "Name": "PackageHeight",
                    "Value": "35.000cm"
                },
                {
                    "Name": "PackageQuantity",
                    "Value": "210"
                },
                {
                    "Name": "With Retail Packaging",
                    "Value": "No"
                }
            ],
            "LeadTime": "1 - 3 days",
            "GrossWeight": 0.085,
            "VolumeWeight": 0.074,
            "Length": 18.000,
            "Width": 8.000,
            "Height": 2.300,
            "CompatibleList": [
                {
                    "Brand": "TCL",
                    "Model": "TCL K70 Power 4G",
                    "Versions": [],
                    "DisplayName": "TCL K70 Power 4G",
                    "Code": "A00680126"
                },
                {
                    "Brand": "TCL",
                    "Model": "TCL K70 4G",
                    "Versions": [],
                    "DisplayName": "TCL K70 4G",
                    "Code": "A00680130"
                },
                {
                    "Brand": "TCL",
                    "Model": "TCL",
                    "Versions": [],
                    "DisplayName": "TCL",
                    "Code": "A0068"
                }
            ],
            "Modified": "2026-06-03T01:27:43",
            "Added": "2026-05-11T12:28:58",
            "StockStatus": 2,
            "PackageList": [
                "1 x Leather Phone Case",
                "1 x Strap Other items not included"
            ],
            "CacheTime": "2026-06-04T07:05:47",
            "Attributes": {
                "Color": "Brown"
            },
            "CustomsCode": "8517709000",
            "LogisticsTags": "Weak_Magnetism",
            "From": "http://172.30.0.189/tm/"
        },
        {
            "ItemNo": "6601217230C",
            "SeriesId": 626,
            "EanCode": "",
            "CategoryCode": "C00370048",
            "Name": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Gold",
            "Summary": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Gold",
            "Description": "<ul>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Premium Material】Crafted from premium PU leather surface with TPU inner case, it offers a comfortable touch feeling and long-lasting durability.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Crazy Horse Texture Design】Designed with crazy horse on the surface, making it more stylish and fashionable.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wallet Function】With 3 card slots and 1 cash compartment, making it easy to hold your essential cards and cash money .</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Hands-Free Support Stand】The case can be folded into a support stand, offering hands-free use. Perfect for watching videos or video chatting.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wrist Strap】 Comes with a wrist strap for easy carrying and preventing loss.</li>\n</ul>",
            "ProductStatus": 1,
            "WithPackage": 0,
            "Reminder": null,
            "MOQ": 1,
            "IsSpecialOffer": false,
            "Price": 2.25,
            "OriginalPrice": 2.25,
            "PromotionPrice": 2.25,
            "PromotionPeriod": "",
            "PriceList": [
                {
                    "MinimumQuantity": 1,
                    "UnitPrice": 2.25
                },
                {
                    "MinimumQuantity": 3,
                    "UnitPrice": 2.22
                },
                {
                    "MinimumQuantity": 20,
                    "UnitPrice": 2.19
                },
                {
                    "MinimumQuantity": 40,
                    "UnitPrice": 2.14
                },
                {
                    "MinimumQuantity": 100,
                    "UnitPrice": 2.11
                },
                {
                    "MinimumQuantity": 200,
                    "UnitPrice": 2.08
                }
            ],
            "SpecificationList": [
                {
                    "Name": "Brand",
                    "Value": "N/A"
                },
                {
                    "Name": "Case Feature",
                    "Value": "Card Holder,Wallet,With Stand"
                },
                {
                    "Name": "ColorStyle",
                    "Value": "C"
                },
                {
                    "Name": "Material",
                    "Value": "PU Leather,TPU"
                },
                {
                    "Name": "Packaging Type",
                    "Value": "Simple PP Bag"
                },
                {
                    "Name": "Surface Workmanship",
                    "Value": "N/A"
                },
                {
                    "Name": "Texture",
                    "Value": "N/A"
                },
                {
                    "Name": "Gross Weight",
                    "Value": "0.085kg"
                },
                {
                    "Name": "Volume Weight",
                    "Value": "0.074kg"
                },
                {
                    "Name": "Length",
                    "Value": "18.000cm"
                },
                {
                    "Name": "Width",
                    "Value": "8.000cm"
                },
                {
                    "Name": "Height",
                    "Value": "2.300cm"
                },
                {
                    "Name": "Weight",
                    "Value": "0.076kg"
                },
                {
                    "Name": "EAN",
                    "Value": ""
                },
                {
                    "Name": "PackageLength",
                    "Value": "59.000cm"
                },
                {
                    "Name": "PackageWidth",
                    "Value": "40.000cm"
                },
                {
                    "Name": "PackageHeight",
                    "Value": "35.000cm"
                },
                {
                    "Name": "PackageQuantity",
                    "Value": "210"
                },
                {
                    "Name": "With Retail Packaging",
                    "Value": "No"
                }
            ],
            "LeadTime": "1 - 3 days",
            "GrossWeight": 0.085,
            "VolumeWeight": 0.074,
            "Length": 18.000,
            "Width": 8.000,
            "Height": 2.300,
            "CompatibleList": [
                {
                    "Brand": "TCL",
                    "Model": "TCL K70 Power 4G",
                    "Versions": [],
                    "DisplayName": "TCL K70 Power 4G",
                    "Code": "A00680126"
                },
                {
                    "Brand": "TCL",
                    "Model": "TCL K70 4G",
                    "Versions": [],
                    "DisplayName": "TCL K70 4G",
                    "Code": "A00680130"
                },
                {
                    "Brand": "TCL",
                    "Model": "TCL",
                    "Versions": [],
                    "DisplayName": "TCL",
                    "Code": "A0068"
                }
            ],
            "Modified": "2026-06-03T01:27:43",
            "Added": "2026-05-11T14:34:25",
            "StockStatus": 2,
            "PackageList": [
                "1 x Leather Phone Case",
                "1 x Strap Other items not included"
            ],
            "CacheTime": "2026-06-04T07:05:48",
            "Attributes": {
                "Color": "Gold"
            },
            "CustomsCode": "8517709000",
            "LogisticsTags": "Weak_Magnetism",
            "From": "http://172.30.0.189/tm/"
        },
        {
            "ItemNo": "6601217230D",
            "SeriesId": 626,
            "EanCode": "",
            "CategoryCode": "C00370048",
            "Name": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Red",
            "Summary": " For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Red",
            "Description": "<ul>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Premium Material】Crafted from premium PU leather surface with TPU inner case, it offers a comfortable touch feeling and long-lasting durability.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Crazy Horse Texture Design】Designed with crazy horse on the surface, making it more stylish and fashionable.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wallet Function】With 3 card slots and 1 cash compartment, making it easy to hold your essential cards and cash money .</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Hands-Free Support Stand】The case can be folded into a support stand, offering hands-free use. Perfect for watching videos or video chatting.</li>\n<li style=\"margin: 0px; padding: 0px; line-height: 22px; list-style-type: disc;\">【Wrist Strap】 Comes with a wrist strap for easy carrying and preventing loss.</li>\n</ul>",
            "ProductStatus": 1,
            "WithPackage": 0,
            "Reminder": null,
            "MOQ": 1,
            "IsSpecialOffer": false,
            "Price": 2.25,
            "OriginalPrice": 2.25,
            "PromotionPrice": 2.25,
            "PromotionPeriod": "",
            "PriceList": [
                {
                    "MinimumQuantity": 1,
                    "UnitPrice": 2.25
                },
                {
                    "MinimumQuantity": 3,
                    "UnitPrice": 2.22
                },
                {
                    "MinimumQuantity": 20,
                    "UnitPrice": 2.19
                },
                {
                    "MinimumQuantity": 40,
                    "UnitPrice": 2.14
                },
                {
                    "MinimumQuantity": 100,
                    "UnitPrice": 2.11
                },
                {
                    "MinimumQuantity": 200,
                    "UnitPrice": 2.08
                }
            ],
            "SpecificationList": [
                {
                    "Name": "Brand",
                    "Value": "N/A"
                },
                {
                    "Name": "Case Feature",
                    "Value": "Card Holder,Wallet,With Stand"
                },
                {
                    "Name": "ColorStyle",
                    "Value": "D"
                },
                {
                    "Name": "Material",
                    "Value": "PU Leather,TPU"
                },
                {
                    "Name": "Packaging Type",
                    "Value": "Simple PP Bag"
                },
                {
                    "Name": "Surface Workmanship",
                    "Value": "N/A"
                },
                {
                    "Name": "Texture",
                    "Value": "N/A"
                },
                {
                    "Name": "Gross Weight",
                    "Value": "0.085kg"
                },
                {
                    "Name": "Volume Weight",
                    "Value": "0.074kg"
                },
                {
                    "Name": "Length",
                    "Value": "18.000cm"
                },
                {
                    "Name": "Width",
                    "Value": "8.000cm"
                },
                {
                    "Name": "Height",
                    "Value": "2.300cm"
                },
                {
                    "Name": "Weight",
                    "Value": "0.076kg"
                },
                {
                    "Name": "EAN",
                    "Value": ""
                },
                {
                    "Name": "PackageLength",
                    "Value": "59.000cm"
                },
                {
                    "Name": "PackageWidth",
                    "Value": "40.000cm"
                },
                {
                    "Name": "PackageHeight",
                    "Value": "35.000cm"
                },
                {
                    "Name": "PackageQuantity",
                    "Value": "210"
                },
                {
                    "Name": "With Retail Packaging",
                    "Value": "No"
                }
            ],
            "LeadTime": "1 - 3 days",
            "GrossWeight": 0.085,
            "VolumeWeight": 0.074,
            "Length": 18.000,
            "Width": 8.000,
            "Height": 2.300,
            "CompatibleList": [
                {
                    "Brand": "TCL",
                    "Model": "TCL K70 Power 4G",
                    "Versions": [],
                    "DisplayName": "TCL K70 Power 4G",
                    "Code": "A00680126"
                },
                {
                    "Brand": "TCL",
                    "Model": "TCL K70 4G",
                    "Versions": [],
                    "DisplayName": "TCL K70 4G",
                    "Code": "A00680130"
                },
                {
                    "Brand": "TCL",
                    "Model": "TCL",
                    "Versions": [],
                    "DisplayName": "TCL",
                    "Code": "A0068"
                }
            ],
            "Modified": "2026-06-03T01:27:43",
            "Added": "2026-05-11T17:45:12",
            "StockStatus": 2,
            "PackageList": [
                "1 x Leather Phone Case",
                "1 x Strap Other items not included"
            ],
            "CacheTime": "2026-06-04T07:05:48",
            "Attributes": {
                "Color": "Red"
            },
            "CustomsCode": "8517709000",
            "LogisticsTags": "Weak_Magnetism",
            "From": "http://172.30.0.189/tm/"
        }
    ],
    "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