Skip to content

Product webhook

POST /webhooks/products

Permissions

This endpoint requires the Edit all products permission, which is only granted to admin users.

For internal use only.
This is the main product webhook from the AP platform to FLEETproff, to tell when a product changes states from not sold/sold/completed.

JSON Body
{
    "status": *string,
    "PNO": *int,
    "price": *int,
    "currency": *string,
    "soldType": string,
    "price": int,
    "highestBidOnAuction": int,
    "buyerUserName": string,
    "buyerCustomerName": string,
    "timesOnAuction": int,
    "priceReduction": int,
    "soldDate": date
}