Skip to main content

Create a checkout

POST 

/api/checkout

Create a checkout for a given cart.

Request

Body

required

    cart_id string

    The ID of the cart

Responses

Successful creation of the checkout

Schema

    any

Loading...