v1

latestOpenAPI 3.1.02026-07-14460151.1 KB

Get design's estimated ship date

Retrieve a single product's estimated ship date

get/v2/designs/{id}/estimated-ship-date

Path parameters

idstring required

Product ID

Response

200

Example response

{
  "data": {
    "estimated_ship_date": "2026-03-02T13:40:51-05:00"
  }
}