«
| merchantId | productId | skuId | skusId | quantity |
|---|---|---|---|---|
| merchant_01 | product01 | sku01 | skusId01 | 1 |
{
"skuId": "${sku01}",
"marketplace": "<marketPlace>",
"quantity": 2
}{
"title": "Bad Request"
}| marketPlace | |
|---|---|
| tmall | |
| taobao | |
| 1688 |
| merchantId | productId | skuId | skusId | quantity |
|---|---|---|---|---|
| merchant_01 | product01 | sku01 | skusId01 | 1 |
| X-Tenant | <tenant> |
|---|
{
"skuId": "${sku01}",
"marketplace": "<marketPlace>",
"quantity": 2
}{
"title": "sku_not_found"
}| marketPlace | tenant | |
|---|---|---|
| tmall | ||
| taobao | tenantBatKy | |
| 1688 |
| merchantId | productId | skuId | skusId | quantity |
|---|---|---|---|---|
| merchant_01 | product01 | sku01 | skusId01 | 1 |
| X-Tenant | m26 |
|---|
{
"skuId": "${sku01}",
"marketplace": "<marketPlace>",
"quantity": 2
}| marketPlace | |
|---|---|
| tmall | |
| taobao | |
| 1688 |
| X-Tenant | m26 |
|---|
{
"skuId": "sanphambatky",
"marketplace": "<marketPlace>",
"quantity": 2
}{
"title": "sku_not_found"
}| marketPlace | |
|---|---|
| tmall | |
| taobao | |
| 1688 |
| merchantId | productId | skuId | skusId | quantity |
|---|---|---|---|---|
| merchant_01 | product01 | sku01 | skusId01 | 1 |
| X-Tenant | m26 |
|---|
{
<requestBody>
}{
<response>
}| marketPlace | requestBody | status | response | |
|---|---|---|---|---|
| tmall | "skuId": "${sku01}", "marketplace": "taobao", "quantity": 2 | 400 | "title": "sku_not_found" | |
| taobao | "skuId": "${sku01}", "marketplace": "", "quantity": 2 | 400 | "title": "sku_not_found" | |
| 1688 | "skuId": "${sku01}", "marketplace": "marketPlaceLinhTinh", "quantity": 2 | 400 | "title": "sku_not_found" | |
| tmall | "skuId": "${sku01}", "marketplace": "tmall", "quantity": null | 400 | "title": "Bad Request" | |
| 1688 | "skuId": "${sku01}", "marketplace": "1688", "quantity": "" | 400 | "title": "Bad Request" | |
| taobao | "marketplace": "taobao", "quantity": 2 | 400 | "title": "sku_not_found" | |
| tmall | "skuId": "${sku01}", "quantity": 2 | 400 | "title": "sku_not_found" | |
| 1688 | "skuId": "${sku01}", "marketplace": "1688" | 500 | "error": "Internal Server Error" |
| merchantId | productId | skuId | skusId | quantity |
|---|---|---|---|---|
| merchant_01 | product01 | sku01 | skusId01 | 1 |
| X-Tenant | m26 |
|---|
{
"skuId": "${sku01}",
"marketplace": "<marketPlace>",
<productSellingType>
"quantity": 2
} {
"itemId": "${product01}",
"skuId": "${sku01}",
"quantity": 2,
"marketplace": "<marketPlace>",
"productSellingType": null
}| marketPlace | productSellingType | |
|---|---|---|
| tmall | "productSellingType": null, | |
| taobao | ||
| 1688 | "productSellingType": null, |