VTEX · Example Payload

Vtex Updateorderformconfiguration Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Updateorderformconfiguration 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": "UpdateorderFormconfiguration",
  "method": "POST",
  "path": "/api/checkout/pvt/configuration/orderForm",
  "summary": "VTex Update orderForm configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "paymentConfiguration": {
          "requiresAuthenticationForPreAuthorizedPaymentOption": false
        },
        "taxConfiguration": null,
        "minimumQuantityAccumulatedForItems": 1,
        "decimalDigitsPrecision": 2,
        "minimumValueAccumulated": null,
        "apps": null,
        "allowMultipleDeliveries": null,
        "allowManualPrice": null,
        "requiresLoginToPlaceOrder": true,
        "minimumPurchaseDowntimeSeconds": 90,
        "cartAgeToUseNewCardSeconds": 30
      }
    }
  ],
  "responseExamples": []
}