BestRx APIs
Contact Us
  1. Delivery/Shipping Provider API
  • Introduction - BestRx APIs
  • Patient API
    • Overview
    • Error Codes
    • Add Patient
      POST
    • Update Patient
      POST
    • Get Patient
      POST
    • Submit Charge Account Payment
      POST
  • Drug API
    • Overview
    • Error Codes
    • Get Drug Information
      POST
  • Prescription API
    • Overview
    • Error Codes
    • Submit Rx Transfer Request
      POST
    • Return to Stock
      POST
    • Save Rx Signature
      POST
  • Refill API
    • Overview
    • Error Codes
    • GetPatientProfile
      POST
    • Send Refill Request
      POST
  • BestPOS API
    • Overview
    • Error Codes
    • Create POS Transaction
    • Get POS Transaction Status
    • Get Item Details
  • Delivery/Shipping Provider API
    • Overview
    • Error Codes
    • Address Validation
      POST
    • Create Order
      POST
    • Update Order Status
      POST
    • Cancel Order
      POST
  • Realtime Data Feed Specification
    • Overview
    • Patient Update Callback
    • E-Prescription Notification Callback
    • Prescription Update Callback
  1. Delivery/Shipping Provider API

Overview

This document is used as a guide to help implement BestRx Delivery/Shipping Provider API endpoints.

Service Address#

The service is hosted on https:// server
https://dispensingservice.bestrxconnect.com/Order

Operations#

Address Validation
Create Order
Update Order Status
Cancel Order
NOTE
● The Create Order, Address Validation, and Cancel Order functions go from the Pharmacy to Vendor.
● The Update Order Status function goes from Vendor to the Pharmacy.
● The Address Validation function is optional, but the other 3 are required for integration.

Authentication#

Basic Authentication: Credentials will be provided by BestRx
Modified at 2024-06-14 19:21:01
Previous
Get Item Details
Next
Error Codes