VTEX · Example Payload

Vtex Getcoupongroupinformation Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getcoupongroupinformation 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": "Getcoupongroupinformation",
  "method": "GET",
  "path": "/api/rnb/v2/pvt/coupon/group/{groupingKey}",
  "summary": "VTex Get coupon batch information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "configuration": {
          "lastModifiedUtc": "2022-02-15T19:18:28.6409703Z",
          "utmSource": "fb",
          "utmCampaign": "rewards",
          "isArchived": false,
          "maxItemsPerClient": 13,
          "expirationIntervalPerUse": "00:00:00",
          "maxUsage": 11,
          "groupingKey": "12130984756"
        },
        "grouping": {
          "key": "12130984756",
          "amount": 5
        }
      }
    }
  ]
}