Inventory

List all inventory

get
Authorizations
AuthorizationstringRequired

Prefix the value with "ApiKey" to indicate the custom authorization type

Query parameters
pageinteger · int32Optional

The page number to request (1 based)

Default: 1Example: 1
sizeinteger · int32Optional

The number of results to return in a page

Default: 100Example: 10
personIdstringOptional

Id of a person to which inventory is assigned

Example: 00000000-0000-0000-0000-000000000000
warehouseIdstringOptional

Id of a warehouse to which inventory is assigned

Example: 00000000-0000-0000-0000-000000000000
officeIdstringOptional

Id of an office to which inventory is assigned

Example: 00000000-0000-0000-0000-000000000000
categoriesstring[]Optional

The code of the categories

Example: COMPUTER
skuIdsstring · uuid[]Optional

Ids of SKU

Example: 203a5df2-423a-43a9-bb19-1ccaf3434b91,35e309cf-9eaf-4656-aafc-65c92716547d
searchStringstringOptional

Keyword to search for

Example: Air
updatedAtFromstring · date-timeOptional

UTC Date-time to filter inventory updated after (ISO-8601 without timezone)

Example: 2007-12-03T10:15:30
updatedAtTostring · date-timeOptional

UTC Date-time to filter inventory updated before (ISO-8601 without timezone)

Example: 2007-12-03T10:15:30
Responses
chevron-right
200

OK

application/json

A piece of inventory

idstring · uuidRequiredExample: ecb7e933-de1e-9830-b180-b25d1d0d296e
skuIdstring · uuidRequiredExample: 203a5df2-423a-43a9-bb19-1ccaf3434b91
serialNumberstringOptionalExample: 25f2e6ea9a
deployStatusstring · enumRequiredExample: ARCHIVEDPossible values:
deployReasonstring · enumOptionalExample: LOST_BY_WORKERPossible values:
conditionstring · enumRequiredExample: NEWPossible values:
categoryCodestringRequiredExample: TSHIRT
categoryNameOfSkustringRequiredExample: T-shirt
skuTitlestringRequiredExample: T-shirt White - 5XL
vendorCodestringRequiredExample: AWESOME_MERCHANDISE
vendorSkustringRequiredExample: TSHRT_5XL_WHITE
createdAtstring · date-timeRequired
updatedAtstring · date-timeRequired
renewalDatestring · dateOptionalExample: 2026-02-09
renewalDateUpdatedBystring · enumOptionalExample: oPossible values:
billingStartDatestring · dateOptionalExample: 2026-02-09
billingEndDatestring · dateOptionalExample: 2028-02-09
procurementMethodstringOptionalExample: Inventory Order - #c853d81c-ba0b-4027-a394-d5586b61608c
get
/api/inventory