# SH21 - List all carriers Results are sorted alphabetically by carrier labelCall FrequencyRecommended usage: Once per dayMaximum usage: Once per dayRead MoreMore context Endpoint: GET /api/shipping/carriers ## Query parameters: - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Response 200 fields (application/json): - `carriers` (array, required) List of carriers - `carriers.code` (string, required) Carrier code - `carriers.label` (string, required) Carrier label - `carriers.standard_code` (string) Carrier standard code - `carriers.tracking_url` (string) Carrier tracking URL