/waitlists
Get all open Waitlists. Useful for determining which products have a Waitlist.
Request:
api_key
- Your Purple Dot store's public API key
Response:
data
- An array containing all the open Waitlistsid
- The Waitlist IDstate
- The Waitlist statedisplay_dispatch_date
- The Waitlist estimated shipping datespayment_plan_descriptions
- (platform integrations only, otherwisenull
) Shopper friendly description of your store's pre-order payment plan, if anyselling_plan_id
- (Shopify app integrations only, otherwisenull
) The Shopify ID of the selling plan linked to this Waitlistis_scheduled
- If this Waitlist is yet to go live in your storefrontlaunch_date
: The date this Waitlist goes live in your storefrontproduct
- An object containing the Waitlisted productid
- The ID of the product used by the connected store, e.g. Shopifyproduct.id
product_code
- The product code used by the connected store, e.g. Shopifyproduct.handle
Examples:
Last updated