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

Authorizations

Authorization
string
headerrequired

Value for the Authorization header parameter.

Path Parameters

id
string
required

Cart identifier

Body

email
string | null
required

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

phone
string | null
required

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

newInvoiceAddress
object

The new customer address to be used for the cart.

invoiceAddressId
string | null

The customer address to be used for the cart.

newPaymentMethod
object

The new payment method to be used for the cart.

paymentMethodId
string | null

The payment method to be used for the cart.

Response

200 - application/json
action
enum<string>

The action to perform after the cart confirmation.

Available options:
redirect,
none,
confirmation_message
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
confirmationMessage
string | null

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