sayren Docs
Checkout

Create checkout

POST
/storefront/v1/checkout
AuthorizationBearer <token>

회원 accessToken

In: header

Header Parameters

x-cart-token*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

cartItemIds?array<string>
Items1 <= items
directItem?

Response Body

curl -X POST "https://example.com/storefront/v1/checkout" \  -H "x-cart-token: string" \  -H "Content-Type: application/json" \  -d '{}'
Empty