Pricing

Returns real-time prescription pricing across all discount card partners configured for your marketplace, for a given drug (NDC) and quantity at a specific pharmacy location. Partners are returned sorted by price ascending so the lowest-cost option is always first.

Two versions are available depending on your use case:

VersionEndpointUse when
V1GET /marketplace/drug-pricing-partnerYour flow continues to coupon generation
V2GET /marketplace/v2/drug-pricingDisplaying partner information to end users

V1 includes partner credentials (PartnerUser, PartnerPassword) required for coupon generation, plus extended drug fields (name, SEO slug, controlled substance flag) and pharmacy coordinates.

V2 omits partner credentials and adds customer-facing metadata: support phone, support email, terms and conditions URL, and a possessive marketing name for use in UI copy (e.g. "Save with <Partner>'s card").

Both versions return the same core pricing data. Choose based on whether your integration needs to generate coupons (V1) or display partner information to end users (V2).