VTEX · Example Payload

Vtex Listallgiftcardcancellationtransactions Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Listallgiftcardcancellationtransactions Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "ListAllGiftCardCancellationTransactions",
  "method": "GET",
  "path": "/api/giftcardproviders/{giftCardProviderId}/giftcards/{giftCardId}/transactions/{tId}/cancellations",
  "summary": "VTex List All GiftCard Transactions Cancellations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "oid": "1248f9b9d4564792b64013bba27151f2",
          "value": 30,
          "date": "2023-06-02T18:24:49.252855Z"
        },
        {
          "oid": "8cb71c9e893A67E1b94d9b2ba15d102F",
          "value": 5,
          "date": "2023-06-08T11:30:00.252855Z"
        }
      ]
    }
  ]
}