---
title: "Get order offer gift details"
method: GET
path: "/order_offers/{order_offer_id}/gift"
tags: ["Order Offers"]
---

# Get order offer gift details

`GET /order_offers/{order_offer_id}/gift`

Get the gift information related to an order offer.

## Response `200`

OK

- object
  - `order_offer_id` integer
  - `gift_card_code` string, nullable
  - `gift_name` string, nullable
  - `gift_message` string, nullable
  - `gift_email` string, nullable
  - `gift_phone` string, nullable
  - `gift_date` string, date-time, nullable
  - `gift_date_sent` string, date-time, nullable
  - `gift_status` string

## Other responses

- `401` — Unauthorized response
- `403` — Forbidden response
- `500` — Error response

---

[API](https://skmtc.net/vrio/apis/crm-configuration.md) · [All operations](https://skmtc.net/vrio/apis/crm-configuration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vrio/crm-configuration/versions/62037010356e/schema)
