VTEX · Example Payload

Vtex Listallgiftcardtransactionscancellations Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Listallgiftcardtransactionscancellations 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": "ListAllGiftCardTransactionsCancellations",
  "method": "GET",
  "path": "/giftcards/{giftCardId}/transactions/{transactionId}/cancellations",
  "summary": "VTex List all gift card transactions cancellations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "oid": "7582d93baccc44e9867b0b861696fc0a",
          "value": 4.1,
          "date": "2019-03-19T14:35:16.7157238Z"
        }
      ]
    }
  ]
}