Orders

Available from SS25

Orders is a semi-core feature, built with SwiftUI, that presents Order History, Details and Confirmation. It uses the Orders API as an extension of the Checkout API with addresses, payment information and more.

overview

Note: Order items are not products as they may no longer exist in the catalogue; they are a historical snapshot of a product.

# Order History
orders
# Order Details
order/{id}

Order deeplinks can be presented modally using the is_modal query parameter.

Set Up

Orders can be used without developer set up however it may require a payment provider integration and BE work. The payment provider is required to present payment information (read the checkout docs for more information).

History

  • SS25: Initial release of Order List and Details.
  • AW24: Initial release of Order Confirmation with Native Checkout.