POST api/quotes/deleteProduct?orderNo={orderNo}&sku={sku}&isDebug={isDebug}

Delete product from quote

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderNo

Order number [required]. Must be an existing quote

string
sku

Product sku [required]

string

Body Parameters

None.

Response Information

Resource Description

'Deleted' if successful. Exception (Status 500) Otherwise

string
Sample:
"result"