This endpoint is used to send an invoice for a specific shipment. It requires the shipment ID and the URL of the invoice.
Request
Body Params application/json
{
"shipment_id": 6492343,
"invoice_url": "https://cdn.hepsiglobal.com/prod/packages/invoice/pdf/*/*/*.pdf"
}
Request Code Samples
curl --location --request POST '/webhooks/send-invoice' \
--header 'Content-Type: application/json' \
--data-raw '{
"shipment_id": 6492343,
"invoice_url": "https://cdn.hepsiglobal.com/prod/packages/invoice/pdf/*/*/*.pdf"
}'
Responses
application/json Modified at 2025-03-27 12:34:52