Skip to main content

Update a shopping cart by ID

PATCH 

/api/cart/:id

Update a shopping cart using its ID.

Request

Path Parameters

    id stringrequired

    The ID of the cart to update

Body

required

    shipping_country string

    The ID from the shipping country

Responses

Successful update of the cart

Schema

    any

Loading...