Purchaseline Created
Webhook
Payload that Simplicate delivers via HTTP POST to the configured webhook target whenever a purchaseline.created event occurs.
Triggered by: a new purchase line being added to a purchase.
id identifies the purchase line and purchaseId the parent purchase. Purchase lines are not yet individually retrievable via the API — fetch the parent purchase using purchaseId to obtain the line's current details.
Request
Responses
- 200
- 429
Webhook received and acknowledged by the consumer.
Consumer is rate-limiting; Simplicate will retry after the delay indicated by the optional Retry-After header (up to 3 attempts).