Public API

If you are using our Shopify App, this section is irrelevant and you should follow Installing our Shopify App instead. See Purple Dot Overview for the comparison of our Shopify App vs. Platform integrations.

This reference documents the public API that can be used to get information about Waitlists and product availability, both server- and client-side.

Include your store's public API key as an api_key query parameter in all requests.

The API is versioned using a URL prefix. The current version is v1, and all endpoints use the /api/v1/ namespace.

All responses follow a common format:

{
  "meta": {
    "result": "success"
  },
  "data": /* Response data */
}

/waitlists

/availability

/products/preorder-state

/variants/preorder-state

Last updated