- ShippingAddressInput
Attributes of the file to be uploaded
{ "name": "Example String", "type": "BMP", "category": "ORDERS" }
Information about the doctor
Doctor ID (conditionally required if doctor name, practice name, and phone number are not set)
Doctor name (conditionally required if doctor ID is not set)
Practice name (conditionally required if doctor ID is not set)
Phone number (conditionally required if doctor ID is not set)
Fax number
Doctor email address
Street address #1
Street address #2
City
State
Zip code
Website URL
{ "doctorId": "Example String", "doctorName": "Example String", "practiceName": "Example String", "phoneNumber": "Example String", "faxNumber": "Example String", "email": "Example String", "address": "Example String", "address2": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String", "url": "Example String" }
Used by 'doctors' query to find doctors with matching fields
Doctor name
Practice name
Phone number
Fax number
Doctor email address
Street address #1
Street address #2
City
State
Zip code
Website URL
{ "doctorName": "Example String", "practiceName": "Example String", "phoneNumber": "Example String", "faxNumber": "Example String", "email": "Example String", "address": "Example String", "address2": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String", "url": "Example String" }
Shipping address information
Name of the recipient if different than the Patient name
Street address #1
Street address #2
City
State
Zip code
{ "to": "Example String", "address": "Example String", "address2": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String" }
Information about a product/prescription. Use 'products' query to find possible values for product-specific prescription parameters.
ID that uniquely maps to a manufacturer, brand, and model combination
Indication of left (OS) or right (OD) eye
The amount of lens power measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The width of the contact lens from edge to edge measured by millimeters
Indication of the curvature of the inside of the lens
The lens meridian with no cylinder power, indicated by a value between 1 and 180 degrees
The amount of lens power for astigmatism measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The additional magnifying power that applies to the bottom portion of multifocal lenses to fix presbyopia
Indication of dominant or non-dominant eye
Color of the lens
Number of lenses per package
Number of packages
{ "productId": "Example String", "eye": "RIGHT", "sphere": "Example String", "diameter": "Example String", "baseCurve": "Example String", "axis": "Example String", "cylinder": "Example String", "addition": "Example String", "dominance": "Example String", "color": "Example String", "packageSize": 40, "quantity": 40 }
Product information
Base 4-letter ID for the product mapping
Base/Product Key for the product mapping
partner product ID for the product mapping
Manufacturer name
Brand name
Possible sphere values
Possible diameter values
Possible baseCurve values
Possible axis values
Possible cylinder values
Possible addition values
Possible dominance values
Possible color values
Number of lenses per package
{ "baseId": "Example String", "productKey": "Example String", "productId": "Example String", "manufacturer": "Example String", "brand": "Example String", "sphere": [ "Example String" ], "diameter": [ "Example String" ], "baseCurve": [ "Example String" ], "axis": [ "Example String" ], "cylinder": [ "Example String" ], "addition": [ "Example String" ], "dominance": [ "Example String" ], "color": [ "Example String" ], "packageSize": [ "Example String" ] }
Custom tags containing references to other systems
The name of the tag
The value of the tag
{ "name": "Example String", "value": "Example String" }
ID that uniquely maps to a manufacturer, brand, and potentially other parameters
The width of the contact lens from edge to edge measured by millimeters
Indication of the curvature of the inside of the lens
The amount of lens power measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The lens meridian with no cylinder power, indicated by a value between 1 and 180 degrees
The amount of lens power for astigmatism measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The additional magnifying power that applies to the bottom portion of multifocal lenses to fix presbyopia
Indication of dominant or non-dominant eye
Color of the lens
Number of lenses per package
Number of packages
{ "productId": "Example String", "diameter": "Example String", "baseCurve": "Example String", "sphere": "Example String", "axis": "Example String", "cylinder": "Example String", "addition": "Example String", "dominance": "Example String", "color": "Example String", "packageSize": 40, "quantity": 40 }
{ "right": { "__typename": "ContactsProductInput" }, "left": { "__typename": "ContactsProductInput" } }