Product updates, API changes, and announcements.
price
field has been removed from prescription and non-prescription products. Previously it was a required field.custom_shipping
object during new order creation or order update, providing a prepaid label and other shipping details.electronic_prescription_ids
(an array of IDs) in the creation of a new order. This is an optional convenience field and is not required; however if you are using the Electronic Prescriptions endpoint to create prescriptions, for your own record-keeping or to optimize prescription matching, you may send your resulting electronic prescription ID values along with a new order.Electronic Prescription IDs will also be returned in any single order GET request (as electronic_prescription_ids
). They will not be returned in Get Orders.patient_id
to match an existing patient;patient: {"id": "{UUID}"}
to match an existing patient;patient: {"external_id": "{external_id_value}"}
to match an existing patient (by your own ID); orpatient: {new patient data}
to create a new patient within the new order workflowpatient
or patient_id
is required.medication
entities can now be sent (as a medications
array) in a single Electronic Prescription request, if all other aspects of the prescription (patient, prescriber, order) are the same across medications. A single medication
can still be sent as a standalone object.Authorization: Bearer
header. Once you generate a secret, it will be sent in all webhook events.POST
body of a New Order. (Previously a Patient would need to be created in a separate request, and referenced in the New Order creation.)<SCRIPT>
format was required for direct submission of electronic prescriptions.received
state can be paused or cancelled. For orders already in processing, you must contact Blend for special exception handling.