Respond to clinic requests

Clinic Requests is where a clinic-side IVR turns into a real order on your desk. Every request in this queue is attributed to your catalog, came from an approved-tether clinic, and is waiting on you to accept it, ship it, or decline it.

Before you start

What lands in the queue

Two kinds of requests show up on /vendor/requests:

Each row shows:

Column What you see
Request Clinic-side order name, with a (bulk) tag when there is no provider request behind it.
Product Product summary (name, SKU, HCPCS/Q-code).
Qty Total requested quantity across line items.
Status Pending (1), Shipped (2), Completed (4).
Actions Accept, Ship, Decline — greyed out once the request has shipped.

The Refresh button re-pulls the queue on demand; the page is otherwise read-only until you act.

What each action does

Actions here write to the tables the clinic watches, not just to your side — the clinic sees your response inside minutes of you clicking.

Accept

Acknowledges the request. No status change on the shared order. By design, the clinic does not see movement at Accept — the clinic sees movement at Ship. Use Accept when you want an internal timestamp that says "we saw this and it's ours to fulfill" without changing anything on the clinic's screen. It writes an audit-log entry to your side.

Ship

Moves the clinic order to Shipped (status 2) and creates the shipment projection (an Advance Ship Notice tied to the existing order — not a new order minted on top of theirs). This is the transition the clinic watches for: their receiving team can now expect the box, and the same shipment will pre-stage in their receiving queue when it arrives. See Create and track shipments for the fields the shipment carries (carrier, tracking number, expected date, lot detail).

Ship is a forward-only transition. Once a request shows Shipped you cannot re-open it from this page — corrections happen on the shipment record.

Decline

Two behaviors depending on the request type:

Use Decline for anything you cannot fulfill: out of stock beyond a reasonable window, product discontinued, tether-scope mismatch, or a catalog error you have not yet fixed.

Field workflow

  1. Open Requests (/vendor/requests). New requests land at the top.
  2. For each request: - Confirm the product, quantity, and target clinic match what your ops team can fulfill today. - Click Accept if you are handing to fulfillment and want an internal timestamp. - Click Ship when the box goes out. Enter carrier, tracking number, and any lot detail on the shipment record (linked from the request). - Click Decline with a short reason if you cannot fulfill.
  3. Watch the clinic-side status column update on your next refresh. The Home page also aggregates open requests, so the queue drains as you work.

Guardrails you can rely on

Where a request goes after you Ship

Troubleshooting

Symptom Likely cause What to do
An expected clinic order is not in the queue The clinic tether is not yet approved, or the product they ordered is not attributed to your catalog Verify the tether status in Clinics; verify the SKU has been pushed and accepted at the clinic.
Ship button is disabled Request already shows Shipped or Completed Refresh — you (or another user on your team) already shipped it.
Decline did not update on the clinic side Bulk request without a provider request id Bulk declines record an audit note only; contact your clinic AP or ops contact to close out the order on their side.
A request from a revoked-tether clinic reappeared Tether was re-approved Requests re-surface as soon as the tether returns to approved.

Auto-rendered from related: in frontmatter.

ESC