12 September 2025
Composable Commerce
HTTP API
Enhancement
OrdersGraphQL
We've added the store and storeRef fields to the RecurringOrder GraphQL type. With this change, the HTTP API and GraphQL API are now aligned.

Changes:

  • [GraphQL API] Changed the RecurringOrder type:
    • Added the store field to the RecurringOrder type.
    • Added the storeRef field to the RecurringOrder type.

The following changes were introduced in terms of GraphQL SDL:

extend type RecurringOrder {
  store: Store
  storeRef: KeyReference
}