Every call names a pharmacy
You act on behalf of a pharmacy in your group, identified by NPI. The field name changes with the operation:
An NPI outside your group returns
403.
Base URLs
Authenticate with
X-INVIEW-AUTH. See Authentication.
Enums are integers
Request and response enums are sent as integers with no names attached. The Enumerations page maps every value.Pending-only mutations
Marketplace listings, draft listings and cash offers can only be updated or cancelled while Pending. Any later state returns409 Conflict.
Two error shapes
Validation failures return a field-keyederrors object; everything else returns
{ error, statusCode, message }. Branch on the status code rather than assuming a shape —
see Errors.