cURL
curl --request PUT \ --url https://api.loopreturns.com/api/v1/destinations/{id} \ --header 'X-Authorization: <api-key>'
{ "id": 1, "type": "warehouse", "name": "Example Destination", "enabled": true, "address": { "address1": "123 Main St", "address2": "Unit 456", "city": "Columbus", "state": "Ohio", "zip": "43210", "country": "United States", "country_code": "US" } }
Update a destination.
The destination's unique identifier.
Success
A physical location such as a warehouse or donation center to which returns are shipped.