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.
GET | 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": [
"9133b65b-0c09-4fc2-832f-b7f82bd075e3"
],
"ExportFolder": "6d65f8e9-828c-4301-8930-78e95fc15b7c",
"LastSync": "2023-01-10T13:49:13.0326771+00:00",
"AutoProcessOrdersLocation": "8af8bfc2-a11c-4525-8bc0-132ddf6deb33",
"ExportChildItems": true,
"ImportedOrderTag": 9,
"DefaultShipServiceShipStation": "1274e1eb-7196-4031-bd31-3a49a495a122",
"DefaultShipServiceLinnworks": "78500834-9ff9-43a2-a64b-b235c0c6bb96",
"UseChannelData": true,
"ShipServices": [
{
"ShipStationServiceId": "16d836d9-0f9d-403b-9d0a-acdc9fd71a13",
"LinnworksServiceId": "daca8dd9-f6a1-4e51-a422-dc3646bee43e"
}
],
"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