{ "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" } ] } } } ] }