24 September 2025
OrdersGraphQL
From now on, you don't need to specify a value for 
startsAt when you want to create a Recurring Order that will start immediately.
With this change, the platform sets the current date and time as the default value for startsAt.Changes:
- [API] Changed the 
startsAtfield to be optional in RecurringOrderDraft. - [GraphQL API] Changed the 
startsAtfield to be optional in theRecurringOrderDraftinput type.