cURL
curl --request POST \ --url https://api.quivo.co/orders/{orderId}/attachments/upload
{ "fileKey": "<string>", "uploadUrl": "<string>", "mimeType": "<string>" }
Upload and attach a file to the specified order in a single request.
The unique identifier for an order.
Mime type of the attachment
Returns the uploaded and attached file information with assigned identifier and file details for the order.
Result of uploading an order attachment. Contains attachment identifier and file reference.
File key which should be used for uploading the file and adding the attachment
URL for uploading the attachment
Mimetype of the attachment