Inventory Transaction
List inventory transactions
Get a list of inventory transactions for the specified business id and branch id. List can be filtered by transaction type, deleted status, compensating transaction status, and update time range.
get/api/business/{businessId}/branch/{branchId}/inventorytransaction
Path parameters
businessIdstring required
branchIdstring required
Query parameters
typestring
type of transaction to filter by
deletedboolean
filter by deleted status
compensatingTransactionboolean
filter by compensating transaction status
updated_fromstring
date-time from which the transactions have been updated onwards
updated_tostring
date-time to which the transactions have been updated backwards
number of inventory transaction records to return, max is 100
page number, default is 0 and is optional
Response
Inventory transactions listed