Skip to main content
GET
/
api
/
storefront
/
shipping-options
List Shipping Options
curl --request GET \
  --url https://api.example.com/api/storefront/shipping-options
{
  "options": [
    {
      "rate_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "price": "<string>",
      "currency": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Query Parameters

country
string
required

ISO 3166-1 alpha-2

Required string length: 2
province_code
string | null
Maximum string length: 10
subtotal
required
Required range: x >= 0

Response

Successful Response

options
ShippingOptionResponse · object[]
required