POST api/quotes/updateShipping?orderNo={orderNo}&shippingCode={shippingCode}&isDebug={isDebug}
Select a shipping option for a quote There most be product lines in the quote
Request Information
URI Parameters
| Name | Description | Type | 
|---|---|---|
| orderNo | Order number [required]. Must be an existing quote | string | 
| shippingCode | Shipping code from [api/quote/shippingOptions] | string | 
Body Parameters
None.
Response Information
Resource Description
'True' if successful, Exception (Status 500) Otherwise
string
            Sample:
"result"