This endpoint retrieves stock updates for offers from a specific seller within a channel. It allows you to sync inventory changes for a particular seller’s offers over time.
Returns a filtered list of stock changes that occurred after a specified timestamp for a specific seller.
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.
Timestamp to filter stock updates. Only updates after this time will be returned.
Format: ISO 8601 timestamp
ID of the seller whose stock updates should be returned. A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
^\w{1,50}$"4711"
Successful response with stock updates for the specified seller
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"