MEFS API Reference Help

Get a specific Order

This API allows clients to retrieve the details of a specific Order by the Order identifier.

The order details includes general information such as creation and shipment dates, tracking number, external identifier, etc. Also, it includes the details about ordered product, customer, and centration report.

API Reference

/api/v1/orders/{id}

Request parameters

Responses

{ "id": 4321, "code": "EYE25ORDCEA", "externalId": "EXTERNAL-REFERENCE-35", "creationDate": "2025-03-02T10:56:47.413Z", "dueDate": "2025-03-13T10:56:47.413Z", "status": "InProduction", "shipped": null, "shippingTrackingNumber": null, "shopId": "8e77da2e-ee9c-441f-961f-04df75ecb037", "measurements": { "left": { "cd": 30.676189422607422, "cvd": 13.8612060546875, "eph": 21.932409286499023, "lffa": 0.7725309133529663, "pa": 5.909693717956543 }, "right": { "cd": 29.666410446166992, "cvd": 13.866111755371094, "eph": 21.932409286499023, "lffa": 0.3830840587615967, "pa": 5.905313491821289 }, "fpa": null, "fffa": null, "convgCorr": null }, "customer": { "firstName": "John", "lastName": "Doe", "reference": "Customer-JD-2025" }, "product": { "code": "Style01", "name": "In Style 01", "components": [ { "type": "Frame", "size": "50x18", "color": "Color1" }, { "type": "Temples", "size": "150", "color": "Color2" } ], "skuNumber": "SI0001", "price": 55.0, "currency": "EUR" } }
{ "type": "example", "title": "example", "status": 96, "detail": "example", "instance": "example" }
{ "type": "example", "title": "example", "status": 96, "detail": "example", "instance": "example" }
Last modified: 30 квітня 2025