---
title: "Get Shipping Method"
method: GET
path: "/wms/shipping-methods/{shipping_method_id}"
tags: ["wms", "Shipping Methods"]
---

# Get Shipping Method

`GET /wms/shipping-methods/{shipping_method_id}`

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

## Path parameters

- `shipping_method_id` string, required

## Headers

- `x-trackstar-api-key` string, required
- `x-trackstar-access-token` string, required

## Response `200`

Successful response

- WmsShippingMethodsSingleItemEndpoint
  - `data` WmsShippingMethodApiItemSchema
    - `id` string, required — The unique ID of the shipping method.
    - `created_date` string, date-time, required — The date the shipping method was created.
    - `updated_date` string, date-time, required — The date the shipping method was last updated.
    - `name` string, required — The name of the shipping method.
    - `carrier_id` string, nullable, required — The ID of the carrier for the shipping method.
    - `carrier_name` string, nullable, required — The name of the carrier for the shipping method.
    - `scac` string, nullable, required — The Standard Carrier Alpha Code (SCAC) for the shipping method.
    - `additional_fields` object, required — Integration-specific fields
    - `trackstar_created_date` string, date-time, required
    - `trackstar_updated_date` string, date-time, required

## Other responses

- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/trackstarhq/apis/trackstar-api.md) · [All operations](https://skmtc.net/trackstarhq/apis/trackstar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackstarhq/trackstar-api/versions/4bc5c6e1a8bf/schema)
