Morena's Kustomz Serverless REST API
Getting Started
Usage
Built With
Contributing
Serverless REST API for Morena's Kustomz, an online cannabis accessory store.
Base URL: https://kapi.flexdevlopment.vercel.app
- Documentation follows OpenAPI Specification v3.0.3 standards.
Endpoints that require a valid userToken
(Shopify API token) query.
Retrieve information about shop customers.
GET /customers
GET /customers/[objectID]
Endpoints that don't require authentication.
Retrieve information about product collections.
GET /collections
GET /collections/[objectID]
Fetch the data used to render the storefront Layout
component.
GET /layout
Retrieve information about shop menus.
GET /menus
GET /menus/[objectID]
Retrieve information about online store pages.
GET /pages
GET /pages/[objectID]
Fetch the storefront's Apple Music playlist data.
GET /playlist
Retrieve information about store policies.
GET /policies
GET /policies/[objectID]
Retrieve information about store products.
GET /products
GET /products/[objectID]
Create and list product reviews.
GET /reviews
GET /reviews/[objectID]
POST /reviews
- Algolia - Site Search & Discovery powered by AI
- Shopify Admin REST API - Shopify REST API
- Vercel - Hosting platform for serverless functions