Cart
Changes the quantity of a cart item
PUT
/
public
/
checkout
/
cart
/
{id}
/
change-quantity
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredCart identifier
Body
quantity
any
cartItemId
string
Response
200 - application/json
price
object
id
string
status
enum<string>
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.
Available options:
open
, confirming
, redirect_to_payment
, expired
, completed
customer
string | null
The customer who owns the cart.
email
string | null
invoiceAddress
object
customerPrefill
object
The customer prefill data which should be used to prefill the checkout form.
paymentMethod
object
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.
Was this page helpful?