Webhook/winkelstraat/push api/v2/rma item
The RMA item webhook performs a post in JSON format to a designated endpoint of the merchant. The events are send when items are received by the merchant or the RMA request is closed.
Headers
-
Version of the webhook.
-
x-api-key string
The API-key is a shared secret that can be used to authenticate the incomming request.
Request example
{
"rma": {
"id": "000000078",
"rma_id": "000000078",
"carrier_code": "ups",
"track_number": "1Z97W1439114675551",
"date_received": null,
"date_requested": "2024-02-01T11:44:03.000+00:00"
},
"order": {
"id": "000000284",
"date": "2024-01-26T21:45:30.000+00:00",
"order_id": "000000549",
"shipment_id": "000000284",
"shipping_address": {
"city": "Zonnewijk",
"name": "Jan Jansen",
"email": "jan.jansen@gwinkelstraat.nl",
"street": "Edsger Dijkstraat",
"country": "NL",
"postcode": "9012DE",
"province": null,
"housenumber": "12"
}
},
"rma_item": {
"sku": "wsnl199-wsnl199-5c9de5ad4681ed3eb551e7ee",
"name": "t-shirts",
"size": "L",
"color": "Blauw",
"price": 271,
"reason": "Meer bezorgd dan besteld",
"condition": "",
"reference": "3G1MXE1MXVZF982",
"resolution": "Terugbetalen",
"updated_at": "2024-02-08T22:07:46.236+00:00",
"rma_item_id": "YEK",
"manufacturer": "Emporio Armani",
"qty_returned": null,
"article_number": "3G1MXE1MXVZF982 L",
"retailer_resolution": null
}
}