Update cart
Adds a product to the cart or updates its quantity or options.
Header parameters
AuthorizationstringOptional
Optional Bearer token for authentication.
industrystringOptionalDefault:
The industry of the user.
electronicskeystringOptionalDefault:
The unique key for the request.
8097571064818418languagekeystringOptionalDefault:
The language key for the request.
57Body
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
200
Successfully updated cart
*/*
statusintegerOptionalExample:
1messagestringOptionalExample:
Successfully updated cart.400
Bad request, invalid parameters
500
Internal server error
post
/cartLast updated