- Print
Update products
- Print
Authorization: Bearer
Customer access key
Automatically generated unique product ID(either productId or customerProductId is required)
Customer's product ID and must be unique(either productId or customerProductId is required)
Product name
Brand name
Brand key
Description of the product
Product URL. When clicking the product info on the Shoplive Player, this is the destination URL.
Product SKU information (defined by the customer)
Product thumbnail image URL
Currency of the price
Whether show the price or not.
e.g. 20.00 ($20.00 if the currency is USD)
e.g. 15.00 ($20.00 if the currency is USD)
e.g. 25.00 (if the discount rate is 25%)
Whether the product supports an auction
Starting price of the auction. (e.g. 0.99) This value is required when the enableAuction
is true.
Maximum price of the auction. (e.g. 100.99)
Bidding time of the auction in seconds. This value is required when the enableAuction
is true.
The incremental amount of the bidding. (e.g. 1.00) This value is required when the enableAuction
is true.
Whether to extend the remaining time to bid. If there is a bid when the remaining time is less than 10 seconds, the time will be increased by 10 seconds. The default value is true
.
Seller ID
200
"{\n \"results\" : [ \n {\n \"productId\": 1001,\n \"name\": \"Keyring\",\n \"brand\": \"SHOPLIVE\",\n \"description\": \"Keyring description\",\n \"url\": \"https://www.shoplive.cloud/en\",\n \"sku\": \"SKU001\",\n \"imageUrl\": \"https://image.shoplive.cloud/e05d1464-1942-4e4e-bb0b-c4310167d465.jpeg\",\n \"currency\": \"USD\",\n \"showPrice\": true,\n \"originalPrice\": 20.0,\n \"discountPrice\": 10.0,\n \"discountRate\": 50.0,\n \"enableAuction\": false,\n \"bidStartingPrice\": null,\n \"bidDuration\": null,\n \"bidIncrementalAmount\": null,\n \"extendBidDuration\": null,\n \"locked\": false,\n \"seller\": null,\n \"createdAt\": \"2022-11-30T08:01:04Z\",\n \"updatedAt\": \"2022-11-30T12:06:02Z\",\n \t\"message\": null,\n \"status\": \"UPDATE\"\n },\n {\n \"productId\": 10000000,\n \"name\": \"Mug\",\n \"brand\": \"SHOPLIVE\",\n \"description\": \"Mug description\",\n \"url\": \"https://www.shoplive.cloud/en\",\n \"sku\": \"SKU002\",\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\": null,\n \"createdAt\": null,\n \"updatedAt\": null,\n \t\"message\": \"The product does not exist.\",\n \"status\": \"FAIL\"\n }\n ],\n \"successCount\": 1,\n \"warnCount\": 0,\n \"failCount\": 1,\n \"totalCount\": 2\n}\n"
4XX
"{\n \"_s\": -000,\n \"_e\": \"Error message\"\n}"