Shipping Methods
Get Shipping Method
GET
/
wms
/
shipping-methods
/
{shipping_method_id}
Header
Path
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
requiredYour organization-level Trackstar API key.
x-trackstar-access-token
string
requiredYour user's access token for a specific integration (ShipHero, Extensiv, etc).
Path Parameters
shipping_method_id
string
requiredResponse
200 - application/json
data
object
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"
}
}