VTEX · Example Payload

Vtex Getgiftcardtransactions Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getgiftcardtransactions 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": "GetGiftCardTransactions",
  "method": "GET",
  "path": "/giftcards/{giftCardId}/transactions",
  "summary": "VTex List all gift card transactions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "id": "268",
          "_self": {
            "href": "cards/890/transactions/268"
          }
        },
        {
          "id": "269",
          "_self": {
            "href": "cards/890/transactions/269"
          }
        },
        {
          "id": "270",
          "_self": {
            "href": "cards/890/transactions/270"
          }
        }
      ]
    }
  ]
}