Discover/nabis.com API
live

nabis.com APInabis.com

Access Nabis cannabis wholesale data: CA and NY inventory, SKU lookups, retailers, orders, warehouses, and invoices via 9 structured endpoints.

Endpoints
9
Updated
4mo ago
Try it
Page number
Max results per page (1-500)
Nabis x-nabis-access-token header value
api.parse.bot/scraper/05fa71df-cbde-47ae-8e29-945e53b3144b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/05fa71df-cbde-47ae-8e29-945e53b3144b/get_inventory_ca' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Retrieve paginated list of cannabis inventory/products available in California.

Input
ParamTypeDescription
pageintegerPage number
limitintegerMax results per page (1-500)
access_tokenrequiredstringNabis x-nabis-access-token header value
Response
{
  "type": "object",
  "fields": {
    "items": "array",
    "total": "integer"
  },
  "sample": {
    "items": [
      {
        "skuCode": "SKU12345",
        "skuName": "Blue Dream 3.5g"
      }
    ],
    "total": 100
  }
}

About the nabis.com API

The Nabis API exposes 9 endpoints covering the Nabis cannabis wholesale platform, including paginated inventory for California and New York, licensed retailer listings, wholesale orders, warehouse locations, and invoice records. The get_inventory_by_sku_ca endpoint returns product details by SKU code, while get_nabis_days_off exposes non-delivery dates that affect fulfillment scheduling — all scoped to licensed business accounts authenticated with a valid access token.

Inventory and Product Lookup

Two state-specific inventory endpoints — get_inventory_ca and get_inventory_ny — return paginated arrays of available cannabis products, each accepting page and limit parameters (up to 500 results per page) alongside a required access_token. For granular product data in California, get_inventory_by_sku_ca accepts a sku_code and returns fields including skuCode and skuName. The New York equivalent, get_inventory_by_product_code_ny, uses an item_code parameter and returns skuName and itemCode.

Orders, Invoices, and Retailers

get_orders returns a paginated list of wholesale orders placed through the platform, and get_invoices returns the corresponding invoice records — both accept page and limit for pagination. get_retailers exposes licensed dispensary retailers on the Nabis network, also paginated. These three endpoints together cover the core transactional data a brand or distributor needs to reconcile fulfillment and billing.

Warehouses and Operational Dates

get_warehouses returns Nabis warehouse location records, useful for understanding distribution coverage. get_nabis_days_off requires only an access_token and returns an array of dates when Nabis does not make deliveries — holidays and other non-operational days. This is particularly relevant when building order scheduling or lead-time calculation logic that needs to account for actual delivery availability.

Common use cases
  • Sync California and New York cannabis product catalogs into an internal inventory management system using get_inventory_ca and get_inventory_ny
  • Look up product details by SKU for CA order confirmation flows using get_inventory_by_sku_ca
  • Reconcile wholesale invoices against placed orders by cross-referencing get_invoices and get_orders records
  • Build a retailer directory or coverage map from licensed dispensary data returned by get_retailers
  • Exclude Nabis non-delivery dates from automated order scheduling using get_nabis_days_off
  • Map fulfillment routes or distribution zones using warehouse locations from get_warehouses
  • Monitor order history for a licensed brand account by polling get_orders with pagination
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Nabis have an official developer API?+
Yes. Nabis provides an official API for licensed platform partners, documented at https://developer.nabis.com. The Parse API wraps the same data surfaces under a consistent interface with a single access token.
What does `get_inventory_ca` actually return, and how is pagination controlled?+
get_inventory_ca returns an items array of product records and a total integer indicating the full result count. You control pagination with page (page number) and limit (results per page, max 500). The same pagination parameters apply to get_inventory_ny, get_retailers, get_orders, get_warehouses, and get_invoices.
Is product data available for states other than California and New York?+
Not currently. The API covers inventory lookup for California via get_inventory_ca and get_inventory_by_sku_ca, and New York via get_inventory_ny and get_inventory_by_product_code_ny. You can fork this API on Parse and revise it to add inventory endpoints for additional states if Nabis expands coverage.
Does the API expose product pricing or stock quantity fields?+
The documented response fields for inventory endpoints include skuCode, skuName, and itemCode, along with the broader items array. Detailed sub-fields such as unit pricing or on-hand quantity are nested inside items but not individually enumerated in the endpoint spec. You can fork the API on Parse and revise response mapping if you need those fields surfaced explicitly.
Can I filter orders or invoices by date range or status?+
The current get_orders and get_invoices endpoints accept only page and limit for pagination — date range or status filtering is not exposed. You can fork this API on Parse and revise the endpoint to add filtering parameters if those inputs are available upstream.
Page content last updated . Spec covers 9 endpoints from nabis.com.
Related APIs in MarketplaceSee all →
leafly.com API
Browse and search Leafly's cannabis catalog. Look up strains by effect, flavor, terpene, or medical use. Find dispensaries near any location, explore their menus and product details, and search across strains, brands, dispensaries, and articles.
costcobusinessdelivery.com API
Search and browse Costco Business Delivery products by category or keyword to find pricing, specifications, and availability for bulk purchases. Locate nearby Costco Business warehouses and filter results by product attributes to compare options and make informed buying decisions.
zabars.com API
Search and browse Zabar's gourmet food products with autocomplete suggestions and detailed item information including pricing and availability. Get paginated results to easily discover specialty foods, wines, and delicacies from their curated selection.
cigarsinternational.com API
Search and browse cigars by brand, category, and daily deals while reading customer reviews to find the perfect smoke. Discover store locations and explore comprehensive product information across Cigars International's entire catalog.
instacart.com API
Search for grocery products across multiple retailers, view store locations and availability, and access detailed product information including prices and descriptions. Find the best deals and nearest stores offering the items you need.
napaonline.com API
Search NAPA Auto Parts' catalog to find compatible parts by vehicle type, get detailed product information with reviews, and discover similar products all in one place. Browse by vehicle year, make, and model to quickly locate the right parts and read what other customers think about them.
cvs.com API
Find nearby CVS Pharmacy locations and check their hours, then search for products and verify real-time availability at specific stores. Quickly locate what you need and confirm it's in stock before making a trip.
nyse.com API
nyse.com API