Pharmacy Orders
Manage pharmacy orders — view incoming prescription orders and update their status as you process them.List Orders
Page number (0-indexed)
Number of items per page (max 200)
Filter by status (e.g.,
waiting for pharmacy, on-hold, in-progress, completed)Search term. Case-insensitive substring match against shop order name (e.g.
#1234), pharmacy order name, patient name, order UID, and pharmacy order UID.Required for group-wide API keys
Response
Order Response Fields
Human-readable shop order name from the originating shop (e.g.
#1234). null for orders without a linked shop order.Shop shipping methods attached to the connected shop order. Each entry includes
the shop method (
uid, display_name, external_id) and the pharmacy-specific
mapping when one has been configured.Pharmacy-specific mapping for this shop shipping method. When present, it includes
pharmacy_uid and shipping_method_identifier_for_pharmacy.Shipping costs in cents, for example
499 for EUR 4.99. This value is separate
from product line item prices.ISO currency code for the shipping costs, for example
EUR.Priority hint for handling order sooner. Higher = more urgent.
0 means no special priority.Shop shipping methods come from connected shop orders. Pharmacists can configure
pharmacy-specific identifiers for each shop shipping method in the pharmacy tool
settings. If no mapping exists yet, the API still returns the shop shipping method
with
pharmacy_mapping: null. After a pharmacist saves a mapping, future order
responses include the configured shipping_method_identifier_for_pharmacy.Get Order Details
Response (additional fields)
Update Order Status
Request Body
New order status. See the table below for accepted values.
Free-text explanation for the status change. Required (and must be non-blank) when transitioning to
on-hold from any other status — the comment becomes the description of the admin issue thread that is automatically opened for the on-hold. Ignored for all other status transitions.Allowed Status Values
| Status | Description |
|---|---|
waiting for pharmacy | Order is in your queue, waiting to be processed |
pending review | Order is being reviewed |
on-hold | Order is paused while the pharmacy and admin team clarify an issue |
in-progress | Order is being prepared |
ready_for_pickup | Order is packed and ready for pickup or shipping |
cancelled | Order was cancelled |
Putting an Order On Hold
When you move an order intoon-hold, you must include a comment describing why the order is being paused. RxScale opens an admin issue thread automatically and uses your comment as the thread description so the admin team has the context they need to follow up.
comment, or with a comment that is only whitespace, returns a 400 response with body:
on-hold PATCH requests for an order that is already on-hold do not require a new comment — they are treated as idempotent re-sends.
Complete Order
orders_write permission.
Required for group-wide API keys
Request Body
tracking_links is optional. If provided, the first tracking link is forwarded with the shipment update.