# Add insurance to an existing order If the customer did not purchase insurance during checkout, you can merchant-insure an order after-the-fact with this endpoint. Note: it is very important that you verify the status code of this request as not every order is eligible for insurance. Endpoint: PATCH /orders/{shopOrderId}/add_insurance Version: 1.0.0 Security: api_key ## Header parameters: - `Content-Type` (string, required) Content-Type must be application/json Example: "application/json" - `Accept` (string, required) Accept must be application/json Example: "application/json" ## Path parameters: - `shopOrderId` (string, required) Your ID for the Order ## Response 200 fields ## Response 404 fields ## Response 422 fields