What it does. Provides the tracking details for a shipment — the carrier, track number, and tracking-label URLs.
When it is sent. When both a track and its corresponding shipping label have been created.
Version. ⚠️ Deprecated. Use the V2 winkelstraat/push-api/v2/track webhook instead.
Headers
-
Version of the webhook.
-
The API-key is a shared secret that can be used to authenticate the incoming request.
Body
Deprecated
-
Carrier tracking number.
-
Code of the shipping carrier (e.g.
ups,dhlparcel,tig_postnl). -
Winkelstraat shipment increment ID (e.g.
000000284). -
Date/time the track was last modified.
-
Human-readable shipping method / carrier title used for this shipment.
-
Winkelstraat order increment ID (e.g.
000000549). -
Opaque identifier of the track.
-
URL to the A6-format (PDF) shipping label.
-
URL to the original-format shipping label.
-
Public carrier tracking URL for the customer.
-
The
uidis deprecated, migrate to 'track_id'.
Responses
-
Delivered. Return any 2xx status to acknowledge receipt; the response body may be empty or contain anything, as Winkelstraat does not read it. Any 2xx response is treated as a successful delivery and the webhook is not retried.
No response body is expected; Winkelstraat does not read it. Returning a 2xx with an empty body is sufficient.
-
Accepted for asynchronous processing. Treated the same as 200 — the webhook is not retried.
-
Not accepted. Any non-2xx response — or a connection/timeout failure — is treated as a failed delivery, and the webhook is retried several times over the next 24 hours.
# Headers
x-version: V1
x-api-key: string
# Payload
{
"track_number": "1Z97W1439109104347",
"carrier_code": "ups",
"shipment_id": "000000284",
"last_modified": "2024-01-26T21:46:59.000+00:00",
"shipping_method": "United Parcel Service - UPS Standard",
"order_id": "000000549",
"uid": "0:3:obFlAHSjMc0sG7WX9m7gNIwIWEjPxkLsS4I43d89Bw==",
"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/",
"tracking_url": "https://wwwapps.ups.com/WebTracking/processInputRequest?loc=nl_NL&tracknum=1Z97W1439109104347",
"track_id": "koY"
}
{}