Manage Line Items

One or more Line Items are included in each order. Each line item represents a single gift card, reward, disbursement, or promotional link. A line item shows the items's unique reference number, customer's first name, last name, email address, dollar amount, etc. Each line item can be managed separately when a request fails due to an undeliverable email or a misspelled recipient's name, for example.

Use our Line Item endpoints to page through or filter a list of line items, including their non-sensitive details and reward status. You can also view details for a specific Line Item, including sensitive details, reward history, redemption history, or resend a specific line item.

Get a list of line items placed under this platform

Use the following endpoint to retrieve line items ordered under this platform:

EndpointDescription
GET {URI}/lineItemsGet a list of Line Items placed under this Platform.

Here are a list of query parameters for when you use GET {URI}/lineItems to get a list of line items placed under this Platform:

ParameterData TypeDescription
referenceOrderIDstringA unique identifier for an order
externalRefIDstringspecifies the external reference order ID
statusstringThe line item status to be retrieved for each line item. The available values are:
-COMPLETE
-PENDING
-FAILED
-CANCELLED
emailStatusstringThe email status to be retrieved for each line item. The available values are:
- DELIVERED
- NOT_DELIVERED
- PENDING
- SENT
- DEFERRED
- DROPPED
- BOUNCE
- BLOCKED
orderStatusstringThe order status to be retrieved for each line item. The available values are:
- COMPLETE
- PENDING
- FAILED
- CANCELLED
- PARTIAL
orderSourcestringThe order source to be retrieved for each line item. The available values are:
- RA (orders placed using Tango API)
- RG (orders placed using Tango portal)
- BE (orders placed using bulk-external upload)
- BI (orders placed using bulk-internal upload)
- CI (orders placed using code pulls)
- QW (orders placed using Qualtrics)
recipientEmailstringA recipient's email address. It returns Line Items across all orders.
recipientFirstNamestringThe recipient’s first name. It returns Line Items across all orders.
recipientLastNamestringThe recipient’s last name. It returns Line Items across all orders.
accountIdentifierstringThe account identifier used to place an order. It returns Line Items across all orders.
startDatestringSpecifies the starting date or date time to be queried according to RFC 3339, i.e. "2016-01-01" or "2016-01-01T00:00:00Z". See https://www.ietf.org/rfc/rfc3339.txt
endDatestringSpecifies the ending date or date time to be queried according to RFC 3339, i.e. "2016-01-01" or "2016-01-01T00:00:00Z". See https://www.ietf.org/rfc/rfc3339.txt
columnSortNamestringSpecifies the column name to sort by:
- accountNumber
- amountIssued
- dateIssued
- emailStatus
- externalReferenceID
- status
- orderSource
- orderStatus
- recipientFirstName
- recipientLastName
- rewardName

If columnSortName is not specified, it sorts by dateIssued.
columnSortAscendingboolean-True sorts by ascending order for the column specified in columnSortName.
- False sorts by descending order for the column specified in columnSortName.
- If columnSortName is not specified, it sorts by dateIssued.
elementsPerBlockint32Specifies the number of elements returned by page.
pagePreviousboolean- True returns the previous page
- False returns the next page
pageKeysarray of stringsThis filter uses keyset paging. To move to the next page, use the nextPageKeys object from the keySetPage object. The nextKeyPage object is an array of two strings.

The response message for this endpoint is:

  • 200 OK
  • 400 Bad request
  • 401 Unauthorized
  • 403 Forbidden

This is a sample response for when you use GET {URI}/lineItems to retrieve a list of line items:

{
  "keysetPage": {
    "nextPageKeys": [
      "1668601997675",
      "RA123456-12345-12-1"
    ],
    "previousPageKeys": [
      "1668802913953",
      "RA123456-12345-12-1"
    ],
    "resultCount": 20,
    "totalCount": 10000
  },
  "lineItems": [
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "DELIVERED",
      "lineNumber": 1,
      "rewardName": "Reward Link Preferred",
      "amountIssued": {
        "value": 5,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-29T21:05:13Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "byTestAccount",
      "etid": "E000000",
      "utid": "U561593",
      "customerIdentifier": "byTestCustomer",
      "recipient": {
        "email": "[email protected]",
        "firstName": "xxx",
        "lastName": "xxxx"
      }
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "DELIVERED",
      "lineNumber": 1,
      "rewardName": "Reward Link Preferred",
      "amountIssued": {
        "value": 5,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-22T17:58:25Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "byTestAccount",
      "etid": "E000000",
      "utid": "U561593",
      "customerIdentifier": "byTestCustomer",
      "recipient": {
        "email": "[email protected]",
        "firstName": "xxxx",
        "lastName": "xxxxx"
      }
    },
    {
      "referenceLineItemID": "R123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "DELIVERED",
      "lineNumber": 1,
      "rewardName": "Reward Link Preferred",
      "amountIssued": {
        "value": 5,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-21T03:00:34Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "byTestAccount",
      "etid": "E000000",
      "utid": "U561593",
      "customerIdentifier": "byTestCustomer",
      "recipient": {
        "email": "[email protected]",
        "firstName": "xxx",
        "lastName": "xxxxx"
      }
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "NOT_APPLICABLE",
      "lineNumber": 1,
      "rewardName": "1-800-FLOWERS.COM® Gift Card $10.00",
      "amountIssued": {
        "value": 10,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-20T13:57:23Z",
      "expirationDate": "2023-11-18T00:00:00Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "zoon-test-2",
      "utid": "U935268",
      "customerIdentifier": "zoon-test-1"
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "NOT_APPLICABLE",
      "lineNumber": 1,
      "rewardName": "1-800-FLOWERS.COM® Gift Card $50.00",
      "amountIssued": {
        "value": 50,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-20T03:57:21Z",
      "expirationDate": "2023-11-18T00:00:00Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "zoon-test-2",
      "utid": "U106098",
      "customerIdentifier": "zoon-test-1"
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "NOT_APPLICABLE",
      "lineNumber": 1,
      "rewardName": "1-800-FLOWERS.COM® Gift Card $10.00",
      "amountIssued": {
        "value": 10,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-25T08:46:14Z",
      "expirationDate": "2023-11-18T00:00:00Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "pacc123",
      "utid": "U935268",
      "customerIdentifier": "pankaj123",
      "recipient": {
        "email": "[email protected]",
        "firstName": "qqqqq",
        "lastName": "qqqqqq"
      }
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "NOT_APPLICABLE",
      "lineNumber": 1,
      "rewardName": "1-800-FLOWERS.COM® Gift Card $10.00",
      "amountIssued": {
        "value": 10,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-19T20:31:16Z",
      "expirationDate": "2023-11-18T00:00:00Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "pacc123",
      "utid": "U935268",
      "customerIdentifier": "panka123",
      "recipient": {
        "email": "[email protected]",
        "firstName": "qqqqq",
        "lastName": "qqqqqq"
      }
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "NOT_APPLICABLE",
      "lineNumber": 1,
      "rewardName": "1-800-FLOWERS.COM® Gift Card $10.00",
      "amountIssued": {
        "value": 10,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-20T13:37:23Z",
      "expirationDate": "2023-11-18T00:00:00Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "pacc123",
      "utid": "U935268",
      "customerIdentifier": "panka123",
      "recipient": {
        "email": "[email protected]",
        "firstName": "qqqqq",
        "lastName": "qqqqq"
      }
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "NOT_APPLICABLE",
      "lineNumber": 1,
      "rewardName": "1-800-FLOWERS.COM® Gift Card $10.00",
      "amountIssued": {
        "value": 10,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-20T12:25:18Z",
      "expirationDate": "2023-11-18T00:00:00Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "pacc123",
      "utid": "U935268",
      "customerIdentifier": "qqqqq123",
      "recipient": {
        "email": "[email protected]",
        "firstName": "qqqqq",
        "lastName": "qqqqqq"
      }
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "DELIVERED",
      "lineNumber": 1,
      "rewardName": "Reward Link Preferred",
      "amountIssued": {
        "value": 1,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-27T08:09:07Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "123456789",
      "etid": "E070607",
      "utid": "U561593",
      "customerIdentifier": "123456789",
      "recipient": {
        "email": "[email protected]",
        "firstName": "qqqqqq",
        "lastName": "qqq"
      }
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "DELIVERED",
      "lineNumber": 1,
      "rewardName": "Reward Link Preferred",
      "amountIssued": {
        "value": 1,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-27T22:26:11Z",
      "accountNumber": "A77897566",
      "accountIdentifier": "987654321",
      "etid": "E070607",
      "utid": "U561593",
      "customerIdentifier": "123456789",
      "recipient": {
        "email": "[email protected]",
        "firstName": "Qathinksterapp3",
        "lastName": "Qc"
      }
    },
    {
      "referenceLineItemID": "RA221118-77425-94-1",
      "referenceOrderID": "RA221118-77425-94",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "NOT_APPLICABLE",
      "lineNumber": 1,
      "rewardName": "1-800-FLOWERS.COM® Gift Card $25.00",
      "amountIssued": {
        "value": 25,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-26T11:25:18Z",
      "expirationDate": "2023-11-18T00:00:00Z",
      "accountNumber": "A60427368",
      "accountIdentifier": "zoon-test-2",
      "utid": "U683701",
      "customerIdentifier": "zoon-test-1"
    },
    {
      "referenceLineItemID": "RA221118-77425-93-1",
      "referenceOrderID": "RA221118-77425-93",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "NOT_APPLICABLE",
      "lineNumber": 1,
      "rewardName": "1-800-FLOWERS.COM® Gift Card $10.00",
      "amountIssued": {
        "value": 10,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-29T14:08:36Z",
      "expirationDate": "2023-11-18T00:00:00Z",
      "accountNumber": "A60427368",
      "accountIdentifier": "zoon-test-2",
      "utid": "U935268",
      "customerIdentifier": "zoon-test-1"
    },
    {
      "referenceLineItemID": "RA221117-77400-26-1",
      "referenceOrderID": "RA221117-77400-26",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "NOT_APPLICABLE",
      "lineNumber": 1,
      "rewardName": "1-800-FLOWERS.COM® Gift Card $10.00",
      "amountIssued": {
        "value": 10,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-23T21:24:31Z",
      "expirationDate": "2023-11-17T00:00:00Z",
      "accountNumber": "A60427368",
      "accountIdentifier": "zoon-test-2",
      "utid": "U935268",
      "customerIdentifier": "zoon-test-1"
    },
    {
      "referenceLineItemID": "RA221117-77389-43-1",
      "referenceOrderID": "RA221117-77389-43",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "DELIVERED",
      "lineNumber": 1,
      "rewardName": "Reward Link Preferred",
      "amountIssued": {
        "value": 5,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-18T18:47:03Z",
      "accountNumber": "A86157106",
      "accountIdentifier": "byTestAccount",
      "etid": "E000000",
      "utid": "U561593",
      "customerIdentifier": "byTestCustomer",
      "recipient": {
        "email": "[email protected]",
        "firstName": "Noah",
        "lastName": "Welter"
      }
    },
    {
      "referenceLineItemID": "RA221117-77385-40-1",
      "referenceOrderID": "RA221117-77385-40",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "DELIVERED",
      "lineNumber": 1,
      "rewardName": "Reward Link Preferred",
      "amountIssued": {
        "value": 5,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-21T17:38:38Z",
      "accountNumber": "A86157106",
      "accountIdentifier": "byTestAccount",
      "etid": "E000000",
      "utid": "U561593",
      "customerIdentifier": "byTestCustomer",
      "recipient": {
        "email": "[email protected]",
        "firstName": "Noah",
        "lastName": "Welter"
      }
    },
    {
      "referenceLineItemID": "RA221117-77329-27-1",
      "referenceOrderID": "RA221117-77329-27",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "BOUNCE",
      "lineNumber": 1,
      "rewardName": "Amazon.com Gift Card",
      "amountIssued": {
        "value": 1,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-24T05:45:58Z",
      "accountNumber": "A93834415",
      "accountIdentifier": "athenahealth",
      "etid": "E536319",
      "utid": "U163059",
      "customerIdentifier": "athenahealth",
      "recipient": {
        "email": "[email protected]",
        "firstName": "GATEWOODC",
        "lastName": "GATEWOODC"
      }
    },
    {
      "referenceLineItemID": "RA221117-77321-38-1",
      "referenceOrderID": "RA221117-77321-38",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "BOUNCE",
      "lineNumber": 1,
      "rewardName": "AE® Gift Card",
      "amountIssued": {
        "value": 0.01,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-17T17:42:53Z",
      "accountNumber": "A93834415",
      "accountIdentifier": "athenahealth",
      "etid": "E536319",
      "utid": "U532744",
      "customerIdentifier": "athenahealth",
      "recipient": {
        "email": "[email protected]",
        "firstName": "GATEWOODC",
        "lastName": "GATEWOODC"
      }
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "BOUNCE",
      "lineNumber": 1,
      "rewardName": "Amazon.com Gift Card",
      "amountIssued": {
        "value": 0.01,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-22T08:08:13Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "athenahealth",
      "etid": "E536319",
      "utid": "U163059",
      "customerIdentifier": "athenahealth",
      "recipient": {
        "email": "[email protected]",
        "firstName": "GATE",
        "lastName": "GATE"
      }
    },
    {
      "referenceLineItemID": "RA123456-12345-12-1",
      "referenceOrderID": "RA123456-12345-12",
      "orderSource": "RA",
      "status": "COMPLETE",
      "orderStatus": "COMPLETE",
      "emailStatus": "DELIVERED",
      "lineNumber": 1,
      "rewardName": "Reward Link Preferred",
      "amountIssued": {
        "value": 2,
        "currencyCode": "USD"
      },
      "dateIssued": "2022-11-24T08:03:17Z",
      "accountNumber": "A12345678",
      "accountIdentifier": "987654321",
      "etid": "E070607",
      "utid": "U561593",
      "customerIdentifier": "123456789",
      "recipient": {
        "email": "[email protected]",
        "firstName": "qqqqqqq",
        "lastName": "qq"
      }
    }
  ]
}

Get details for a specific line item

Use the following endpoint to retrieve the details such as reward credentials of a specific line item and the redemption history. For the real-time balance of the reward, you can subtract the redemption history from the total amount issued:

EndpointDescription
GET {URI}/lineItems/{referenceLineItemID}Get details for a specific line item.

Here is a query parameter for when you use GET {URI}/lineItems/{referenceLineItemID} to get the identification of the line item you request to get the details. The system autogenerates the identification, and you can find it by using the line item endpoint.

ParameterData TypeDescription
referenceLineItemIDstringReference line item ID is returned in the Line Items response.

The response message for this endpoint is:

  • 200 OK
  • 400 Bad request
  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not Found

This is a sample response for when you use GET {URI}/lineItems/{referenceLineItemID} to get the details for a specific line items:

{
    "referenceLineItemID": "RG123456-7890-12-3",
    "referenceOrderID": "RG123456-7890-12",
    "orderSource": "RG",
    "status": "COMPLETE",
    "orderStatus": "COMPLETE",
    "emailStatus": "DELIVERED",
    "lineNumber": 1,
    "rewardName": "Reward Link Preferred",
    "amountIssued": {
        "value": 10.0,
        "currencyCode": "USD"
    },
    "dateIssued": "2021-02-24T06:38:39Z",
    "accountNumber": "A13526256",
    "accountIdentifier": "A13526256",
    "etid": "E657563",
    "utid": "U655643",
    "customerIdentifier": "G38861318",
    "recipient": {
        "email": "[email protected]",
        "firstName": "Elliott",
        "lastName": ""
    },
    "sender": {
        "firstName": "Your Team",
        "lastName": "",
        "email": ""
    },
    "reward": {
        "credentials": {
            "Expiration Date": "",
            "Redemption Link": "https://sandbox.rewardlink.io/r/1/xZZa2Yu1TD831fjhkwRiA9pTLq_KMTagJoyTH8oIMyM"
        },
        "credentialList": [
            {
                "label": "Redemption Link",
                "value": "https://sandbox.rewardlink.io/r/1/xZZa2Yu1TD831fjhkwRiA9pTLq_KMTagJoyTH8oIMyM",
                "type": "url",
                "credentialType": "redemptionUrl"
            },
            {
                "label": "Expiration Date",
                "value": "",
                "type": "date",
                "credentialType": "expirationDate"
            }
        ],
        "redemptionInstructions": "<p>Read Terms & Conditions</p>\r\n\r\n<ul><li>Click the redemption link above to activate your Reward Link.</li><li>Next, spend your reward balance.</li></ul>\r\n\r\n<p>If you don't want to spend your entire Reward Link value right away, save the email or URL and return via the redemption link before the expiration date provided with your Reward Link.</p>\r\n"
    },
    "redemptionHistory": [
        {
            "referenceLineItemID": "RL123456-7890-12-3",
            "referenceOrderID": "RL123456-7890-12",
            "orderSource": "RL",
            "status": "COMPLETE",
            "orderStatus": "COMPLETE",
            "emailStatus": "DELIVERED",
            "lineNumber": 2,
            "rewardName": "Amazon.com Gift Card",
            "amountIssued": {
                "value": 5.0,
                "currencyCode": "USD"
            },
            "dateIssued": "2021-02-26T09:48:51Z",
            "etid": "E657563",
            "utid": "U666425",
            "recipient": {
                "email": "[email protected]",
                "firstName": "Elliott",
                "lastName": null
            },
            "sender": {
                "firstName": "Reward",
                "lastName": "Link",
                "email": "[email protected]"
            }
        },
        {
            "referenceLineItemID": "RL123456-7890-12-3",
            "referenceOrderID": "RL123456-7890-12",
            "orderSource": "RL",
            "status": "COMPLETE",
            "orderStatus": "COMPLETE",
            "emailStatus": "DELIVERED",
            "lineNumber": 1,
            "rewardName": "Starbucks eGift",
            "amountIssued": {
                "value": 5.0,
                "currencyCode": "USD"
            },
            "dateIssued": "2021-02-26T09:48:51Z",
            "etid": "E657563",
            "utid": "U761382",
            "recipient": {
                "email": "[email protected]",
                "firstName": "Elliott",
                "lastName": null
            },
            "sender": {
                "firstName": "Reward",
                "lastName": "Link",
                "email": "[email protected]"
            }
        }
    ]
}

Resend a specific Line Item

Use the following endpoint to resend a specific Line Item to the same email address:

EndpointDescription
POST {URI}/lineItems/{referenceLineItemId}/resendsResend a specific Line Item.

Here is a path parameter for when you use POST {URI}/lineItems/{referenceLineItemId}/resends to resend a specific line item to the same email address. The identification of the line item you requested will be resent. The system autogenerates it, and you can find it by using the line item endpoint.

ParameterData TypeDescription
referenceLineItemIdstring(Required) Reference line item id is returned in the line item response payload.

The response message for this endpoint is:

  • 201 Created
  • 400 Bad request
  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not Found

The following example shows a request for when you resend a specific line item to the same email address:

{
    "id": 957806,
    "legacyId": null,
    "createdAt": "2021-11-09T23:54:48.903Z",
    "email": "[email protected]"
}

The following example shows a response for when you resend a specific line item to the same email address:

{
  "ID": 0,
  "Legacy ID (only when resending v1 orders)": "string",
  "Created Date": "2022-11-14T17:02:45.166Z",
  "Email address that the resend was sent to": "string"
}

What’s Next