Hello,
However I am struggling with the right POST request configuration, I know Delcampe sends this XML data, when an item is added to the Delcampe shop:
<?xml version="1.0" encoding="UTF-8"?>
<Delcampe_Notification>
<Notification_Token></Notification_Token>
<Notification_Datetime>2017-03-24T21:30:40+01:00</Notification_Datetime>
<Notification_Type>Seller_Item_Add</Notification_Type>
<Notification_Data>
<id_item>0437997729</id_item>
<personal_reference>14702</personal_reference>
<id_parent></id_parent>
</Notification_Data>
</Delcampe_Notification>
But what specific parameters/settings/headers should I use in Postman/Poster to simulate Delcampe Notifications?
Regards,
Jan