Closed
Description
posting to rest/V1/guest-carts/items
the following
{
"cartItem": {
"cartId": "88b361f4da84440a31edb3a568534242",
"qty":1
}
}
get error message
message: "Property "CartId" does not have corresponding setter in class "Magento\Quote\Api\Data\CartItemInterface"."
Added cartId as endpoint asked for it, trying to work out the required data, but rest documentation is still poor.