PUT
/
destinations
/
{id}

Authorizations

X-Authorization
string
header
required

Path Parameters

id
integer
required

The destination's unique identifier.

Response

200
application/json
Success

A physical location such as a warehouse or donation center to which returns are shipped.

id
integer

The destination's unique identifier.

type
enum<string>

The type of location represented by the destination.

Available options:
warehouse,
donate
name
string

The destination's name.

enabled
boolean

Whether the destination is enabled as a return destination.

address
object

The destination's address.