POST api/Shipping/ShipStation/GetAllRates?warehouseID={warehouseID}&country={country}&postalCode={postalCode}&weight={weight}
Method to return the shipping rate for Shipstation shippments.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
warehouseID | integer |
Required |
|
country | string |
Required |
|
postalCode | string |
Required |
|
weight | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IShipStationRateReturnName | Description | Type | Additional information |
---|---|---|---|
ServiceName | string |
None. |
|
ServiceCode | string |
None. |
|
ShipmentCost | decimal number |
None. |
|
OtherCost | decimal number |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.