POST Product/SetInventory

Set single or multiple product inventories

Request Information

URI Parameters

None.

Body Parameters

Collection of ProductInventory
NameDescriptionTypeAdditional information
Sku

string

None.

Inventory

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Sku": "sample string 1",
    "Inventory": 2
  },
  {
    "Sku": "sample string 1",
    "Inventory": 2
  }
]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.