Improved
Time-range filtering (Epoch) for Admin list APIs
December 15th, 2025
- Read all subscriptions (Admin API): new optional createdAt time-range filters have been added to support incremental syncs using Unix epoch:
createdAtStartEpochcreatedAtEndEpoch
- Read all past orders (Admin api) : new optional
shopifyCreatedAttime-range filters have been added (based on Shopify order creation time):shopifyCreatedAtStartEpochshopifyCreatedAtEndEpoch
Compatibility / Impact
No breaking changes: These are additive query parameters; existing requests behave the same if filters aren’t provided.
