GET
/
public
/
checkout
/
cart
/
{id}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Cart identifier

Response

200
application/json
price
object
id
string
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.
customer
string | null

The customer who owns the cart.

email
string | null
invoiceAddress
object | null
customerPrefill
object | null

The customer prefill data which should be used to prefill the checkout form.

paymentMethod
object | null

The payment method which should be used for the cart.

items
object[]

The items of the cart.

completionDetails
string[] | null

Details shown to the customer when the cart is completed.

settings
object

The settings of the cart.