This endpoint retrieves all stock updates across all sellers for a channel. It provides a comprehensive view of inventory changes from all sellers associated with the authenticated channel.
This endpoint is ideal for:
updatedAfter parameter with the previous lastUpdatedAt value to fetch only new changesThis API endpoint has a stricter rate limit.
As a Channel Integrator you will receive a API Refresh Token. With such a Refresh Token you need to request an Access Token with a limited Lifetime (see POST /v1/auth). This Access Token must be provided as a Bearer Token in the Authorization Header with every request.
Filters stock updates to return only those modified after the specified date and time.
Successful response with stock updates from all sellers
Response containing a list of stock updates and the timestamp of the last update
List of stock update objects containing inventory changes
ISO 8601 timestamp indicating the lastest date of stock updates in the current list. Use this value
as the updatedAfter parameter in subsequent requests to fetch only new stock updates.
"2025-12-29T14:13:06+00:00"