Webhook/winkelstraat/push api/v2/track

POST https://webhook.example.com

The shipment track webhook performs a POST in JSON format to a designated endpoint of the merchant. The events are send when both a track and the corresponding shipping label are successfully created.

Headers

  • x-version string Required

    Version of the webhook.

  • The API-key is a shared secret that can be used to authenticate the incomming request.

application/json

Responses

POST winkelstraat/push-api/v2/track
Request example
{
  "order_id": "000000549",
  "track_id": "koY",
  "shipment_id": "000000284",
  "carrier_code": "ups",
  "track_number": "1Z97W1439109104347",
  "tracking_url": "https://wwwapps.ups.com/WebTracking/processInputRequest?loc=nl_NL&tracknum=1Z97W1439109104347",
  "last_modified": "2024-01-26T21:46:59.000+00:00",
  "shipping_method": "United Parcel Service - UPS Standard",
  "tracking_label_url_a6": "https://m2.winkelstraat.nl/winkelstraat_shipping/track/pdf/token/MDozOkNVUktKMnoybXBpc2tuQVQvejlRb3orYjVEWFVocVF4NytmRmZwT2VhVUFXK2Y0Tkd4d3djUjlqUXRacVF2enAyNGtYRnQ3MkNCeHBDSXhPK3dsRXRvSVBXLzRFTnNaMW5PVElyMnYvQ3hwNzJSTWlBLzR1dkVkZXkzWT0/",
  "tracking_label_url_orig": "https://m2.winkelstraat.nl/winkelstraat_shipping/track/label/token/MDozOkZXZVFwTU5JN2x4RmVxRmZsamVhWTlTaHNxRWgvQXVWajFtckdEOVRIUjdOb0N1dG1vL2l1emdVTTdtWXZKc2tpMWxOakIyMHo5MlBmclM4bm94clljR1NXUzNacmcwZndBPT0/"
}