Used for ShipStation to update a ShipStation integration
Name | Type | Description |
---|---|---|
integration | ShipStationConfig | An integration object to update |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/ShipStation/EditShipStationIntegration
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.
integration={
"ConfigV": 1,
"ConfigId": "sample string 2",
"Name": "sample string 3",
"Enabled": true,
"ExportLocations": [
"d65ccd7f-2601-443d-a183-57b8ff5005b4"
],
"ExportFolder": "d14dc3a2-1929-4b65-af8e-74c72b8c3940",
"LastSync": "2022-03-09T13:04:01.9666891+00:00",
"AutoProcessOrdersLocation": "bc4e374d-8535-4db4-aec9-4ed59e988639",
"ExportChildItems": true,
"ImportedOrderTag": 9,
"DefaultShipServiceShipStation": "0a468388-8eed-42a5-b749-a9e18c087438",
"DefaultShipServiceLinnworks": "4cd5b6f2-ad4a-4d23-8b9f-dfe36fa55077",
"UseChannelData": true,
"ShipServices": [
{
"ShipStationServiceId": "8898be71-7644-475f-8e07-689afceef239",
"LinnworksServiceId": "8ba63f3c-c836-42d3-8721-3f6d06281fb8"
}
],
"WeightUnit": 0,
"CustomOrderField1": "sample string 13",
"CustomOrderField2": "sample string 14",
"CustomOrderField3": "sample string 15"
}
This is an example of the response JSON. Results will vary depending on your data.
true