---
title: "Get a shipping method."
method: GET
path: "/api/shipping-methods/{id}"
tags: ["Shipping Method"]
---

# Get a shipping method.

`GET /api/shipping-methods/{id}`

## Path parameters

- `id` string, required

## Response `200`

The shipping method for the given id

- ShippingMethodDto — Shipping method definition.
  - `id` string, required — Unique id associated to this entity.
  - `name` string, required — Identifying name. Must be unique.

## Other responses

- `404` — Shipping method did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
