---
title: "Query Shipping Methods"
method: GET
path: "/v2/shippingMethods"
tags: ["shippingmethod"]
---

# Query Shipping Methods

`GET /v2/shippingMethods`

Query all shipping methods

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

Returns all shipping methods.

- JTLWawiRestContractsModelsV1ShippingMethodShippingMethod[]
  - `id` string, uuid
  - `name` string — Name of the shipping method.
  - `priority` integer — The priority of the shipping method.
  - `grossPrice` number — Gross price of the shipping method.
  - `extraWeight` number — Extra weight for each parcel created with the shipping method.
  - `isAmazonPrime` boolean — Indicates if seller-fulfilled Amazon Prime should be applied to the shipping method.

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
