Stock Updates (All Sellers)
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:
- Periodic synchronization: Regularly poll for stock updates across all sellers to keep inventory in sync
- Incremental updates: Use the
updatedAfterparameter with the previouslastUpdatedAtvalue to fetch only new changes
This API endpoint has a stricter rate limit.
Authorizations
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.
Query Parameters
Filters stock updates to return only those modified after the specified date and time.
Response
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"