v1

latestOpenAPI 3.1.02026-07-2684271522.2 KB
Shipping Rates

Get Shipping Rate

Retrieves the shipping rate with the given ID.

get/v1/shipping_rates/{id}

Path parameters

idstring required
Example:fshr_01J9XR8M3K7VZ8N2YB4WJ6T0RA

Response

An envelope wrapping a single shipping rate object.

Example response

{
  "shipping_rate": {
    "shipping_rate_id": "fshr_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
    "active": false,
    "display_name": "Example",
    "amount": 2500,
    "metadata": {
      "order_id": "8842",
      "channel": "shopify"
    },
    "created_at": "2026-06-15T14:30:00Z"
  }
}