GET api/Shipping/ShippingMethod/GetForOnlineSignup?onlineOrderID={onlineOrderID}&localeID={localeID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| onlineOrderID | integer |
Required |
|
| localeID | integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
Collection of IShippingMethodViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipMethodID | integer |
None. |
|
| Description | string |
None. |
|
| Price | decimal number |
None. |
|
| SortOrder | integer |
None. |
|
| SMTSortOrder | integer |
None. |
|
| ShipToOverride | boolean |
None. |
|
| ShipToPartyHost | boolean |
None. |
|
| Explanation | string |
None. |
|
| IsDefault | boolean |
None. |
|
| ShipStreet1 | string |
None. |
|
| ShipStreet2 | string |
None. |
|
| ShipCity | string |
None. |
|
| ShipState | string |
None. |
|
| ShipPostalCode | string |
None. |
|
| ShipCountry | string |
None. |
|
| ShipCounty | string |
None. |
|
| MultipleUnit | string |
None. |
|
| Web | boolean |
None. |
|
| Autoship | boolean |
None. |
|
| Signup | boolean |
None. |
|
| Orders | boolean |
None. |
|
| Reps | boolean |
None. |
|
| Customers | boolean |
None. |
|
| HandlingFee | decimal number |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.