POST api/quotes/addGiftWrapping?orderNo={orderNo}&sku={sku}&from={from}&to={to}&text1={text1}&text2={text2}&isDebug={isDebug}
Add gift wrapping to a given sku
Request Information
URI Parameters
| Name | Description | Type |
|---|---|---|
| orderNo |
Order number [required]. Must be an existing quote |
string |
| sku |
Gift Product sku. [Default value] Gift product sku is currently 5050 |
string |
| from |
From who |
string |
| to |
To whom |
string |
| text1 |
Text 1 |
string |
| text2 |
Text 2 |
string |
Body Parameters
None.
Response Information
Resource Description
'OK' if successful, Exception (Status 500) Otherwise
string
Sample:
"result"