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.
GET | 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": [
"ed411a45-18d5-4785-978d-53880c21e4ee"
],
"ExportFolder": "2d8f5b61-2b79-4cdf-b1ff-03e2b26e9f2e",
"LastSync": "2023-01-10T13:49:12.9925953+00:00",
"AutoProcessOrdersLocation": "c0775acf-8511-4b5e-8597-a51cfde93fca",
"ExportChildItems": true,
"ImportedOrderTag": 9,
"DefaultShipServiceShipStation": "1c35a02f-56c6-4ba2-8f71-473349c6f48a",
"DefaultShipServiceLinnworks": "2759e15f-c59b-481e-b405-5543f08755f5",
"UseChannelData": true,
"ShipServices": [
{
"ShipStationServiceId": "c54954a4-7024-4ddb-8485-1e20bbf20308",
"LinnworksServiceId": "3c4a7c11-beba-4981-b929-0c904456559f"
}
],
"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": [
"ec595b69-e026-44be-a3f2-4708d074656f"
],
"ExportFolder": "185cde44-0908-402e-a4db-5910333d46ce",
"LastSync": "2023-01-10T13:49:46.4059742+00:00",
"AutoProcessOrdersLocation": "cf529bee-19df-41de-85ed-5a8d55acaea8",
"ExportChildItems": true,
"ImportedOrderTag": 9,
"DefaultShipServiceShipStation": "57929158-c02a-4480-9049-89cd87685fe9",
"DefaultShipServiceLinnworks": "403d4a9a-9d8f-46c2-a037-a85cc3b25984",
"UseChannelData": true,
"ShipServices": [
{
"ShipStationServiceId": "4201642e-a1d2-45af-917d-c77ecd1eb44b",
"LinnworksServiceId": "42e25adb-58f6-418f-80de-ffd5f9d67516"
}
],
"WeightUnit": 0,
"CustomOrderField1": "sample string 13",
"CustomOrderField2": "sample string 14",
"CustomOrderField3": "sample string 15"
}