Marketplace

Lista i marketplace collegati alla company

GET
/api/v1/external/marketplace/connected
x-api-key<token>

In: header

Response Body

application/json

curl -X GET "https://service.e-manager.io/api/v1/external/marketplace/connected"
[
  {
    "id": 0,
    "companyId": "string",
    "marketplaceId": 0,
    "externalConnectionKey": "string",
    "configFields": {},
    "deleteFlag": true,
    "isConnected": true,
    "label": "string",
    "percentageFee": 0,
    "isShippy": true,
    "idShippy": 0,
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "marketplace": {
      "id": 0,
      "name": "string",
      "logoUrl": "string",
      "fields": {},
      "sortOrder": 0,
      "isNew": true,
      "allowOrderUpdateAfterImport": true,
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "code": "string"
    }
  }
]

Last updated on