Add
Authorizations
Header parameters
Content-TypestringOptionalExample:
Content Type
application/json
Body
objectOptionalExample:
{"cartItem":{"sku":"4UMK100000172","qty":1}}
Responses
200
Successful response
application/json
post
POST /V2/customer/cart/add HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 44
{
"cartItem": {
"sku": "4UMK100000172",
"qty": 1
}
}
200
Successful response
No content