GET api/Shipping/ShippingMethod
To get all the available shipping methods.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IShippingMethod| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| RealtimeTypeID | integer |
None. |
|
| OriginZipCode | string |
None. |
|
| ShipperID | integer |
None. |
|
| Description | string |
None. |
|
| Abbreviation | string |
None. |
|
| Calculated | integer |
None. |
|
| Priority | integer |
None. |
|
| IsImmediate | boolean |
None. |
|
| SortOrder | integer |
None. |
|
| POBoxAllowed | byte |
None. |
|
| IsActive | boolean |
None. |
|
| IsAutoShip | boolean |
None. |
|
| IsWeb | boolean |
None. |
|
| AlternateShipMethodID | string |
None. |
|
| IsInstantDelivery | boolean |
None. |
|
| IsRealTimeAddSurcharge | boolean |
None. |
|
| SurchargeBase | decimal number |
None. |
|
| SurchargePercentage | decimal number |
None. |
|
| IsHandlingFee_Aware | boolean |
None. |
|
| HandlingFee_NonVirtual | decimal number |
None. |
|
| HandlingFee_Virtual | decimal number |
None. |
|
| HandlingFee_MultiplyQuantity | integer |
None. |
|
| WarehouseID | integer |
None. |
|
| IsShipToOverride | boolean |
None. |
|
| ShipStreet1 | string |
None. |
|
| ShipStreet2 | string |
None. |
|
| ShipCity | string |
None. |
|
| ShipState | string |
None. |
|
| ShipPostalCode | string |
None. |
|
| ShipCountry | string |
None. |
|
| ShipCounty | string |
None. |
|
| ShipPriceTypeID | integer |
None. |
|
| IsPOBoxRestricted | boolean |
None. |
|
| IsUPSOnline | boolean |
None. |
|
| MultipleUnit | string |
None. |
|
| USPS_ServiceTypeID | integer |
None. |
|
| RealtimeServiceTypeID | integer |
None. |
|
| IsCashOnDelivery | boolean |
None. |
|
| ShipDetail1 | string |
None. |
|
| ShipDetail2 | string |
None. |
|
| ShipDetail3 | string |
None. |
|
| CopyScheduleFromShippingMethodID | integer |
None. |
|
| OriginStreet1 | string |
None. |
|
| OriginStreet2 | string |
None. |
|
| OriginCity | string |
None. |
|
| OriginState | string |
None. |
|
| OriginCountry | string |
None. |
|
| OriginCounty | string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.