Promise resolving to the cart w/ the new item in it. The cart
property will be overwritten by the data fetched.
{
"total": 0,
"subtotal": 0,
"tax": 0,
"shipping": 0,
"items": [
{
"sku": "string",
"quantity": 0,
"shortDescription": "string",
"name": "string",
"price": 0,
"tax": 0,
"subTotal": 0,
"total": 0
}
]
}
See documentation for corresponding error codes:
https://redirector.arcpublishing.com/alc/docs/swagger/?url=./arc-products/arc-sales.json#/Cart_Interaction/addItems