List All Warehouses
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.
product_id Optional identified used for filtering results. It will return the warehouses that contain this product (or any of its variants).
countries (Country Coees) (example ?countries=de,ro) A list of country codes to use for filtering. If provided, it will return the warehouses located in the requested countries.
from date-format Start date used for filtering (the date the warehouse was created).
to date-format End date used for filtering (the date the warehouse was created).
order Determines in which order the results are returned. The available options are asc (ascending) and desc (descending). The default value is desc.