Update cart

Add or update cart

post
/cart

Adds a product to the cart or updates its quantity or options.

Header parameters
AuthorizationstringOptional

Optional Bearer token for authentication.

industrystringOptional

The industry of the user.

Default: electronics
keystringOptional

The unique key for the request.

Default: 8097571064818418
languagekeystringOptional

The language key for the request.

Default: 57
Body
productIdintegerOptional

The ID of the product.

productPricestringOptional

The price of the product.

quantityintegerOptional

The quantity of the product.

typestringOptional

Type of product (optional).

productOptionValueIdstringOptional

Product option value ID (optional).

productVarientOptionIdstringOptional

Product variant option ID (optional).

varientNamestringOptional

Variant name (optional).

skuNamestringOptional

SKU name of the product.

tirePricestringOptional

The tire price (optional).

vendorIdintegerOptional

The ID of the vendor selling the product.

Responses
chevron-right
200

Successfully updated cart

*/*
statusintegerOptionalExample: 1
messagestringOptionalExample: Successfully updated cart.
post
/cart

Last updated