Get Stock Item Updates for Outlet

Lists inventory update log entries for stock items in a given outlet.

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

Returns a comprehensive history of stock updates for all stock items in a given outlet.

Providing a date or a range of dates to filter on is mandatory. If a range of dates is provided, it may not exceed 31 days.

For transfer events returned by this endpoint, the destination_outlet attribute provides information about the outlet that received the transfer.

🚧

Results are not guaranteed to be ordered by default.

Use the ?ordering query param to specify a field to order results by. Refer to the documentation page about pagination to learn more about this filter.

All fields returned by this endpoint, except for nested objects, are valid ordering options. Results can also be ordered in reverse order by adding a minus sign (-) before the name of the field.

Path Params
string
required

An outlet's ID.

Query Params
date

Filter by the inventory event date (YYYY-MM-DD). Required if no event_date__date__gte/lte range is provided.

date

Start of the inventory event date range (YYYY-MM-DD). Must be used together with event_date__date__lte.

date

End of the inventory event date range (YYYY-MM-DD). Must be used together with event_date__date__gte.

string

Filter by the inventory event time (HH:MM:SS).

string

Filter inventory events occurring at or after this time (HH:MM:SS).

string

Filter inventory events occurring at or before this time (HH:MM:SS).

date

Filter by event modification date (YYYY-MM-DD).

date

Filter events modified on or after this date (YYYY-MM-DD).

date

Filter events modified on or before this date (YYYY-MM-DD).

string

Filter by updated time (HH:MM:SS).

string

Filter events modified at or after this time (HH:MM:SS).

string

Filter events modified at or before this time (HH:MM:SS).

date

Filter by event creation date (YYYY-MM-DD).

date

Filter events created on or after this date (YYYY-MM-DD).

date

Filter events created on or before this date (YYYY-MM-DD).

string

Filter by event creation time (HH:MM:SS).

string

Filter events created at or after this time (HH:MM:SS).

string

Filter events created at or before this time (HH:MM:SS).

string

Comma separated list of stock item IDs to filter.

string

Comma separated list of stock item IDs to filter.

string

Comma separated list of ingredient IDs to filter.

string

Comma separated list of destination outlet IDs to filter (transfer events).

string

Comma separated list of source recipe IDs to filter.

string

Filter by ingredient accounting category (case-insensitive).

string

Filter by ingredient category (case-insensitive).

string

Filter by ingredient subcategory (case-insensitive).

string
enum

Filter by inventory event type.

Allowed:
string
enum

Comma separated list of inventory event types to filter.

Allowed:
number

Filter by stock value of the event.

number

Filter events with stock value greater than this amount.

number

Filter events with stock value less than this amount.

number

Filter by quantity of the stock item in the event.

number

Filter events with quantity greater than this amount.

number

Filter events with quantity less than this amount.

number

Filter by resulting stock value.

number

Filter logs with resulting stock value greater than this amount.

number

Filter logs with resulting stock value less than this amount.

number

Filter by resulting quantity.

number

Filter logs with resulting quantity greater than this amount.

number

Filter logs with resulting quantity less than this amount.

Response

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