Update Order
PUT {{URL}}/patient/{{PATIENT_ID}}/order/{{ORDER_ID}}
Make updates to an existing order. Use this to add more OTC products, or cancel an existing order. Updates to an order may not be allowed after it has passed a certain internal stage.
Request Body
{"patientId"=>123, "addressId"=>345, "prescriptionId"=>56, "otcProducts"=>[{"name"=>"Vitamin B", "quantity"=>2, "daysSupply"=>60, "variantId"=>325}], "orderStatus"=>"CANCELLED"}