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
3mo 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 →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.