Remove Item From Cart
POST
api/v1/RemoveFromCart?custGUID={custGUID}&skuId={skuId}&cartGUID={cartGUID}&IsRFQ={IsRFQ}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
custGUID |
GUID of the Customer retrieve from the Customer Table |
globally unique identifier |
Required |
skuId |
Sku Detail Id |
integer |
Required |
cartGUID |
GUID of the Shopping Cart |
globally unique identifier |
None. |
IsRFQ | boolean |
Default value is False |
Response Information
Description: Status Message
Return type: string
Response Formats
application/json, text/json, text/html
"sample string 1"
application/xml, text/xml
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>