Used for ShipStation to get single ShipStation integration by its id
Name | Type | Description |
---|---|---|
integrationId | String | Id of the integration to retrieve |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/ShipStation/GetShipStationIntegration
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
This is an example of the request structure. Results will vary depending on your data.
integrationId=sample string 1
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": [
"5f748a49-502a-469b-b149-4750c7e398bc"
],
"ExportFolder": "10ad7a27-8be5-414f-b872-2b2c64b022fa",
"LastSync": "2023-01-10T13:49:46.4039806+00:00",
"AutoProcessOrdersLocation": "aba4be96-70d5-4dfa-86d1-c638e8a96089",
"ExportChildItems": true,
"ImportedOrderTag": 9,
"DefaultShipServiceShipStation": "60760210-c3ea-4191-a071-235eefaae9c0",
"DefaultShipServiceLinnworks": "778af833-5a03-46de-bcc9-1a413e6c255c",
"UseChannelData": true,
"ShipServices": [
{
"ShipStationServiceId": "def7e9ae-f8a2-4955-a7cf-684b03363053",
"LinnworksServiceId": "eec9e96f-0b8a-4cd7-bb2d-6ee24aa6c0c3"
}
],
"WeightUnit": 0,
"CustomOrderField1": "sample string 13",
"CustomOrderField2": "sample string 14",
"CustomOrderField3": "sample string 15"
}