VTEX · Example Payload

Vtex Getpricingconfig Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getpricingconfig 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": "GetPricingConfig",
  "method": "GET",
  "path": "/pricing/config",
  "summary": "VTex Get pricing configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json; charset=utf-8",
      "example": {
        "hasMigrated": true,
        "migrationStatus": "Completed",
        "defaultMarkup": 100,
        "priceVariation": {
          "upperLimit": null,
          "lowerLimit": null
        },
        "minimumMarkups": {
          "1": 100,
          "2": 90
        },
        "tradePolicyConfigs": [],
        "sellersToOverride": [],
        "hasPriceInheritance": false,
        "priceInheritance": "never",
        "hasOptionalBasePrice": false,
        "blockAccount": false,
        "blockedRoutes": null,
        "priceTableSelectionStrategy": "first",
        "priceTableLimit": null
      }
    }
  ]
}