PUT
/
public
/
checkout
/
cart
/
{id}
/
confirm

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Cart identifier

Body

email
string | null

The customer email to be used for the cart. This is required when the cart is not attached to a customer.

invoiceAddressId
string | null

The customer address to be used for the cart.

newInvoiceAddress
object | null

The new customer address to be used for the cart.

newPaymentMethod
object | null

The new payment method to be used for the cart.

paymentMethodId
string | null

The payment method to be used for the cart.

phone
string | null

The customer phone to be used for the cart. This is required when the cart is not attached to a customer.

Response

200 - application/json
action
enum<string>

The action to perform after the cart confirmation.

Available options:
redirect,
none,
confirmation_message
confirmationMessage
string | null

The message to show to the user after the cart confirmation.

redirectUrl
string | null

The URL to redirect to after the cart confirmation.

status
enum<string>

The status of the cart after the cart confirmation.

Available options:
open,
confirming,
redirect_to_payment,
expired,
completed,
paid