# List marketplaces Lists the marketplaces that can be integrated with ShipStation Endpoint: GET /stores/marketplaces Version: 1.0.0 Security: basicAuth ## Response 200 fields (application/json): - `name` (string) Example: "Shopify" - `marketplaceId` (integer) Example: 36 - `canRefresh` (boolean) Example: true ## Response 401 fields (application/json): - `message` (string) Example: "Invalid API credentials" ## Response 500 fields (application/json): - `message` (string) Example: "An internal error occurred"