Contact Product Input
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 }
Tag Input
Custom tags containing references to other systems
{ "name": "Example String", "value": "Example String" }
Contacts Product Input
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": 40, "baseCurve": 40, "sphere": 40, "axis": 40, "cylinder": 40, "addition": 40, "dominance": "Example String", "color": "Example String", "packageSize": 40, "quantity": 40 }
Contacts Products Input
{ "right": { "__typename": "ContactsProductInput" }, "left": { "__typename": "ContactsProductInput" } }
Contacts Prescription Input
File ID from uploadFile (conditionally required if doctor and patient are not set)
Prescription ID
Doctor details (conditionally required if prescription file ID is not set)
Patient details (conditionally required if prescription file ID is not set)
Details about the prescribed contact lenses
{ "fileId": "Example String", "prescriptionId": "Example String", "doctor": { "__typename": "DoctorInput" }, "patient": { "__typename": "PatientInput" }, "products": { "__typename": "ContactsProductsInput" } }
Contacts Input
{ "products": { "__typename": "ContactsProductsInput" }, "prescription": { "__typename": "ContactsPrescriptionInput" } }
Contacts Options Input
{ "verification": { "__typename": "ContactsVerificationOptionsInput" }, "prescription": { "__typename": "ContactsPrescriptionOptionsInput" }, "fulfillment": { "__typename": "ContactsFulfillmentOptionsInput" } }