Dutchie Plus Menu API

The core headless-storefront query. `menu(filter, pagination)` returns a retailer's live product catalog - each Product carries brand, category, strainType, description, image, CBD/THC potency, and priced variants (option, priceRec, priceMed, and special prices). Filter by Category and paginate with limit/offset. Confirmed against the official Dutchie Plus Next.js example.

API entry from apis.yml

apis.yml Raw ↑
aid: dutchie:dutchie-plus-menu-api
name: Dutchie Plus Menu API
tags:
- Menu
- Products
- Variants
- Inventory
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://plus.dutchie.com/plus/docs
baseURL: https://plus.dutchie.com/plus/2021-07/graphql
properties:
- url: https://plus.dutchie.com/plus/docs
  type: Documentation
- url: graphql/dutchie-graphql.md
  type: GraphQL
- url: graphql/dutchie-schema.graphql
  type: GraphQL
description: The core headless-storefront query. `menu(filter, pagination)` returns a retailer's live
  product catalog - each Product carries brand, category, strainType, description, image, CBD/THC potency,
  and priced variants (option, priceRec, priceMed, and special prices). Filter by Category and paginate
  with limit/offset. Confirmed against the official Dutchie Plus Next.js example.