Retrieve a product info by customerProductId

    Retrieve a product info by customerProductId


    Article summary

    Get
    /v2/{accessKey}/product/customerProductId/{customerProductId}
    Header parameters
    Authorization
    stringRequired

    Authorization: Bearer

    Path parameters
    accessKey
    stringRequired

    Customer access key

    customerProductId
    stringRequired

    Customer product id

    Responses
    200

    200

    Result
    "{\n    \"productId\": \"1004\",\n    \"customerProductId\": \"SHOPLIVE_PRODUCT_4\",\n    \"name\": \"Mug\",\n    \"brand\": \"SHOPLIVE\",\n    \"description\": null,\n    \"url\": \"https://www.shoplive.cloud/en\",\n    \"sku\": \"SKU004\",\n    \"imageUrl\": \"https://image.shoplive.cloud/b22c72c7-d2f8-49c3-83f0-314c59740649.jpeg\",\n    \"currency\": \"USD\",\n    \"showPrice\": true,\n    \"originalPrice\": 10.0,\n    \"discountPrice\": 7.0,\n    \"discountRate\": 30.0,\n    \"enableAuction\": true,\n    \"bidStartingPrice\": 7.0,\n    \"bidDuration\": 120,\n    \"bidIncrementalAmount\": 1.0,\n    \"extendBidDuration\": true,\n    \"locked\": false,\n    \"seller\": {\n        \"sellerId\": \"1\",\n        \"name\": \"Shoplive Product Store\",\n        \"profileUrl\": \"https://image.shoplive.cloud/7910e586-19a4-4740-804b-5f9da02e6939.jpg\",\n        \"storeUrl\": \"https://shoplive.cloud\",\n        \"description\": \"Description of the seller\",\n        \"schemes\": null\n    },\n    \"createdAt\": \"2022-05-20T08:01:05Z\",\n    \"updatedAt\": \"2022-05-20T11:27:34Z\",\n}"
    4XX

    4XX

    Result
    "{\n    \"_s\": -000,\n    \"_e\": \"Error message\"\n}"