---
title: "GetIntegrations"
method: GET
path: "/api/ShippingService/GetIntegrations"
tags: ["ShippingService"]
---

# GetIntegrations

`GET /api/ShippingService/GetIntegrations`

Gets all configured vendor integrations
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>1</b></span> / minute

## Response `200`

OK

- SystemShippingAPIConfig[]
  - `pkShippingAPIConfigId` integer
  - `Vendor` string
  - `VendorFriendlyName` string
  - `VendorIcon` string
  - `AccountId` string
  - `LabelFormat` string
  - `Services` integer
  - `ManifestPending` boolean
  - `LastManifestWithErrorId` integer
  - `ReadOnly` boolean
  - `Status` string
  - `PrinterConfig` PrinterConfig
    - `PrinterName` string
    - `TemplateId` string, uuid
    - `LabelFormat` string
    - `MarginLeft` number, double
    - `MarginTop` number, double
    - `Duplex` boolean
    - `UserConfig` PrinterUserConfig[]
      - `UserId` string, uuid
      - `PrinterName` string
      - `MarginLeft` number, double
      - `MarginTop` number, double
      - `TemplateId` string, uuid
      - `LabelFormat` string
      - `Duplex` boolean
    - `PrintZoneConfig` PrintZoneConfig[]
      - `PrintZoneCode` string
      - `PrinterDestination` string
      - `PrinterName` string
  - `QuoteEnabled` boolean
  - `QuoteOnlyIncludedServices` boolean

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/revisions/0123569a22fb/schema)
