GET
/
happy-returns
/
shipments
/
{happy_returns_shipment_id}
curl --request GET \
  --url https://api.loopreturns.com/api/v1/happy-returns/shipments/{happy_returns_shipment_id} \
  --header 'X-Authorization: <api-key>'
{
  "loop_shipment_id": 12345,
  "happy_returns_shipment_id": "123456",
  "line_item_count": 2,
  "return_count": 1,
  "created_at": "2024-03-19dT12:34:56+00:00",
  "updated_at": "2024-03-20T12:34:56+00:00"
}

Authorizations

X-Authorization
string
header
required

Path Parameters

happy_returns_shipment_id
string
required

The unique identifier associated with the shipment.

Response

200
application/json
Success

The response is of type object.