Remove Item From Cart

POST api/v1/RemoveFromCart?custGUID={custGUID}&skuId={skuId}&cartGUID={cartGUID}&IsRFQ={IsRFQ}

Request Information

URI Parameters
NameDescriptionTypeAdditional 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
"sample string 1"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>