- GlassesFulfillmentJobOptionsInput
Information about the frame
Frame SKU
{ "sku": "Example String" }
Information about the glasses prescription
File ID from uploadFile
Prescription ID
Prescribing doctor details
Patient details
Prescribed corrections for distance, near, or multifocal lenses
Issue date for the prescription YYYY-MM-DD format
Expiration date for the prescription YYYY-MM-DD format
{ "fileId": "Example String", "prescriptionId": "Example String", "doctor": { "__typename": "DoctorInput" }, "patient": { "__typename": "PatientInput" }, "corrections": [ { "__typename": "GlassesLensesInput" } ], "issueDate": "Example String", "expirationDate": "Example String" }
{ "lenses": { "__typename": "GlassesLensesInput" }, "frame": { "__typename": "GlassesFrameInput" }, "prescription": { "__typename": "GlassesPrescriptionInput" } }
{ "jobId": "Example String" }
{ "jobId": "Example String", "sendText": true, "sendEmail": true, "buyLink": true }
{ "frameOnly": true, "lensReplacement": true, "lensProtection": true, "sendBox": true }
The number of seconds between 0 and 20 to wait for completion; Default: 0 (no wait)
{ "glassesPrescriptionVerification": { "__typename": "GlassesPrescriptionVerificationJobOptionsInput" }, "glassesPrescriptionIssuance": { "__typename": "GlassesPrescriptionIssuanceJobOptionsInput" }, "glassesFulfillment": { "__typename": "GlassesFulfillmentJobOptionsInput" }, "wait": 40 }
Information about the patient
Patient ID
First name
Middle name
Last name
Date of birth in ISO 8601 format, i.e., YYYY-MM-DD
Phone number
Email address
Street address #1
Street address #2
City
State
Zip code
Scheduler link
{ "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", "schedulerLink": "Example String" }
Information about the lens
Lens type
Lens focus
Lens material
Lens quality
Lens color
Lens edge type
Additional anti-reflective, anti-fog, anti-scratch, and other coatings
Optionally provided prescription details, applicable to CORRECTIVE lenses only
Optionally provided correction details, applicable to CORRECTIVE lenses only
{ "type": "DEMO", "focus": "BIFOCAL", "material": "CR39", "quality": "STANDARD", "color": "Example String", "edge": "POLISH", "addons": "Example String", "prescription": { "__typename": "PrescriptionInput" }, "corrections": { "__typename": "CorrectionsInput" } }
Prescription details
File ID
{ "fileId": "Example String" }
Use glasses property
{ "type": "GLASSES", "itemId": "Example String", "description": "Example String", "comment": "Example String", "glasses": { "__typename": "GlassesItemInput" }, "lensReplacement": { "__typename": "LensReplacementItemInput" }, "contacts": { "__typename": "ContactsItemInput" } }