/inventory-transactions/

API endpoint that allows InventoryTransaction Adjustments to be viewed.

Note

There are two different types of inventory shelf transaction adjustments:

  • Inventory Movement: Moving inventory from one location to another, for example, moving
    an inventory from a backstock location to a pickable location; or a pickable location
    to a defective location.
  • Inventory Adjustment: Cycle counting and adjusting up or down inventory in that location.

Retrieve Inventory Adjustments list including search & filters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
string
string
string
string
string
string
string
string
string

Cursor-based forward pagination. Returns only records with id strictly greater than the given value. Use the id of the last record in the previous page to fetch the next page.

string

Cursor-based backward pagination. Returns only records with id strictly less than the given value. Use the id of the first record in the current page to fetch the previous page.

string

Return records created on or after this datetime. Accepts ISO 8601 format (e.g. 2024-01-15T00:00:00Z).

string

Return records created on or before this datetime. Accepts ISO 8601 format (e.g. 2024-01-15T23:59:59Z).

string

Return records updated on or after this datetime. Accepts ISO 8601 format (e.g. 2024-01-15T00:00:00Z).

string

Return records updated on or before this datetime. Accepts ISO 8601 format (e.g. 2024-01-15T23:59:59Z).

string

Sort results by one or more fields. Allowed fields: created, updated, id. Prefix with - for descending order (e.g. -created). Default: -created.

integer

Number of results to return per page.

integer

The initial index from which to return the results.

string

Filter by SKU

string

Filter by Barcode

number

Filter by Warehouse

string

Filter by Lot Number

string

Filter by Manufacture Date %Y-%m-%d

string

Filter by Best Before Date %Y-%m-%d

string

Filter by Expiry Date %Y-%m-%d

string

Filter by Received Date %Y-%m-%d

string

Filter by Inventory Type
pickable, backstock, production, defective, staging, in_transit

Responses

400

Bad Request

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json