POST
/
inventoryitems

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Body

id
string

The unique identifier of the inventory item.

sku
string

The stock keeping unit of the inventory item.

description
string

The description of the inventory item.

size
string

The size of the inventory item.

incoming
integer

The quantity of incoming inventory item.

color
string

The color of the inventory item.

warehouse
integer

The identifier of the warehouse where the inventory item is stored.

arriving
string

The date when the inventory item is expected to arrive.

purchase_order_id
string

The identifier of the purchase order for the inventory item.

available
integer

The quantity of available inventory item.

deliveryDate
string

The date when the inventory item is delivered.

arrivalDate
string

The date when the inventory item arrived.

upc
string

The universal product code of the inventory item.

restock_date
string

The date when the inventory item is scheduled to be restocked.