VTEX · Example Payload

Vtex Createorchangestoreconfiguration Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Createorchangestoreconfiguration 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": "Createorchangestoreconfiguration",
  "method": "PUT",
  "path": "/api/creditcontrol/storeconfig",
  "summary": "VTex Create or change store configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "dailyInterestRate": 0.01,
        "invoicePostponementLimit": 2,
        "taxRate": 0.4,
        "maxPostponementDays": 3,
        "defaultCreditValue": 150,
        "postponementEnabled": false,
        "automaticCheckingAccountCreationEnabled": false,
        "toleranceEnabled": false,
        "myCreditsEnabled": false,
        "maxPreAuthorizationGrowthRate": 0.1,
        "notificationsSettings": {
          "daysPrior": [
            {
              "days": 5,
              "timeOfDay": "12:00:00"
            },
            {
              "days": 1,
              "timeOfDay": "12:00:00"
            },
            {
              "days": 0,
              "timeOfDay": "12:00:00"
            }
          ],
          "daysAfter": [
            {
              "days": 3,
              "timeOfDay": "12:00:00"
            }
          ]
        }
      }
    }
  ]
}