VTEX · Example Payload

Vtex Cancelchangestoppedonerror Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Cancelchangestoppedonerror 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": "CancelChangeStoppedonError",
  "method": "POST",
  "path": "/api/order-system/orders/{changeOrderId}/changes/{changeRequestId}/cancel",
  "summary": "VTex Cancel order change",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "reason": "I want to cancel this change order request because it's stopped on a blocking error."
      }
    }
  ],
  "responseExamples": []
}