tvcmall_openapi
  1. Product
tvcmall_openapi
  • 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 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
    • Get the details of the specified product with images
      GET
  • Order
    • Create order
      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
https://openapi.tvc-mall.com/OpenApi/Product/Detail
Last modified:2024-03-15 01:40:18
Maintainer:Alfred.Tvc
Get the details of the specified product

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.tvc-mall.com/OpenApi/Product/Detail?ItemNo=10000007A' \
--header 'Authorization: 2+s8CDVEwkmRHSJ9lorE5Q=='

Responses

🟢200success
application/json
Body

Example
{
    "Detail": {
        "ItemNo": "10000007A",
        "EanCode": "",
        "CategoryCode": "C003700020040",
        "Name": "ENKAY ENK-1001 9.7-inch Neoprene Bag Case for iPad Air iPad 2 3 4 - Black",
        "Summary": "ENKAY ENK-1001 9.7-inch Neoprene Bag Case for iPad Air iPad 2 3 4 - Black",
        "Description": "<h5 class='system-title'>ENKAY ENK-1001 9.7-inch Neoprene Bag Case for iPad Air iPad 2 3 4 - Black</h5>\n<div class='system-intro'></div>\n<div class='system-description'><ul class=\" list-paddingleft-2\" style=\"list-style-type: disc;\"><li><p>Neoprene and nylon materials, exquisite construction</p></li><li><p>Waterproof, shockproof and impact-resistant</p></li><li><p>Multiple slots on the back for mobile accessories storage</p></li><li><p>No retail packaging</p></li></ul><p><strong>Compatible with:</strong></p><ul class=\" list-paddingleft-2\" style=\"list-style-type: disc;\"><li><p>iPad Air</p></li><li><p>iPad 4</p></li><li><p>iPad 3</p></li><li><p>iPad 2</p></li></ul><p><strong>Package included:</strong></p><ul class=\" list-paddingleft-2\" style=\"list-style-type: disc;\"><li><p>1 x ENKAY ENK-1001 9.7-inch Neoprene Bag Case for iPad Air iPad 2 3 4 - Black</p></li><li><p>Accessory only, device not included</p></li></ul><p></p></div>\n",
        "ProductStatus": 2,
        "WithPackage": 0,
        "Reminder": null,
        "MOQ": 1,
        "IsSpecialOffer": false,
        "Price": 4.62,
        "OriginalPrice": 4.62,
        "PromotionPrice": 4.62,
        "PromotionPeriod": "",
        "PriceList": [
            {
                "MinimumQuantity": 1,
                "UnitPrice": 4.62,
                "Invalid": false,
                "CurrentInterval": true
            },
            {
                "MinimumQuantity": 4,
                "UnitPrice": 4.27,
                "Invalid": false,
                "CurrentInterval": false
            },
            {
                "MinimumQuantity": 25,
                "UnitPrice": 4.08,
                "Invalid": false,
                "CurrentInterval": false
            },
            {
                "MinimumQuantity": 50,
                "UnitPrice": 3.94,
                "Invalid": false,
                "CurrentInterval": false
            },
            {
                "MinimumQuantity": 100,
                "UnitPrice": 3.87,
                "Invalid": false,
                "CurrentInterval": false
            }
        ],
        "SpecificationList": [
            {
                "Name": "Brand",
                "Value": "Enkay"
            },
            {
                "Name": "Color",
                "Value": "Black"
            },
            {
                "Name": "Material",
                "Value": "Neoprene, Nylon"
            },
            {
                "Name": "Gross Weight",
                "Value": "0.162kg"
            },
            {
                "Name": "Volume Weight",
                "Value": "0.128kg"
            },
            {
                "Name": "Length",
                "Value": "26.500cm"
            },
            {
                "Name": "Width",
                "Value": "21.500cm"
            },
            {
                "Name": "Height",
                "Value": "1.000cm"
            },
            {
                "Name": "Weight",
                "Value": "0.145kg"
            },
            {
                "Name": "EAN",
                "Value": ""
            },
            {
                "Name": "With Retail Packaging",
                "Value": "No"
            }
        ],
        "LeadTime": "Out of Stock",
        "GrossWeight": 0.162,
        "VolumeWeight": 0.128,
        "Length": 26.500,
        "Width": 21.500,
        "Height": 1.000,
        "CompatibleList": [
            {
                "Brand": "Apple",
                "Model": "iPad Air (2013)",
                "Versions": [],
                "DisplayName": "iPad Air (2013)"
            },
            {
                "Brand": "Apple",
                "Model": "iPad 3",
                "Versions": [],
                "DisplayName": "iPad 3"
            },
            {
                "Brand": "Apple",
                "Model": "iPad 4",
                "Versions": [],
                "DisplayName": "iPad 4"
            },
            {
                "Brand": "Apple",
                "Model": "iPad 2",
                "Versions": [],
                "DisplayName": "iPad 2"
            }
        ],
        "Modified": "2021-11-30T17:40:46",
        "Added": "2014-10-09T17:02:17",
        "StockStatus": 4,
        "PackageList": null,
        "CacheTime": "2023-12-04T06:39:02",
        "Attributes": null
    },
    "ModelList": []
}
🟢200unauthorized
Modified at 2024-03-15 01:40:18
Previous
Search products
Next
Get status of a list of products
Built with