The "dispatch date" is missing on the courier integration JSON

The dispatch date that we set on the order in Linnworks does bizarrely not get passed over to the courier on the JSON? isn't this the most important piece of data surely?


We now have to do yet more workarounds to create an extended property to handle this date. 


Linnworks is great platform, with lots of flexibility at least, but it has so much more potential if the documentation and issues like this were addressed fully. 


 

{
  "AuthorizationToken": "a8e53e86eead4b69beaa0afcc29b67fb",
  "Name": "Customer name",
  "CompanyName": "Company name",
  "AddressLine1": "Great Russell St",
  "AddressLine2": "Bloomsbury",
  "AddressLine3": "",
  "Town": "London",
  "Region": "Greater London",
  "CountryCode": "GB",
  "Postalcode": "WC1B 3DG",
  "DeliveryNote": "Some note",
  "Email": "test@linnworks.com",
  "Phone": "+44 00000000000",
  "OrderId": 100001,
  "OrderReference": "ORDERREFERENCE",
  "OrderCurrency": "GBP",
  "OrderValue": 1,
  "PostageCharges": 1,
  "ServiceId": "6a47631504db4d25a25ce6917a1bcad9",
  "Packages": [
    {
      "SequenceNumber": 0,
      "PackageWeight": 1,
      "PackageWidth": 1,
      "PackageHeight": 1,
      "PackageDepth": 1,
      "PackageFormat": "BOX",
      "Items": [
        {
          "ItemName": "Product 1",
          "ProductCode": "SKU001",
          "Quantity": 1,
          "UnitValue": 1,
          "UnitWeight": 1,
          "Height": 1,
          "Width": 1,
          "Length": 1,
          "ExtendedProperties": [
            {
              "Name": "ExtendedCover",
              "Value": "True"
            }
          ]
        }
      ]
    }
  ],
  "OrderExtendedProperties": [
    {
      "Name": "SafePlace",
      "Value": "Some message"
    }
  ],
  "ServiceConfigItems": [
    {
      "ConfigItemId": "InsuranceConver",
      "SelectedValue": "500"
    }
  ]
}

 


Login to post a comment