Inventory Lot

Create a new inventory lot.

post/api/inventory-lots

Request body

namestring nullable

The name of the lot. It is not guaranteed to be unique inventory-wide, but only within an item.

itemIdstring required

The item id that is associated to this lot. Please reference /api/items endpoint.

expirationDatestring date-time nullable

The date that this lot is supposed to expire.

Response

Item created

idstring required

The id of the created record

Changes

No recorded changes to this endpoint across all 11 revisions of this API.