v2
OpenAPI 3.0.3Proprietary2026-07-263483431.1 MBStorefront
Create a public checkout order
Public storefront endpoint. Create an order from direct items, from the guest cart referenced by X-Scalev-Guest-Token, or from direct items while clearing the referenced guest cart after successful order creation. Direct checkout items are store-scoped and not blocked by storefront listing visibility.
post/v3/stores/{store_id}/public/checkout
Request body
Example request
{
"payment_method": "va_bca"
}Response
Public checkout order
Example response
{
"payment_method": "bank_transfer"
}