Release Ticket Webhook
When a listing has released, the Partner will receive a release ticket webhook request to notify them that that the listing has been released and that they should update the listing quantity.
It is required that Partners update their listing to increase the quantity of the listing by the release quantity provided in the webhook request.
Post Data
Parameter | Description |
---|---|
id* | The ID for the listing that has been released. Type: String |
release_quantity* | The quantity that has been released. Type: Integer |
Example Request
{
"data": {
"id": "92312212",
"release_quantity": 1
},
"meta": {
"type": "ticket.release"
}
}