Label request.issued
โ Triggered when Loop requires a new shipping label for a return.Label request.cancelled
โ Triggered when a previously issued label request is cancelled.POST
request to your configured webhook URL with details about the label request. Your integration can use this information to generate or cancel shipping labels as needed.
id
field from the webhook payload or List Label Requests API to identify the label request you need to fulfill.id
), use the Get Label Request API.id
field from the label request is required.id
value used in this API call comes from the 200
response of the Create Label API (i.e., after you have successfully submitted the label to Loop).id
field: Ensure you are passing the correct id
from the label request when pushing label data or updating status (see Create Label API and Update Label Status API).200 OK
response to Loop.