latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

stores

List marketplaces

Lists the marketplaces that can be integrated with ShipStation

get/stores/marketplaces

Response

List of marketplaces retrieved successfully

namestring
marketplaceIdinteger
canRefreshboolean

Example response

[
  {
    "name": "Shopify",
    "marketplaceId": 36,
    "canRefresh": true
  }
]