Skip to main content
PATCH
/
v1
/
return_requests
/
{id}
/
open
Open
curl --request PATCH \
  --url https://{defaultHost}/v1/return_requests/{id}/open \
  --header 'Authorization: Bearer <token>'
{
  "id": "6d3c6a01-d144-4028-ae65-7271fc8403ce",
  "object": "return_request",
  "number": "0000-R",
  "status": "open",
  "order": "d326e5f5-c1db-43b0-a70a-c542572d33d0",
  "created_at": 1767909764,
  "updated_at": 1767909764
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Success

id
string | null

The UUID of the specific object.

object
string

A string describing the object type returned.

metadata
object

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

number
string

The unique identifier for this return request that is auto generated based on this account's order protocol.

order

Expandable – The associated order ID.

return_items

Expandable – Property not returned unless expanded.

status
string

The current status of this return request – either open or complete.

created_at
integer | null

Time at which the object was created. Measured in seconds since the Unix epoch.

updated_at
integer | null

Time at which the object was last updated. Measured in seconds since the Unix epoch.