List storefront activity
Storefront Activity
List storefront activity
List recent configuration and inventory-source changes on the storefront. Supports filters by resource type (INVENTORY_SOURCE, AGENT), inventory source ID, action, and date range.
GET
List storefront activity
Authorizations
API key or access token
Query Parameters
ISO timestamp; only include audit logs at or after this time
Example:
"2026-03-01T00:00:00Z"
ISO timestamp; only include audit logs at or before this time
Example:
"2026-04-01T00:00:00Z"
Filter to a single storefront inventory source by source ID
Example:
"source_abc123"
Filter to a subset of storefront resource types. Defaults to all storefront resource types.
Available options:
STOREFRONT, STOREFRONT_INVENTORY_SOURCE Number of results to return (max 500)
Required range:
x <= 500Example:
50
Number of results to skip for pagination
Required range:
0 <= x <= 9007199254740991Example:
0