VTEX · Example Payload

Vtex Cancelorder Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Cancelorder 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": "CancelOrder",
  "method": "POST",
  "path": "/api/oms/pvt/orders/{orderId}/cancel",
  "summary": "VTex Cancel order",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "date": "2014-02-07T15:22:56.7612218-02:00",
        "orderId": "123543123",
        "receipt": "38e0e47da2934847b489216d208cfd91"
      }
    }
  ]
}