/products/preorder-state
Last updated
curl --request GET \
--url 'https://www.purpledotprice.com/api/v1/products/preorder-state?api_key=<...>&handle=womens-white-sneakers'{
"meta": {
"result": "success"
},
"data": [
{
"state": "ON_PREORDER",
"waitlist": {
"id": "00fe49ba-8e43-4b10-9588-dccaa30f19ac",
"display_dispatch_date": "Estimated ship date 10–15 Jun",
"payment_plan_descriptions": null,
"selling_plan_id": null,
},
"product": {
"id": "4697179062404",
"product_code": "womens-white-sneakers"
}
}
]
}