v1

latestOpenAPI 3.1.02026-07-22802,2441.7 MB
wms
Shipping Methods

Get Shipping Method

Returns a single Shipping Method for the WMS connection with the associated shipping method id.

get/wms/shipping-methods/{shipping_method_id}

Path parameters

shipping_method_idstring required

Headers

x-trackstar-api-keystring required
Example:<x-trackstar-api-key>

Your organization-level Trackstar API key.

x-trackstar-access-tokenstring required
Example:<x-trackstar-access-token>

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

Response

Successful response

Example response

{
  "data": {
    "id": "shipping_method_id",
    "created_date": "2022-01-01T00:00:00Z",
    "updated_date": "2022-01-02T05:05:05Z",
    "name": "Priority Overnight",
    "carrier_id": "fedex",
    "carrier_name": "FedEx",
    "scac": "FDXG",
    "additional_fields": {
      "key": "value"
    }
  }
}