Private API
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.
The API is versioned using a URL prefix. The current version is v1, and all endpoints use the /admin/api/v1/ namespace.
All responses follow a common format:
{
  "meta": {
    "success": true
  },
  "data": /* Response data */
}/pre-orders/count-units/sku/:sku
Last updated
