Gift Up integration (Finance, Marketing). Imported from open-connector.
https://api.giftup.app/company
/gift-cards
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | Only include gift cards in this state. |
| createdOnOrAfter | string | optional | Only include gift cards created on or after this datetime. Gift Up accepts date… |
| updatedOnOrAfter | string | optional | Only include gift cards updated on or after this datetime. Gift Up accepts date… |
| orderId | string | optional | The Gift Up object ID. |
| sku | string | optional | Only include gift cards with this SKU. |
| recipientEmail | string | optional | Only include gift cards for this recipient email address. |
| purchaserEmail | string | optional | Only include gift cards for this purchaser email address. |
| paymentTransactionId | string | optional | Only include gift cards with this payment provider transaction ID. |
| limit | integer | optional | The maximum number of objects to return. |
| offset | integer | optional | The number of objects to skip. |
/gift-cards/{code}
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | The Gift Up gift card code. |
/gift-cards/{code}/reactivate
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | The Gift Up gift card code. |
| reason | string | optional | The reason to record in the Gift Up history log. |
| locationId | string | optional | The Gift Up location ID where the event occurred. |
| metadata | object | optional | Metadata key-value pairs to attach to the Gift Up event. |
/gift-cards/{code}/void
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | The Gift Up gift card code. |
| reason | string | optional | The reason to record in the Gift Up history log. |
| locationId | string | optional | The Gift Up location ID where the event occurred. |
| metadata | object | optional | Metadata key-value pairs to attach to the Gift Up event. |
/gift-cards/{code}/top-up
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | The Gift Up gift card code. |
| amount | number | optional | The currency amount for a currency-backed gift card. |
| units | integer | optional | The unit quantity for a units-backed gift card. |
| reason | string | optional | The reason to record in the Gift Up history log. |
| locationId | string | optional | The Gift Up location ID where the event occurred. |
| metadata | object | optional | Metadata key-value pairs to attach to the Gift Up event. |
/gift-cards/{code}/redeem
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | The Gift Up gift card code. |
| amount | number | optional | The currency amount for a currency-backed gift card. |
| units | integer | optional | The unit quantity for a units-backed gift card. |
| reason | string | optional | The reason to record in the Gift Up history log. |
| locationId | string | optional | The Gift Up location ID where the event occurred. |
| metadata | object | optional | Metadata key-value pairs to attach to the Gift Up event. |
| redeemedOn | string | optional | The datetime when the redemption occurred. Gift Up accepts date or datetime str… |
/gift-cards/{code}/redeem-in-full
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | The Gift Up gift card code. |
| reason | string | optional | The reason to record in the Gift Up history log. |
| locationId | string | optional | The Gift Up location ID where the event occurred. |
| metadata | object | optional | Metadata key-value pairs to attach to the Gift Up event. |
| redeemedOn | string | optional | The datetime when the redemption occurred. Gift Up accepts date or datetime str… |
/gift-cards/{code}/undo-redemption
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | The Gift Up gift card code. |
| transactionId | string | required | The Gift Up object ID. |
| reason | string | optional | The reason to record in the Gift Up history log. |
| metadata | object | optional | Metadata key-value pairs to attach to the Gift Up event. |
/items
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | optional | The Gift Up object ID. |
/items/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Gift Up object ID. |
/orders
| Param | Type | Required | Description |
|---|---|---|---|
| createdOnOrAfter | string | optional | Only include orders created on or after this datetime. Gift Up accepts date or … |
| purchaserEmail | string | optional | Only include orders for this purchaser email address. |
| source | string | optional | Only include orders from this source. |
| limit | integer | optional | The maximum number of objects to return. |
| offset | integer | optional | The number of objects to skip. |
/orders/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Gift Up order ID or order number. |
/locations
/promotions
/reports/transactions
| Param | Type | Required | Description |
|---|---|---|---|
| eventOccurredOnOrAfter | string | optional | Only include transactions that occurred on or after this datetime. Gift Up acce… |
| eventOccurredOnOrBefore | string | optional | Only include transactions that occurred on or before this datetime. Gift Up acc… |
| events | array | optional | Only include transactions for these Gift Up event types. |
| users | array | optional | Only include transactions generated by these user email addresses. |
| locations | array | optional | Only include transactions generated at these location IDs. |
| code | string | optional | The Gift Up gift card code. |
| limit | integer | optional | The maximum number of objects to return. |
| offset | integer | optional | The number of objects to skip. |
/reports/transactions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Gift Up object ID. |