This reference documents the private API that can be used to access private data in Purple Dot.
Include your Purple Dot store's private access token as X-Purple-Dot-Access-Token header in all requests.
X-Purple-Dot-Access-Token
The API is versioned using a URL prefix. The current version is v1, and all endpoints use the /admin/api/v1/ namespace.
v1
/admin/api/v1/
All responses follow a common format:
{ "meta": { "success": true }, "data": /* Response data */ }
/waitlists
/pre-orders
/pre-orders/count
/pre-orders/count-units/sku/:sku
/inventory
/fulfillment-orders
/fulfillment-orders/:id(uuid)
/fulfillment
Last updated 1 month ago