Improved

Time-range filtering (Epoch) for Admin list APIs


  • Read all subscriptions (Admin API): new optional createdAt time-range filters have been added to support incremental syncs using Unix epoch:
    • createdAtStartEpoch
    • createdAtEndEpoch

  • Read all past orders (Admin api) : new optional shopifyCreatedAt time-range filters have been added (based on Shopify order creation time):
    • shopifyCreatedAtStartEpoch
    • shopifyCreatedAtEndEpoch

Compatibility / Impact

No breaking changes: These are additive query parameters; existing requests behave the same if filters aren’t provided.