Setting a Return Label
Last update: 9 months ago by Francesco de LorenziReading time: 2 min
While setting up a Sale Return, Jetti allows the marketplace to upload a pre-generated shipping label which will appear in the vendor portal for printing purposes.
This task can be carried out from within Jetti's app as well as via Jetti's API.
The following cURL request sets the return label URL to a given address:
curl --request PUT \--url https://api.jetti.io/api/sale-returns/:id.json \--header 'Authorization: Bearer {{token}}' \--header 'Content-Type: application/json' \--data '{"labelUrl": "https://domain.com/label.jpg"}'