GET v1/shipMethod/list
Retrieve list of Ship Methods with minimal information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ShipMethodModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipMethodID |
Unique identifier of the ship method |
integer |
None. |
| ShipMethod |
Description of the Ship Method |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"shipMethodID": 1,
"shipMethod": "sample string 2"
}