Adds the Create Order endpoint.
7 posts tagged with "Checkout Backend"
View All Tags2023-03-07 — Line item Properties for Gift Cards
Adds the description of how to include orders with gift cards to: Initialize Order, Create Order and Add List Item endpoints. Also allows the gift card properties to be shown in the application state returned from most Checkout Frontend and Backend endpoints
2023-01-09 — Add is_processed to application_state object
The application_state
now contains a field called is_processed
. This field indicates whether the order has been processed.
2022-12-14 — Add flow_id to application state
Adds the flow_id
field to the application state returned from most Checkout Frontend and Backend endpoints.
2022-12-02 — Add endpoint to Cancel Order
Adds the Cancel Order endpoint.
2022-08-02 — Add fees to application_state object
Fees are now included in the application_state
. Add fees can be added to orders by using the add_fee plugin action.
2022-07-11 — Add cart_customer_id field
Add the cart_customer_id
field to the response body of the Initialize Order endpoint.