← Tools Reference

Firstbase

Firstbase integration (Productivity). Imported from open-connector.

API key6 toolshttps://apipub.firstbasehq.com
GET
firstbase_list_inventory
List inventory items owned by the authenticated Firstbase organization.

/api/v1/inventory

16 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request.
sizeintegeroptionalThe number of results to return in a page.
personIdstringoptionalID of the person to which inventory is assigned.
warehouseIdstringoptionalID of the warehouse to which inventory is assigned.
officeIdstringoptionalID of the office to which inventory is assigned.
categoriesarrayoptionalCategory codes to filter by.
deployStatusesarrayoptionalDeployment statuses to filter by. Deprecated statuses rejected by Firstbase are…
skuIdsarrayoptionalSKU IDs to filter by.
searchStringstringoptionalKeyword that searches description, manufacturer, category, title, and serial nu…
updatedAtFromstringoptionalUTC date-time in Firstbase's documented ISO 8601-compatible format.
updatedAtTostringoptionalUTC date-time in Firstbase's documented ISO 8601-compatible format.
assignedEmailstringoptionalEmail address of the person to which inventory is assigned.
serialNumberarrayoptionalInventory serial numbers to filter by.
vendorSkuarrayoptionalVendor SKUs to filter by.
sortBystringoptionalField to sort inventory by.
sortDirectionstringoptionalDirection for inventory sorting.
GET
firstbase_get_inventory
Get one inventory item by Firstbase inventory ID.

/api/v1/inventory/{inventoryId}

1 parameter
ParamTypeRequiredDescription
inventoryIdstringrequiredThe Firstbase inventory ID to retrieve.
GET
firstbase_list_catalog_skus
List catalog SKUs available to the authenticated Firstbase organization.

/api/v1/catalog/skus

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request.
sizeintegeroptionalThe number of results to return in a page.
categoriesarrayoptionalCategory codes to filter by.
GET
firstbase_get_catalog_sku
Get one catalog SKU by Firstbase SKU ID.

/api/v1/catalog/skus/{skuId}

1 parameter
ParamTypeRequiredDescription
skuIdstringrequiredThe Firstbase SKU ID to retrieve.
GET
firstbase_list_brands
List brands available for Firstbase asset creation.

/api/v1/brands

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request.
sizeintegeroptionalThe number of results to return in a page, from 1 to 100.
codestringoptionalFilter by an exact Firstbase code.
namestringoptionalFilter by a case-insensitive partial name match.
activebooleanoptionalWhether to return active metadata records.
GET
firstbase_list_categories
List product categories available for Firstbase asset creation.

/api/v1/categories

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request.
sizeintegeroptionalThe number of results to return in a page, from 1 to 100.
codestringoptionalFilter by an exact Firstbase code.
namestringoptionalFilter by a case-insensitive partial name match.
activebooleanoptionalWhether to return active metadata records.