latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Inventory items
Gets an inventory item by ID
Retrieves the details of an inventory item. You must supply the unique identifier of the inventory item.
get/inventory-items/{id}
Path parameters
idstring required
Inventory item identifier.
Response
OK.
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"
}