Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

ShipStation /GetShipStationIntegrations

Allows 150 calls per minute

Response: List<ShipStationConfig>



Used for ShipStation to get all ShipStation integrations

Parameters

No parameters required.


Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/ShipStation/GetShipStationIntegrations

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  {
    "ConfigV": 1,
    "ConfigId": "sample string 2",
    "Name": "sample string 3",
    "Enabled": true,
    "ExportLocations": [
      "06268e0e-f236-4f1d-bddd-8eda1f545108"
    ],
    "ExportFolder": "315c04b7-43e5-4df7-b58a-86b9dabf76ec",
    "LastSync": "2023-01-10T13:49:46.387923+00:00",
    "AutoProcessOrdersLocation": "67cff751-c83b-47af-8ae8-6744e7c36f5f",
    "ExportChildItems": true,
    "ImportedOrderTag": 9,
    "DefaultShipServiceShipStation": "741e2d6e-49b7-4d55-b385-4c11c3b6c3dc",
    "DefaultShipServiceLinnworks": "541ce5b8-e868-4dfb-bf97-cc38ef81f664",
    "UseChannelData": true,
    "ShipServices": [
      {
        "ShipStationServiceId": "9079b9ce-e6b2-44d2-ae16-e6e8fcade7e0",
        "LinnworksServiceId": "fa81d36a-039f-46a1-96ef-78a02f91602b"
      }
    ],
    "WeightUnit": 0,
    "CustomOrderField1": "sample string 13",
    "CustomOrderField2": "sample string 14",
    "CustomOrderField3": "sample string 15"
  }
]