Skip to main content
PATCH
Update cart items prices

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

cart_token
string
required

Cart token

Body

application/json
cart_token
string

Token of the cart to update

cart_items
(object | null)[] | null

Array of cart items with their new prices

Response

object | null

Success

cart
object | null
meta
object | null