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.
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": [
"b55c4ae5-1e23-4bbd-b858-7c4d36c194fc"
],
"ExportFolder": "d90cd833-f02e-44ee-ae19-2ed15306caf6",
"LastSync": "2022-03-09T13:04:03.3087451+00:00",
"AutoProcessOrdersLocation": "df0f7d13-37e7-4606-8404-966e89796502",
"ExportChildItems": true,
"ImportedOrderTag": 9,
"DefaultShipServiceShipStation": "c16973e8-4b2c-40e3-8f6e-d61451c0e35f",
"DefaultShipServiceLinnworks": "28a2453e-d32b-46e6-acb1-8359a265f30f",
"UseChannelData": true,
"ShipServices": [
{
"ShipStationServiceId": "e5a4ca68-22d2-4a76-8809-ce22085e3cef",
"LinnworksServiceId": "0ed2bca4-c2be-4b04-beb4-91066ff401c2"
}
],
"WeightUnit": 0,
"CustomOrderField1": "sample string 13",
"CustomOrderField2": "sample string 14",
"CustomOrderField3": "sample string 15"
}