v2
latestOpenAPI 3.0.3Proprietary2026-07-263483431.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.
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"
}