VTEX · Example Payload

Vtex Authorize Fulfillment Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Authorize Fulfillment 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": "authorize-fulfillment",
  "method": "POST",
  "path": "/pvt/orders/{sellerOrderId}/fulfill",
  "summary": "VTex Authorize fulfillment",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "date": "2014-10-06 18:52:00",
        "marketplaceOrderId": "1138342255777-01",
        "orderId": "959311095",
        "receipt": "e39d05f9-0c54-4469-a626-8bb5cff169f8"
      }
    }
  ]
}