VTEX · Example Payload

Vtex Listpricetables Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Listpricetables 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": "Listpricetables",
  "method": "GET",
  "path": "/pricing/tables",
  "summary": "VTex List price tables",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        "1",
        "2",
        "3",
        "b2c",
        "b2b",
        "gold"
      ]
    }
  ]
}