Gormic supports delta-based data exporting to allow clients to efficiently sync only the data that has changed since a specific point in time.
Delta exporting uses three key fields to control and continue syncing:
updatedSince
The ISO timestamp to fetch records modified after. Use this to start your export.
offset
A cursor value returned from the previous response, used to continue pagination within the same updatedSince .
Continue until next is no longer included in the response, indicating that there are no more records to fetch.
next
Export APIs for resources like orders, products, reservations, and more are documented individually in the API Reference.
Last updated 7 months ago