Printago API
GET /v1/integrations/ebay

List eBay integrations

List all connected eBay accounts for a store

Requires: integration.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "integrationId": "string",
    "sellerId": "string",
    "username": "string",
    "marketplaceId": "string"
  }
]