App Flow

Before you get started building your custom menu, it's helpful to start with a quick read-through of how your website will interact with the AIQ Ecommerce API.

Home Page

Your site's home page could display a list of top selling products and display a banner if the store is open and accepting orders.

Example: https://www.highscore-cannabis.com/

πŸ“˜

Relevant endpoints:

Get venue by id - https://api-docs.dispenseapp.com/reference/get_venues-id

List products - https://api-docs.dispenseapp.com/reference/get_products

Products Page

Your product or 'shop' page could display all the products available at the store, and provide filtering and search.

Example: https://www.highscore-cannabis.com/shop

πŸ“˜

Relevant endpoints:

List products - https://api-docs.dispenseapp.com/reference/get_products

Product Detail Page

Your site's product detail page can show an individual product with details like

  1. name
  2. description
  3. labs -

Example: https://www.highscore-cannabis.com/none/hazmat-og

Cart Page

Example: https://www.highscore-cannabis.com/?cart=true

Checkout Page