Glasses Frame Input
Information about the frame
sku
Frame SKU
Sample
{ "sku": "Example String" }
Referenced in
Glasses Prescription Input
file Id
File ID from uploadFile
prescription Id
Prescription ID
doctor
Prescribing doctor details
patient
Patient details
corrections
Prescribed corrections for distance, near, or multifocal lenses
Sample
{ "fileId": "Example String", "prescriptionId": "Example String", "doctor": { "__typename": "DoctorInput" }, "patient": { "__typename": "PatientInput" }, "corrections": [ { "__typename": "GlassesLensesInput" } ] }
Referenced in
Glasses Input
Sample
{ "lenses": { "__typename": "GlassesLensesInput" }, "frame": { "__typename": "GlassesFrameInput" }, "prescription": { "__typename": "GlassesPrescriptionInput" } }
Referenced in
Glasses Fulfillment Options Input
Sample
{ "frameOnly": true, "lensReplacement": true, "lensProtection": true, "sendBox": true }
Referenced in
Glasses Options Input
verification
prescription
fulfillment
Sample
{ "verification": { "__typename": "GlassesVerificationOptionsInput" }, "prescription": { "__typename": "GlassesPrescriptionOptionsInput" }, "fulfillment": { "__typename": "GlassesFulfillmentOptionsInput" } }
Referenced in
Patient Input
Information about the patient
patient Id
Patient ID
first Name
First name
middle Name
Middle name
last Name
Last name
date Of Birth
Date of birth in ISO 8601 format, i.e., YYYY-MM-DD
phone Number
Phone number
email
Email address
address
Street address #1
address2
Street address #2
city
City
state
State
zip Code
Zip code
Sample
{ "patientId": "Example String", "firstName": "Example String", "middleName": "Example String", "lastName": "Example String", "dateOfBirth": "Example String", "phoneNumber": "Example String", "email": "Example String", "address": "Example String", "address2": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String" }
Lens Input
Information about the lens
type
Lens type
focus
Lens focus
material
Lens material
quality
Lens quality
color
Lens color
edge
Lens edge type
addons
Additional anti-reflective, anti-fog, anti-scratch, and other coatings
prescription
Optionally provided prescription details, applicable to CORRECTIVE lenses only
corrections
Optionally provided correction details, applicable to CORRECTIVE lenses only
Sample
{ "type": "DEMO", "focus": "BIFOCAL", "material": "CR39", "quality": "STANDARD", "color": "Example String", "edge": "POLISH", "addons": "Example String", "prescription": { "__typename": "PrescriptionInput" }, "corrections": { "__typename": "CorrectionsInput" } }
Referenced in
Prescription Input
Prescription details
file Id
File ID
Sample
{ "fileId": "Example String" }
Referenced in
Item Input
type
item Id
description
comment
glasses
lens Replacement
Lens Replacement Item Inputdeprecated
Deprecation reason
Use glasses property
contacts
Sample
{ "type": "GLASSES", "itemId": "Example String", "description": "Example String", "comment": "Example String", "glasses": { "__typename": "GlassesItemInput" }, "lensReplacement": { "__typename": "LensReplacementItemInput" }, "contacts": { "__typename": "ContactsItemInput" } }
Referenced in