List Marketplaces

Lists the marketplaces that can be integrated with ShipStation.

Example Request

GET /stores/marketplaces HTTP/1.1
Host: ssapi.shipstation.com
Authorization: __YOUR_AUTH_HERE__

Example Response

[
  {
    "name": "3DCart",
    "marketplaceId": 23,
    "canRefresh": true,
    "supportsCustomMappings": true,
    "supportsCustomStatuses": false,
    "canConfirmShipments": true
  },
  {
    "name": "Amazon",
    "marketplaceId": 2,
    "canRefresh": true,
    "supportsCustomMappings": true,
    "supportsCustomStatuses": false,
    "canConfirmShipments": true
  },
  {
    "name": "Amazon CA",
    "marketplaceId": 32,
    "canRefresh": true,
    "supportsCustomMappings": true,
    "supportsCustomStatuses": false,
    "canConfirmShipments": true
  }
]