For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shipping

Add an overview of the Shipping API here. This block is preserved across regenerations.

Endpoints

GET /api/v1/shipping-options

List available shipping options for a destination address. Returns rates from the pluggable shipping provider configured for this tenant.

get
/shipping-options
Authorizations
X-API-KeystringRequired

Scoped API key. Scopes: read, commerce, admin.

Query parameters
currencystringOptionalDefault: USD
countrystringOptional
statestringOptional
postalCodestringOptional
citystringOptional
Responses
200

Available shipping options

application/json
get/shipping-options

Notes, examples, or caveats for GET /shipping-options go here.

Last updated

Was this helpful?