List All Shippings
page * Fetch the results from a specific page. It defaults to 1.
per_page * The number of results to fetch per page. The maximum is 50 and if it defaults to 10.
sort_by An optional identifier used for sorting results. Available options are email, label, country, address, city, telephone, postcode and state.
tax_id Optional identified used for filtering results. If provided it will return the shipping methods that are associated with this tax rate.
filter Optional text used for filtering results.
countries (Country Codes) (example ?countries=de,ro) A list of country codes to use for filtering. If provided it will return shipping methods that serve any of the required countries.
order Determines in which order the results are returned. The available options are asc (ascending) and desc (descending). The default value is desc.