Remove From cart
Request Parameters:
For cart update like update the quantity
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/RemoveFromCart
Parameter:
{
"apiSecretKey":"k117x118z122r116t100e100r118j122",
"storeId": "1",
"customerId": "4",
"currencyId":"1",
"languageId":"1",
"itemIds":"2,3"
}
Response:
{
"RemoveFromCartResult":
{
"Id": 0,
"Message": "Item remove successfully",
"CheckoutAttributeInfo": null,
"CheckoutAttributes": null,
"DiscountBox": null,
"DisplayTaxShippingInfo": false,
"GiftCardBox": null,
"IsApplied": false,
"IsEditable": false,
"Items": null,
"MinOrderSubtotalWarning": null,
"OnePageCheckoutEnabled": false,
"OrderReviewData": null,
"ShowProductImages": false,
"ShowSku": false,
"TermsOfServiceOnOrderConfirmPage": false,
"TermsOfServiceOnShoppingCartPage": false,
"Warnings": null
}
}