Skip to main content
GET
/
v1
/
orders
/
{id}
Retrieve an order
curl --request GET \
  --url https://api.ongoody.com/v1/orders/{id} \
  --header 'Authorization: Bearer <token>'
{
"id": "c68c5e9a-d7fa-423f-9095-e839d4394671",
"status": "created",
"individual_gift_link": "https://gifts.ongoody.com/gift/OXXZRVOCU2I8XRX1C2OPJL7C",
"recipient_first_name": "Michael",
"recipient_last_name": "Franci",
"recipient_email": "[email protected]",
"card_id": "bdb992cd-10a9-4a69-8ccf-d4f854c39682",
"message": "Test Message",
"thank_you_note": null,
"view_count_recipient": 0,
"is_swapped": false,
"order_batch_id": "cf2c482c-7b46-4135-8a00-d0742ddc0ddc",
"expires_at": null,
"cart": {
"id": "3f1d6e36-a226-4c63-b9cc-84e1c998b81e",
"items": [
{
"id": "4ef59695-affe-4ceb-8d06-82d8fa427c9f",
"quantity": 1,
"product": {
"id": "3f731cfd-3c9c-4c34-9f01-a1164311f411",
"name": "Cookies",
"brand": {
"id": "51c3b0c6-35e2-4017-aabe-247ac239dc28",
"name": "Cookie Company"
}
}
}
]
},
"cart_selections": [
{
"id": "8a4fb807-bac4-4ce7-b227-6c12b3ce6548",
"cart_item_id": "716d6d3d-a680-48fa-bbc5-85d0120292cb",
"quantity_index": 0,
"variants": []
}
],
"shipments": [],
"amounts": {
"amount_product": 2000,
"amount_shipping": 500,
"amount_processing_fee": 0,
"amount_pre_tax_total": 2500,
"amount_tax": null,
"amount_total": null,
"amount_global_relay_cost": null
},
"sender": {
"first_name": "Test",
"last_name": "User",
"email": "[email protected]"
},
"workspace_id": "26796ade-4137-43b6-8a21-175297c356bc",
"workspace_name": "Test Team",
"original_cart": null,
"original_amounts": null,
"reference_id": "GMS32YI3C07SEXT74YIXPLBD",
"event_times": {
"created_at": "2025-11-05T10:22:39Z",
"notified_at": null,
"opened_at": null,
"accepted_at": null,
"thank_you_added_at": null,
"pending_payment_at": null,
"paid_at": null,
"shipped_at": null,
"delivered_at": null
},
"payment_link": null
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

id
string<uuid>
required
recipient_first_name
string
required
status
enum<string>
required
Available options:
created,
notified,
opened,
accepted,
pending_payment,
paid,
ordered,
shipped,
delivered,
failed,
canceled
cart
object
required
shipments
object[]
required
amounts
object
required
sender
object
required
reference_id
string
required
recipient_last_name
string | null
recipient_email
string | null
cart_selections
object[] | null
workspace_id
string<uuid> | null
workspace_name
string | null
expires_at
string<date-time> | null
card_id
string<uuid> | null
message
string | null
thank_you_note
string | null
view_count_recipient
integer
is_swapped
boolean
order_batch_id
string<uuid>
event_times
object | null
original_cart
object
original_amounts
object | null