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 /customersGET /customers/[objectID]
Endpoints that don't require authentication.
Retrieve information about product collections.
GET /collectionsGET /collections/[objectID]
Fetch the data used to render the storefront Layout component.
GET /layout
Retrieve information about shop menus.
GET /menusGET /menus/[objectID]
Retrieve information about online store pages.
GET /pagesGET /pages/[objectID]
Fetch the storefront's Apple Music playlist data.
GET /playlist
Retrieve information about store policies.
GET /policiesGET /policies/[objectID]
Retrieve information about store products.
GET /productsGET /products/[objectID]
Create and list product reviews.
GET /reviewsGET /reviews/[objectID]POST /reviews
- Algolia - Site Search & Discovery powered by AI
- Shopify Admin REST API - Shopify REST API
- Vercel - Hosting platform for serverless functions