VTEX · Example Payload

Vtex Cancel Order In Marketplace Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Cancel Order In Marketplace 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": "cancel-order-in-marketplace",
  "method": "POST",
  "path": "/pvt/orders/{marketplaceOrderId}/cancel",
  "summary": "VTex Cancel order in marketplace",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "date": "2021-06-09T15:22:56.7612218-02:00",
        "orderId": "1138342255777-01",
        "receipt": "527b1ae251264ef1b7a9b597cd8f16b9"
      }
    }
  ]
}