v4
latestOpenAPI 3.0.3Proprietary2026-08-083483431.1 MBCustomer Checkout
Create an authenticated customer checkout order
Customer-authenticated storefront endpoint. Create an order from direct items, from a customer cart referenced by cart_id, or from direct items while clearing the referenced cart after successful order creation. Carts must belong to the authenticated customer and current store. Product prices, discounts, shipping, Other Income, the Store customer-fee policy, and service fees are recalculated from current backend data during creation. Preview values are not confirmation inputs and do not produce a quote-conflict response.
post/v3/stores/{store_id}/customers/me/checkout
Path parameters
store_idstring required
Store unique_id.
Request body
Example request
{
"payment_method": "va_bca"
}Response
Customer checkout order
Example response
{
"payment_method": "bank_transfer"
}