Create an order
Create an order from the logged-in shopper's cart (cart is cleared on success), or from an explicit items array — which is required for guest checkout. Coupons are applied when coupon_code is given; otherwise the best auto-apply offer is used. Plain COD orders get payment_status: NOT_APPLICABLE; anything with a transaction or advance starts as PENDING.
Authorizations
Your business API key (sb_live_*) — identifies which store the request is for. Required on every /api/v1/business/website/ request.
Your business API key (sb_live_*) — identifies which store the request is for. Required on every /api/v1/business/website/ request.
The shopper's access token from the shopper authentication endpoints. Required for cart, checkout, orders, and account actions.
Request Body
Responses
Order created.