List all shipping methods
Returns a paginated list of shipping methods. Supports filtering by tax configuration, destination countries, and free-text search. Results can be sorted by title, price, or currency.
Query Parameters
Page number for pagination.
Number of shipping methods per page.
Sort direction.
ascdescField to sort by.
titlepricecurrencyFree-text search across shipping method names or descriptions.
Filter by tax configuration UUID.
Filter by destination country codes (ISO 3166-1 alpha-2).
Responses
Paginated list of shipping methods
Unique identifier of the shipping method.
Display name.
Object type identifier.
ISO currency code.
Country/region codes where shipping is available.
Price in smallest currency unit (e.g. cents).
Whether bundling rules are configured.
Postcode restrictions, or null.
State/province restrictions, or null.
Quantity-based pricing tiers.
Rule type.
rangemaxCost in smallest currency unit.
Cost application method.
unitfixedMaximum quantity for max-type rules.
Starting quantity for range-type rules.
Ending quantity for range-type rules.
Whether the shipping method is active.
Whether associated notes exist.
Missing or invalid API key