Used for ShipStation to create a new ShipStation integration
Name | Type | Description |
---|---|---|
integration | ShipStationConfig | An integration object to create |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/ShipStation/CreateShipStationIntegration
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": [
"348f6abe-272f-472b-8af0-7f2dc95b24c8"
],
"ExportFolder": "b3d9d2d1-fec0-4c13-b719-e031239133e0",
"LastSync": "2022-03-09T13:04:01.9178218+00:00",
"AutoProcessOrdersLocation": "0234a440-eedf-4fc0-9003-face634aab77",
"ExportChildItems": true,
"ImportedOrderTag": 9,
"DefaultShipServiceShipStation": "c0d82980-fe1e-4cdb-a904-85aacdceb031",
"DefaultShipServiceLinnworks": "cbb48f3a-a907-48dc-8123-d82afa5c3099",
"UseChannelData": true,
"ShipServices": [
{
"ShipStationServiceId": "da41505a-73ee-4f75-a2ac-b20f79a41b98",
"LinnworksServiceId": "f8651d53-b140-4706-aee4-13106f05e370"
}
],
"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.
{
"ConfigV": 1,
"ConfigId": "sample string 2",
"Name": "sample string 3",
"Enabled": true,
"ExportLocations": [
"e7608a96-cbba-40a0-98da-bcfde3eaf36b"
],
"ExportFolder": "e633dd07-919e-4be3-8e19-29e5e2df7011",
"LastSync": "2022-03-09T13:04:03.3107417+00:00",
"AutoProcessOrdersLocation": "fb8f7eb1-deb3-43a1-8800-28fd52604c46",
"ExportChildItems": true,
"ImportedOrderTag": 9,
"DefaultShipServiceShipStation": "75cbf248-3d34-4295-b57b-1fa479671f98",
"DefaultShipServiceLinnworks": "7c2122e5-8d77-4cd4-8ef4-eaaddefec4d2",
"UseChannelData": true,
"ShipServices": [
{
"ShipStationServiceId": "5d02b3c4-a8dc-46d7-bb6b-2487b5db87c3",
"LinnworksServiceId": "59943441-400d-4dcc-bfd6-03cd0c52d0b5"
}
],
"WeightUnit": 0,
"CustomOrderField1": "sample string 13",
"CustomOrderField2": "sample string 14",
"CustomOrderField3": "sample string 15"
}