What it does. Notifies you about the state of an individual returned item within a return.
When it is sent. When items are received by the merchant or the return (RMA) is closed.
Version. ⚠️ Deprecated. Use the V2 winkelstraat/push-api/v2/rma-item webhook instead.
Headers
-
Version of the webhook.
-
The API-key is a shared secret that can be used to authenticate the incoming request.
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
{
"rma_item": {
"sku": "wsnl199-wsnl199-5c9de5ad4681ed3eb551e7ee",
"reference": "3G1MXE1MXVZF982",
"article_number": "3G1MXE1MXVZF982 L",
"manufacturer": "Emporio Armani",
"name": "t-shirts",
"size": "L",
"color": "Blauw",
"qty_returned": null,
"retailer_resolution": null,
"resolution": "Terugbetalen",
"condition": "",
"reason": "Meer bezorgd dan besteld",
"price": 271,
"uid": "0:3:jkkPWmdPM0Wb+6/gHWPWX1hIONZJw+t1XJEF5tRf",
"updated_at": "2024-02-08T22:07:46.236+00:00",
"rma_item_id": "YEK"
},
"order": {
"id": "000000284",
"shipment_id": "000000284",
"date": "2024-01-26T21:45:30.000+00:00",
"discount": 0,
"shipping_address": {
"name": "Jan Jansen",
"street": "Edsger Dijkstraat",
"housenumber": "12",
"postcode": "9012DE",
"city": "Zonnewijk",
"province": null,
"country": "NL",
"email": "jan.jansen@gwinkelstraat.nl"
},
"order_id": "000000549",
"main_order_id": "000000549",
"grand_total": 271
},
"rma": {
"id": "000000078",
"date_received": null,
"date_requested": "2024-02-01T11:44:03.000+00:00",
"track_number": "1Z97W1439114675551",
"carrier_code": "ups",
"rma_id": "000000078"
}
}
{}