latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Inventory items
Updates an inventory item
Updates an inventory item.
post/inventory-items/{id}
Path parameters
idstring required
Inventory item identifier.
Request body
Example request
{
"manufacturerId": "84f18544-e6ab-44bb-b543-56c7b30fb6ca",
"partNumber": "SWG1224J10L",
"eccn": "EAR99",
"hsCode": "6404.20",
"countryOfOrigin": "US"
}Response
201 Created
Example response
{
"id": "5823594809",
"createdTime": "2018-04-25T20:36:00Z",
"manufacturerId": "84f18544-e6ab-44bb-b543-56c7b30fb6ca",
"eccn": "EAR99",
"hsCode": "6404.20",
"partNumber": "SWG1224J10L",
"countryOfOrigin": "US",
"updatedTime": "2018-04-25T20:36:00Z"
}