Catalog
Get Changes
Retrieve products that changed since a given timestamp for incremental sync
GET
Returns products ordered byDocumentation Index
Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
updated_at ascending, filtered to only include products updated after the specified timestamp. Designed for incremental sync patterns — call periodically with the sync_timestamp from the previous response to get only new changes.
ISO 8601 timestamp. Only products updated after this time are returned.
Number of products per page (1-200).
Cursor for pagination. Use
next_cursor from the previous response.Optional filter to a specific catalog schema.
Optional filter by product status (
draft, active, archived).Array of products updated after the
since timestamp, ordered oldest-first.Cursor for the next page.
null when no more results.Whether there are more pages to fetch.
Server timestamp at query start. Store this and pass it as
since on your next sync cycle to ensure no changes are missed.
