Add Item to Cart
This API is offering to add items to the cart.
{
"cartItem": {
"sku": "IFPZMB-RD0",
"qty": 1,
"quote_id": "615982"
}
}curl --location '{{Base_url}}/rest/V1/carts/mine/items' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJraWQiOiIxIiwiYWxnIjoiSFMyNTYifQ.eyJ1aWQiOjIxMDAyNywidXR5cGlkIjozLCJpYXQiOjE3Mzc0NjQ1NTYsImV4cCI6MTczNzQ2ODE1Nn0.PUmQFwFrXoWtuBJrBifTJ5NtCc05OCO4mcqws7IK6ys' \
--header 'Cookie: PHPSESSID=2639naaq26nbe7st472kk4ms4i' \
--data '{
"cartItem": {
"sku": "IFPZMB-RD0",
"qty": 1,
"quote_id": "615982"
}
}
'Response Attributes:
Last updated