Inventory
Authorizations
Query parameters
pageinteger · int32OptionalDefault:
The page number to request (1 based)
1
Example: 1
sizeinteger · int32OptionalDefault:
The number of results to return in a page
100
Example: 10
personIdstringOptionalExample:
Id of a person to which inventory is assigned
00000000-0000-0000-0000-000000000000
warehouseIdstringOptionalExample:
Id of a warehouse to which inventory is assigned
00000000-0000-0000-0000-000000000000
officeIdstringOptionalExample:
Id of an office to which inventory is assigned
00000000-0000-0000-0000-000000000000
categoriesstring[]OptionalExample:
The code of the categories
COMPUTER
skuIdsstring · uuid[]OptionalExample:
Ids of SKU
203a5df2-423a-43a9-bb19-1ccaf3434b91,35e309cf-9eaf-4656-aafc-65c92716547d
searchStringstringOptionalExample:
Keyword to search for
Air
updatedAtFromstring · date-timeOptionalExample:
UTC Date-time to filter inventory updated after (ISO-8601 without timezone)
2007-12-03T10:15:30
updatedAtTostring · date-timeOptionalExample:
UTC Date-time to filter inventory updated before (ISO-8601 without timezone)
2007-12-03T10:15:30
Responses
200
OK
application/json
400
Bad request
application/json
403
Forbidden
*/*
404
Not Found
*/*
get
GET /api/inventory HTTP/1.1
Host: apipub.firstbasehq.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "ecb7e933-de1e-9830-b180-b25d1d0d296e",
"skuId": "203a5df2-423a-43a9-bb19-1ccaf3434b91",
"serialNumber": "25f2e6ea9a",
"deployStatus": "ARCHIVED",
"deployReason": "LOST_BY_WORKER",
"condition": "NEW",
"categoryCode": "TSHIRT",
"categoryNameOfSku": "T-shirt",
"skuTitle": "T-shirt White - 5XL",
"vendorCode": "AWESOME_MERCHANDISE",
"vendorSku": "TSHRT_5XL_WHITE",
"createdAt": "2025-07-26T22:42:56.650Z",
"updatedAt": "2025-07-26T22:42:56.650Z",
"renewalDate": "2026-02-09",
"renewalDateUpdatedBy": "o",
"billingStartDate": "2026-02-09",
"billingEndDate": "2028-02-09",
"procurementMethod": "Inventory Order - #c853d81c-ba0b-4027-a394-d5586b61608c",
"returnOrder": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "PENDING",
"createdAt": "2025-07-26T22:42:56.650Z",
"returnOrderItemId": "123e4567-e89b-12d3-a456-426614174000",
"returnOrderItemStatus": "PENDING",
"retrievalMethod": {
"0": "[",
"1": "C",
"2": "i",
"3": "r",
"4": "c",
"5": "u",
"6": "l",
"7": "a",
"8": "r",
"9": " ",
"10": "R",
"11": "e",
"12": "f",
"13": "e",
"14": "r",
"15": "e",
"16": "n",
"17": "c",
"18": "e",
"19": "]",
"type": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "REQUESTED",
"inboundTrackingCode": "text",
"inboundTrackingLink": "text",
"outboundTrackingCode": "text",
"outboundTrackingLink": "text",
"updatedAt": "2025-07-26T22:42:56.650Z"
}
},
"assignedTo": {
"id": "371da231-5878-45b1-80a3-9113f8795c29",
"type": "PERSON",
"label": "San Francisco's office",
"assignedAt": "2025-07-26T22:42:56.650Z"
},
"tags": [
{
"id": "8e0caa73-cc71-4aa4-88eb-fca494de8e20",
"label": "Engineering"
}
],
"pricing": {
"regionCode": "text",
"priceOption": "text",
"price": 1,
"currencyCode": "text"
}
}
]