GET
/
wms
/
shipping-methods
/
{shipping_method_id}
curl --request GET \
  --url https://production.trackstarhq.com/wms/shipping-methods/{shipping_method_id} \
  --header 'x-trackstar-access-token: <x-trackstar-access-token>' \
  --header 'x-trackstar-api-key: <x-trackstar-api-key>'
{
  "data": {
    "id": "shipping_method_id",
    "created_date": "2022-01-01T00:00:00Z",
    "updated_date": "2022-01-02T05:05:05Z",
    "name": "FedEx",
    "description": "FedEx International Priority Express"
  }
}

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

x-trackstar-access-token
string
required

Your user's access token for a specific integration (ShipHero, Extensiv, etc).

Path Parameters

shipping_method_id
string
required

Response

200 - application/json
data
object