POST api/BulkChangeProductSku
Request Information
URI Parameters
None.
Body Parameters
Collection of ProductChangeSku| Name | Description | Type | Additional information |
|---|---|---|---|
| Sku_new | string |
None. |
|
| Sku_old | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Sku_new": "sample string 1",
"Sku_old": "sample string 2"
},
{
"Sku_new": "sample string 1",
"Sku_old": "sample string 2"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ProductChangeSku| Name | Description | Type | Additional information |
|---|---|---|---|
| Sku_new | string |
None. |
|
| Sku_old | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Sku_new": "sample string 1",
"Sku_old": "sample string 2"
}