GET api/Orders/GetShippingMethodList

Get shipping method list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ShippingMethodVM
NameDescriptionTypeAdditional information
Id

Shipping method id

integer

None.

Name

Shipping method name

string

None.

Price

Shipping method price

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "FedEx Ground",
    "price": 12.5
  },
  {
    "id": 1,
    "name": "FedEx 3 Day",
    "price": 19.5
  }
]