---
title: "Get Shopify shipping method"
method: GET
path: "/shipping_modules/shopify/shipping_methods/{id}"
tags: ["Delivery checkout"]
---

# Get Shopify shipping method

`GET /shipping_modules/shopify/shipping_methods/{id}`

The endpoint will return details for a specific Shopify shipping method that belongs to your account.

## Path parameters

- `id` integer, required

## Response `200`

Successful.

- ShopifyShippingMethod
  - `id` integer — The ID of the Shopify shipping method.
  - `product_type` string — The product type name of the shipping method. E.g. SERVICE_POINT, BUSINESS or PRIVATE
  - `shipping_agent_code` string — The code of the shipping agent/carrier.
  - `shipping_product_global_code` string — The global product code for the shipping method.
  - `service_point_types` string[] — Array of service point type codes associated with this shipping method. If empty, all service point types are included.

## Other responses

- `401` — Unauthorized.
- `404` — Resource not found.

---

[API](https://skmtc.dev/shipmondo/apis/shipmondo-api.md) · [All operations](https://skmtc.dev/shipmondo/apis/shipmondo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipmondo/shipmondo-api/revisions/3b9f91693dec/schema)
