{ "operationId": "InvoiceNotification2", "method": "POST", "path": "/api/orders/pvt/document/{orderId}/invoices", "summary": "VTex Order invoice notification", "requestExamples": [ { "contentType": "application/json", "example": { "type": "Output", "issuanceDate": "2010-01-31", "invoiceNumber": "9999", "invoiceValue": "10000", "invoiceKey": null, "invoiceUrl": null, "courier": null, "trackingNumber": null, "trackingUrl": null, "dispatchedDate": null, "items": [ { "id": "1234", "price": 10000, "quantity": 1 } ] } } ], "responseExamples": [] }