GET
/
checkout
/
carts
/
{id}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Cart identifier

Response

200 - application/json
completedAt
string | null
createdAt
string
customer
object | null

The customer who owns the cart.

customerEmail
object | null

The customer email which is used for the cart.

id
string
invoice
object | null

The invoice of the cart. If the cart total amount is zero, no invoice will be created.

invoiceAddress
object | null
items
object[]

The items of the cart.

metadata
string[]

A collection of key-value pairs that can be linked to an object. This feature is beneficial for storing extra details regarding the object in an organized manner. To remove all keys, simply submit an empty value to the metadata.

paymentMethod
object | null

The payment method which should be used for the cart.

redirectUrl
string | null
status
any

The status of the cart.

Possible values:

  • open: The cart is open and can be edited.
  • confirming: The cart is confirming and cannot be edited.
subscription
object | null

The subscription of the cart. If the cart has no recurring items (has only one-time fees), no subscription will be created.

transactions
object[]

The transactions of the cart.

updatedAt
string