Shipping Methods

List of Shipping Methods

GET /api/.../shippingmethods

Return a list of all shipping methods in the system.

Response Information

Example
application/json, text/json
[
  {
    "ShippingMethodID": 1,
    "Description": "UPS"
  },
  {
    "ShippingMethodID": 2,
    "Description": "Book rate"
  },
  {
    "ShippingMethodID": 3,
    "Description": "Freight"
  },
  {
    "ShippingMethodID": 4,
    "Description": "Hold for pickup"
  },
  {
    "ShippingMethodID": 5,
    "Description": "Air Express"
  },
  {
    "ShippingMethodID": 6,
    "Description": "Other"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request