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
  }
]