Update an attachment from an order.

Use this endpoint to update an attachment from an existing order. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.

Path Params
string
required
string
required
Body Params
string | null
boolean | null
boolean | null
int32
enum

[0 - 'Order', 1 - 'Delivery', 2 - 'OrderItem', 3 - 'Pickup', 4 - 'AdditionalSignature', 5 - 'ProofOfDelivery']

Allowed:
Responses
200

The attachment was successfully updated

400

Request has missing/invalid values

404

Order or attachment not found

500

An error occurred when trying update the attachment.

Language
Response
Click Try It! to start a request and see the response here!