Ascending order ID sorting for customer orders in the GraphQL Storefront API
BigCommerce is rolling out an additional sort option for a customer’s order history in the GraphQL Storefront API.
- New sort option. The
customer.ordersfield’ssortByargument now acceptsID_ASCENDING, which returns orders by order ID in ascending order. - Existing options unchanged.
CREATED_AT_NEWEST,CREATED_AT_OLDEST, andID_DESCENDINGcontinue to work as before.
For details, see GraphQL Storefront API: Orders.