POST api/BulkChangeProductSku

Request Information

URI Parameters

None.

Body Parameters

Collection of ProductChangeSku
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

ProductChangeSku
NameDescriptionTypeAdditional 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"
}