Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Notes

  • Clients using this API should not fail if new optional fields are added to the API. If a new field is added to the request or response on a later stage, existing clients should handle this in a way such as they just ignore the field.

  • Changes will be updated for all parcels/kolli for the shipment/order specified

  • You may have several patch operations in one request

  • If request contains remove operation it should be the last operation in the request

  • If one of the operations in a request is invalid the whole request will be interrupted

  • It is not possible to undo a replace request, but you can do several replace requests on the same shipment which will cause creating new order every time

Notes

It is neccessary to remove the servicePoint party to if it should be automatically re-assigned. This could be relevant if consignee address has been changed, and servicePoint should be re-evaluated and re-assigned.

Request-Headers

key

value example

comment

Authorization

Bearer "SECRET_WS_TOKEN"

See authentication on how to obtain a token

Content-Type

application/json

...