Store Inventory
Access store inventory data including products, categories, brands, terminals, and inventories.
Base URL: /api/v1/partner/store/inventory
Endpoints Overview
| Method | Endpoint | Description |
|---|---|---|
| GET | /categories | Get All Categories |
| GET | /products | Get All Products |
| GET | /sku/{sku} | Get product by SKU w/ Related Quantities |
| GET | /products/terminals/{terminalId} | Get Products By Terminal |
| GET | /products/dates | Get Products By Modified Dates |
| GET | /products/{productId} | Get Product By Id |
| GET | /brands | Get All Brands |
| GET | /inventories | Get All Inventories |
| GET | /terminals | Get All Inventories |
Get All Categories
GET /api/v1/partner/store/inventory/categories
Retrieve all product categories for the store. Set includeDeleted to true to include soft-deleted categories in the results.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
includeDeleted | boolean | No | include deleted |
Response
Returns a paginated SearchResult of ProductCategory objects.
- Fields
- JSON
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | Unique identifier |
companyId | string | No | Company identifier |
shopId | string | No | Shop identifier |
created | long | No | Created timestamp (epoch ms) |
modified | long | No | Last modified timestamp (epoch ms) |
deleted | boolean | No | Whether the record is deleted |
updated | boolean | No | Whether the record has been updated |
name | string | Yes | Name |
cannabis | boolean | No | Cannabis |
blazeCategoryId | string | No | Blaze Category identifier |
active | boolean | No | Whether active (default: true) |
unitType | unittype | No | Unit Type (default: units) |
lowThreshold | number | No | Low Threshold (default: ZERO) |
complianceId | string | No | Compliance identifier |
archived | boolean | No | Archived (default: false) |
topLevelCategoryId | string | No | Top Level Category identifier |
shopIds | string[] | No | Shop Ids |
parentCategoryId | string | No | Parent Category identifier |
wmCategory | string | No | Wm Category |
externalId | string | No | External system identifier |
priority | integer | No | Priority (default: 0) |
masterId | string | No | Master identifier |
platformCategoryId | string | No | Platform Category identifier |
platformParentCategoryId | string | No | Platform Parent Category identifier |
sourceMap | object | No | Source Map |
photo | CompanyAsset | No | Photo |
labelTemplateId | string | No | Label Template identifier |
categoryApp | string | No | Category App. One of: DISTRO, MANUFACTURING |
unitTrackingEnabled | boolean | No | Unit Tracking Enabled |
isGiftCard | boolean | No | Is Gift Card |
key | final string | No | Key |
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"cannabis": false,
"blazeCategoryId": "abc123",
"active": true,
"unitType": "units",
"lowThreshold": "ZERO",
"complianceId": "abc123",
"archived": false,
"topLevelCategoryId": "abc123",
"shopIds": [],
"parentCategoryId": "abc123",
"wmCategory": "string",
"externalId": "abc123",
"priority": 0,
"masterId": "abc123",
"platformCategoryId": "abc123",
"platformParentCategoryId": "abc123",
"sourceMap": {},
"photo": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"key": "string",
"type": {},
"publicURL": "string",
"active": false,
"priority": 0,
"secured": true,
"thumbURL": "string",
"mediumURL": "string",
"largeURL": "string",
"largeX2URL": "string",
"origURL": "string",
"platformFileUrl": "string"
},
"labelTemplateId": "abc123",
"categoryApp": "DISTRO",
"unitTrackingEnabled": false,
"isGiftCard": false,
"key": {}
}
Get All Products
GET /api/v1/partner/store/inventory/products
Search and filter the store's product catalog. All filter parameters are optional and can be combined: categoryId, strain, term (free-text search), tags, vendorId, and brandId. Results include enriched product information and are paginated with start and limit.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
categoryId | string | No | category i d |
strain | string | No | strain |
term | string | No | term |
start | integer | No | Number of records to skip |
limit | integer | No | Maximum records to return |
tags | string[] | No | tags |
vendorId | string | No | vendor i d |
brandId | string | No | brand i d |
Response
Returns a paginated SearchResult of ProductWithInfo objects.
- Fields
- JSON
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | Unique identifier |
companyId | string | No | Company identifier |
shopId | string | No | Shop identifier |
created | long | No | Created timestamp (epoch ms) |
modified | long | No | Last modified timestamp (epoch ms) |
deleted | boolean | No | Whether the record is deleted |
updated | boolean | No | Whether the record has been updated |
checkSum | long | No | Check Sum |
importId | string | No | Import identifier |
importSrc | string | No | Import Src |
categoryId | string | No | Category identifier |
sku | string | No | Sku |
vendorId | string | No | Vendor identifier |
productSaleType | productsaletype | No | Product Sale Type (default: Both) |
name | string | Yes | Name |
description | string | No | Description (default: ``) |
flowerType | string | No | Flower Type |
unitPrice | number | No | Unit Price |
purchasePrice | number | No | Purchase Price |
weightPerUnit | weightperunit | No | Weight Per Unit (default: EACH) |
unitValue | number | No | Unit Value |
cbg | double | No | Cbg |
totalCannabinoids | double | No | Total Cannabinoids |
totalTerpenes | double | No | Total Terpenes |
terpenoids | object | No | Terpenoids |
active | boolean | No | Whether active (default: true) |
genetics | string | No | Genetics |
medicalConditions | MedicalCondition[] | No | Medical Conditions |
priceRanges | ProductPriceRange[] | No | Price Ranges |
priceBreaks | ProductPriceBreak[] | No | Price Breaks |
assets | CompanyAsset[] | No | Assets |
quantities | ProductQuantity[] | No | Quantities |
instock | boolean | No | Instock (default: false) |
brandId | string | No | Brand identifier |
category | ProductCategory | No | Category |
notes | Note[] | No | Notes |
enableMixMatch | boolean | No | Enable Mix Match (default: false) |
enableWeedmap | boolean | No | Enable Weedmap (default: false) |
showInWidget | boolean | No | Show In Widget (default: true) |
customTaxInfo | TaxInfo | No | Custom Tax Info |
discountable | boolean | No | Discountable (default: true) |
discountEnabled | boolean | No | Discount Enabled (default: true) |
lowThreshold | number | No | Low Threshold |
lowInventoryNotification | boolean | No | Low Inventory Notification (default: false) |
medicinal | boolean | No | Medicinal (default: true) |
byGram | boolean | No | By Gram (default: true) |
byPrepackage | boolean | No | By Prepackage (default: false) |
enableExciseTax | boolean | No | Enable Excise Tax (default: false) |
priceIncludesExcise | boolean | No | Price Includes Excise (default: false) |
priceIncludesALExcise | boolean | No | Price Includes A L Excise (default: false) |
cannabisType | cannabistype | No | Cannabis Type (default: DEFAULT) |
potencyAmount | PotencyMG | No | Potency Amount |
taxTables | CompoundTaxTable[] | No | Tax Tables |
tags | string[] | No | Tags |
qbItemRef | string | No | Qb Item Ref |
customWeight | number | No | Custom Weight |
automaticReOrder | boolean | No | Automatic Re Order (default: false) |
reOrderLevel | number | No | Re Order Level |
leadTime | integer | No | Lead timestamp (epoch ms) (default: 0) |
minDaysOnHand | integer | No | Min Days On Hand (default: 0) |
maxDaysOnHand | integer | No | Max Days On Hand (default: 0) |
customGramType | customgramtype | No | Custom Gram Type (default: GRAM) |
pricingTemplateId | string | No | Pricing Template identifier |
productType | producttype | No | Product Type (default: REGULAR) |
bundleItems | BundleItem[] | No | Bundle Items |
complianceId | string | No | Compliance identifier |
toleranceId | string | No | Tolerance identifier |
producerMfg | string | No | Producer Mfg |
producerLicense | string | No | Producer License |
producerAddress | Address | No | Producer Address |
sellable | boolean | No | Sellable (default: true) |
wmThreshold | number | No | Wm Threshold (default: ZERO) |
salesPrice | number | No | Sales Price |
lastWMSyncTime | long | No | Last W M Sync timestamp (epoch ms) |
lastLeaflySyncTime | long | No | Last Leafly Sync timestamp (epoch ms) |
lastLeaflySyncStatus | boolean | No | Last Leafly Sync Status (default: false) |
overrideMetrcCategoryId | string | No | Override Metrc Category identifier |
wmOnlineSellable | boolean | No | Wm Online Sellable (default: true) |
totalCommittedQuantity | number | No | Total Committed Quantity (default: ZERO) |
totalSellableQuantity | number | No | Total Sellable Quantity (default: ZERO) |
usableMarijuana | number | No | Usable Marijuana (default: ZERO) |
dispatchPrepackageItemId | string | No | Dispatch Prepackage Item identifier |
secondaryVendors | string[] | No | Secondary Vendors |
wmProductId | string | No | Wm Product identifier |
wmBrandId | string | No | Wm Brand identifier |
wmTags | string[] | No | Wm Tags |
maxThc | double | No | Max Thc |
maxCbn | double | No | Max Cbn |
maxCbd | double | No | Max Cbd |
maxCbda | double | No | Max Cbda |
maxThca | double | No | Max Thca |
complianceInfo | ComplianceProductInfo | No | Compliance Info |
totalConsumerOrderQuantity | number | No | Total Consumer Order Quantity (default: ZERO) |
metadata | Metadata[] | No | Metadata |
brandName | string | No | Brand Name |
purchaseLimits | purchaselimit[] | No | Purchase Limits |
productInfoSourcingStrategy | productinfosourcingstrategy | No | Product Info Sourcing Strategy (default: NONE) |
activeBatchId | string | No | Active Batch identifier |
activeBatchSku | string | No | Active Batch Sku |
displayName | string | No | Display Name (default: ``) |
type | integer | No | Type (default: -1) |
externalId | string | No | External system identifier |
masterId | string | No | Master identifier |
parentId | string | No | Parent identifier |
globalProductId | string | No | Global Product identifier |
platformProductId | string | No | Platform Product identifier |
shop | Shop | No | Shop |
sourceMap | object | No | Source Map |
shopsList | Shop[] | No | Shops List |
menuApiBrandName | string | No | Menu Api Brand Name |
menuApiProductName | string | No | Menu Api Product Name |
menuApiProductId | integer | No | Menu Api Product identifier |
menuApiBrandId | integer | No | Menu Api Brand identifier |
metadataModifiedAt | long | No | Metadata Modified At |
component | boolean | No | Component (default: false) |
item | boolean | No | Item (default: false) |
productFamilyId | string | No | Product Family identifier |
archived | boolean | No | Archived (default: false) |
isGiftCard | boolean | No | Is Gift Card |
provider | string | No | Provider |
loyaltyAccrual | boolean | No | Loyalty Accrual (default: true) |
metadataMap | object | No | Metadata Map |
value | final string | No | Value |
value | final string | No | Value |
thc | double | No | Thc |
cbn | double | No | Cbn |
cbd | double | No | Cbd |
cbda | double | No | Cbda |
thca | double | No | Thca |
brand | Brand | No | Brand |
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"checkSum": 0,
"importId": "abc123",
"importSrc": "string",
"categoryId": "abc123",
"sku": "string",
"vendorId": "abc123",
"productSaleType": "Both",
"name": "string",
"description": "",
"flowerType": "string",
"unitPrice": 0,
"purchasePrice": 0,
"weightPerUnit": "EACH",
"unitValue": 0,
"cbg": 0,
"totalCannabinoids": 0,
"totalTerpenes": 0,
"terpenoids": {},
"active": true,
"genetics": "string",
"medicalConditions": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string"
}
],
"priceRanges": [
{
"id": "abc123",
"weightToleranceId": "abc123",
"price": 0,
"priority": 0,
"weightTolerance": {},
"salePrice": 0
}
],
"priceBreaks": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"priceBreakType": "None",
"name": "string",
"displayName": "string",
"price": 0,
"quantity": 1,
"active": true,
"priority": 0,
"salePrice": 0
}
],
"assets": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"key": "string",
"type": {},
"publicURL": "string",
"active": false,
"priority": 0,
"secured": true,
"thumbURL": "string",
"mediumURL": "string",
"largeURL": "string",
"largeX2URL": "string",
"origURL": "string",
"platformFileUrl": "string"
}
],
"quantities": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"inventoryId": "abc123",
"quantity": 0
}
],
"instock": false,
"brandId": "abc123",
"category": {
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"cannabis": false,
"blazeCategoryId": "abc123",
"active": true,
"unitType": "units",
"lowThreshold": "ZERO",
"complianceId": "abc123",
"archived": false,
"topLevelCategoryId": "abc123",
"shopIds": [],
"parentCategoryId": "abc123",
"wmCategory": "string",
"externalId": "abc123",
"priority": 0,
"masterId": "abc123",
"platformCategoryId": "abc123",
"platformParentCategoryId": "abc123",
"sourceMap": {},
"photo": {},
"labelTemplateId": "abc123",
"categoryApp": "DISTRO",
"unitTrackingEnabled": false,
"isGiftCard": false,
"key": {}
},
"notes": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"writerId": "abc123",
"writerName": "string",
"message": "string",
"enableOnFleet": false
}
],
"enableMixMatch": false,
"enableWeedmap": false,
"showInWidget": true,
"customTaxInfo": {
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"cityTax": 0,
"stateTax": 0,
"federalTax": 0,
"activeCDTFATax": false
},
"discountable": true,
"discountEnabled": true,
"lowThreshold": 0,
"lowInventoryNotification": false,
"medicinal": true,
"byGram": true,
"byPrepackage": false,
"enableExciseTax": false,
"priceIncludesExcise": false,
"priceIncludesALExcise": false,
"cannabisType": "DEFAULT",
"potencyAmount": {
"thc": "ZERO",
"cbd": "ZERO",
"cbn": "ZERO",
"thca": "ZERO",
"cbda": "ZERO",
"cbg": "ZERO",
"maxThc": 0,
"maxCbd": 0,
"maxCbn": 0,
"maxThca": 0,
"maxCbda": 0,
"thcName": "string",
"cbdName": "string",
"cbnName": "string",
"thcaName": "string",
"cbdaName": "string",
"cbgName": "string"
},
"taxTables": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"taxType": "Inherit",
"taxOrder": "PostTaxed",
"consumerType": "AdultUse",
"cityTax": {},
"countyTax": {},
"stateTax": {},
"federalTax": {},
"enableSurchargeFeeTax": false
}
],
"tags": [],
"qbItemRef": "string",
"customWeight": 0,
"automaticReOrder": false,
"reOrderLevel": 0,
"leadTime": 0,
"minDaysOnHand": 0,
"maxDaysOnHand": 0,
"customGramType": "GRAM",
"pricingTemplateId": "abc123",
"productType": "REGULAR",
"bundleItems": [
{
"productId": "abc123",
"quantity": 0
}
],
"complianceId": "abc123",
"toleranceId": "abc123",
"producerMfg": "string",
"producerLicense": "string",
"producerAddress": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"address": "",
"city": "",
"state": "",
"zipCode": "",
"addressLine2": "",
"country": "DEFAULT_COUNTRY",
"latitude": 0,
"longitude": 0
},
"sellable": true,
"wmThreshold": "ZERO",
"salesPrice": 0,
"lastWMSyncTime": 1704067200000,
"lastLeaflySyncTime": 1704067200000,
"lastLeaflySyncStatus": false,
"overrideMetrcCategoryId": "abc123",
"wmOnlineSellable": true,
"totalCommittedQuantity": "ZERO",
"totalSellableQuantity": "ZERO",
"usableMarijuana": "ZERO",
"dispatchPrepackageItemId": "abc123",
"secondaryVendors": [],
"wmProductId": "abc123",
"wmBrandId": "abc123",
"wmTags": [],
"maxThc": 0,
"maxCbn": 0,
"maxCbd": 0,
"maxCbda": 0,
"maxThca": 0,
"complianceInfo": {
"statementIntendedUse": [],
"refrigeration": "string",
"form": "",
"ingredients": "",
"allergens": "",
"strain": "string",
"servingsPerContainer": 0
},
"totalConsumerOrderQuantity": "ZERO",
"metadata": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false
}
],
"brandName": "string",
"purchaseLimits": [],
"productInfoSourcingStrategy": "NONE",
"activeBatchId": "abc123",
"activeBatchSku": "string",
"displayName": "",
"type": "-1",
"externalId": "abc123",
"masterId": "abc123",
"parentId": "abc123",
"globalProductId": "abc123",
"platformProductId": "abc123",
"shop": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
},
"sourceMap": {},
"shopsList": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
}
],
"menuApiBrandName": "string",
"menuApiProductName": "string",
"menuApiProductId": 0,
"menuApiBrandId": 0,
"metadataModifiedAt": 0,
"component": false,
"item": false,
"productFamilyId": "abc123",
"archived": false,
"isGiftCard": false,
"provider": "string",
"loyaltyAccrual": true,
"metadataMap": {},
"value": {},
"thc": 0,
"cbn": 0,
"cbd": 0,
"cbda": 0,
"thca": 0,
"brand": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"website": "https://example.com",
"phoneNo": "555-0100",
"brandLogo": {},
"vendorList": [],
"isDefault": false,
"externalId": "abc123",
"platformBrandId": "abc123",
"globalBrandId": "abc123",
"leadTime": 1704067200000,
"minDaysOnHand": 0,
"maxDaysOnHand": 0
}
}
Get product by SKU w/ Related Quantities
GET /api/v1/partner/store/inventory/sku/{sku}
Look up a product by its SKU and return it along with related inventory quantities across all locations and batches. This endpoint does not require a store context and can operate at the company level.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
sku | string | The sku |
Response
Returns a ProductWithRelatedQuantities object.
- Fields
- JSON
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | Unique identifier |
companyId | string | No | Company identifier |
shopId | string | No | Shop identifier |
created | long | No | Created timestamp (epoch ms) |
modified | long | No | Last modified timestamp (epoch ms) |
deleted | boolean | No | Whether the record is deleted |
updated | boolean | No | Whether the record has been updated |
checkSum | long | No | Check Sum |
importId | string | No | Import identifier |
importSrc | string | No | Import Src |
categoryId | string | No | Category identifier |
sku | string | No | Sku |
vendorId | string | No | Vendor identifier |
productSaleType | productsaletype | No | Product Sale Type (default: Both) |
name | string | Yes | Name |
description | string | No | Description (default: ``) |
flowerType | string | No | Flower Type |
unitPrice | number | No | Unit Price |
purchasePrice | number | No | Purchase Price |
weightPerUnit | weightperunit | No | Weight Per Unit (default: EACH) |
unitValue | number | No | Unit Value |
thc | double | No | Thc |
cbn | double | No | Cbn |
cbd | double | No | Cbd |
cbda | double | No | Cbda |
thca | double | No | Thca |
cbg | double | No | Cbg |
totalCannabinoids | double | No | Total Cannabinoids |
totalTerpenes | double | No | Total Terpenes |
terpenoids | object | No | Terpenoids |
active | boolean | No | Whether active (default: true) |
genetics | string | No | Genetics |
medicalConditions | MedicalCondition[] | No | Medical Conditions |
priceRanges | ProductPriceRange[] | No | Price Ranges |
priceBreaks | ProductPriceBreak[] | No | Price Breaks |
assets | CompanyAsset[] | No | Assets |
quantities | ProductQuantity[] | No | Quantities |
instock | boolean | No | Instock (default: false) |
brandId | string | No | Brand identifier |
category | ProductCategory | No | Category |
notes | Note[] | No | Notes |
enableMixMatch | boolean | No | Enable Mix Match (default: false) |
enableWeedmap | boolean | No | Enable Weedmap (default: false) |
showInWidget | boolean | No | Show In Widget (default: true) |
customTaxInfo | TaxInfo | No | Custom Tax Info |
discountable | boolean | No | Discountable (default: true) |
discountEnabled | boolean | No | Discount Enabled (default: true) |
brand | Brand | No | Brand |
lowThreshold | number | No | Low Threshold |
lowInventoryNotification | boolean | No | Low Inventory Notification (default: false) |
medicinal | boolean | No | Medicinal (default: true) |
byGram | boolean | No | By Gram (default: true) |
byPrepackage | boolean | No | By Prepackage (default: false) |
enableExciseTax | boolean | No | Enable Excise Tax (default: false) |
priceIncludesExcise | boolean | No | Price Includes Excise (default: false) |
priceIncludesALExcise | boolean | No | Price Includes A L Excise (default: false) |
cannabisType | cannabistype | No | Cannabis Type (default: DEFAULT) |
potencyAmount | PotencyMG | No | Potency Amount |
taxTables | CompoundTaxTable[] | No | Tax Tables |
tags | string[] | No | Tags |
qbItemRef | string | No | Qb Item Ref |
customWeight | number | No | Custom Weight |
automaticReOrder | boolean | No | Automatic Re Order (default: false) |
reOrderLevel | number | No | Re Order Level |
leadTime | integer | No | Lead timestamp (epoch ms) (default: 0) |
minDaysOnHand | integer | No | Min Days On Hand (default: 0) |
maxDaysOnHand | integer | No | Max Days On Hand (default: 0) |
customGramType | customgramtype | No | Custom Gram Type (default: GRAM) |
pricingTemplateId | string | No | Pricing Template identifier |
productType | producttype | No | Product Type (default: REGULAR) |
bundleItems | BundleItem[] | No | Bundle Items |
complianceId | string | No | Compliance identifier |
toleranceId | string | No | Tolerance identifier |
producerMfg | string | No | Producer Mfg |
producerLicense | string | No | Producer License |
producerAddress | Address | No | Producer Address |
sellable | boolean | No | Sellable (default: true) |
wmThreshold | number | No | Wm Threshold (default: ZERO) |
salesPrice | number | No | Sales Price |
lastWMSyncTime | long | No | Last W M Sync timestamp (epoch ms) |
lastLeaflySyncTime | long | No | Last Leafly Sync timestamp (epoch ms) |
lastLeaflySyncStatus | boolean | No | Last Leafly Sync Status (default: false) |
overrideMetrcCategoryId | string | No | Override Metrc Category identifier |
wmOnlineSellable | boolean | No | Wm Online Sellable (default: true) |
totalCommittedQuantity | number | No | Total Committed Quantity (default: ZERO) |
totalSellableQuantity | number | No | Total Sellable Quantity (default: ZERO) |
usableMarijuana | number | No | Usable Marijuana (default: ZERO) |
dispatchPrepackageItemId | string | No | Dispatch Prepackage Item identifier |
secondaryVendors | string[] | No | Secondary Vendors |
wmProductId | string | No | Wm Product identifier |
wmBrandId | string | No | Wm Brand identifier |
wmTags | string[] | No | Wm Tags |
maxThc | double | No | Max Thc |
maxCbn | double | No | Max Cbn |
maxCbd | double | No | Max Cbd |
maxCbda | double | No | Max Cbda |
maxThca | double | No | Max Thca |
complianceInfo | ComplianceProductInfo | No | Compliance Info |
totalConsumerOrderQuantity | number | No | Total Consumer Order Quantity (default: ZERO) |
metadata | Metadata[] | No | Metadata |
brandName | string | No | Brand Name |
purchaseLimits | purchaselimit[] | No | Purchase Limits |
productInfoSourcingStrategy | productinfosourcingstrategy | No | Product Info Sourcing Strategy (default: NONE) |
activeBatchId | string | No | Active Batch identifier |
activeBatchSku | string | No | Active Batch Sku |
displayName | string | No | Display Name (default: ``) |
type | integer | No | Type (default: -1) |
externalId | string | No | External system identifier |
masterId | string | No | Master identifier |
parentId | string | No | Parent identifier |
globalProductId | string | No | Global Product identifier |
platformProductId | string | No | Platform Product identifier |
shop | Shop | No | Shop |
sourceMap | object | No | Source Map |
shopsList | Shop[] | No | Shops List |
menuApiBrandName | string | No | Menu Api Brand Name |
menuApiProductName | string | No | Menu Api Product Name |
menuApiProductId | integer | No | Menu Api Product identifier |
menuApiBrandId | integer | No | Menu Api Brand identifier |
metadataModifiedAt | long | No | Metadata Modified At |
component | boolean | No | Component (default: false) |
item | boolean | No | Item (default: false) |
productFamilyId | string | No | Product Family identifier |
archived | boolean | No | Archived (default: false) |
isGiftCard | boolean | No | Is Gift Card |
provider | string | No | Provider |
loyaltyAccrual | boolean | No | Loyalty Accrual (default: true) |
metadataMap | object | No | Metadata Map |
value | final string | No | Value |
value | final string | No | Value |
otherLocations | object | No | Other Locations |
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"checkSum": 0,
"importId": "abc123",
"importSrc": "string",
"categoryId": "abc123",
"sku": "string",
"vendorId": "abc123",
"productSaleType": "Both",
"name": "string",
"description": "",
"flowerType": "string",
"unitPrice": 0,
"purchasePrice": 0,
"weightPerUnit": "EACH",
"unitValue": 0,
"thc": 0,
"cbn": 0,
"cbd": 0,
"cbda": 0,
"thca": 0,
"cbg": 0,
"totalCannabinoids": 0,
"totalTerpenes": 0,
"terpenoids": {},
"active": true,
"genetics": "string",
"medicalConditions": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string"
}
],
"priceRanges": [
{
"id": "abc123",
"weightToleranceId": "abc123",
"price": 0,
"priority": 0,
"weightTolerance": {},
"salePrice": 0
}
],
"priceBreaks": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"priceBreakType": "None",
"name": "string",
"displayName": "string",
"price": 0,
"quantity": 1,
"active": true,
"priority": 0,
"salePrice": 0
}
],
"assets": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"key": "string",
"type": {},
"publicURL": "string",
"active": false,
"priority": 0,
"secured": true,
"thumbURL": "string",
"mediumURL": "string",
"largeURL": "string",
"largeX2URL": "string",
"origURL": "string",
"platformFileUrl": "string"
}
],
"quantities": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"inventoryId": "abc123",
"quantity": 0
}
],
"instock": false,
"brandId": "abc123",
"category": {
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"cannabis": false,
"blazeCategoryId": "abc123",
"active": true,
"unitType": "units",
"lowThreshold": "ZERO",
"complianceId": "abc123",
"archived": false,
"topLevelCategoryId": "abc123",
"shopIds": [],
"parentCategoryId": "abc123",
"wmCategory": "string",
"externalId": "abc123",
"priority": 0,
"masterId": "abc123",
"platformCategoryId": "abc123",
"platformParentCategoryId": "abc123",
"sourceMap": {},
"photo": {},
"labelTemplateId": "abc123",
"categoryApp": "DISTRO",
"unitTrackingEnabled": false,
"isGiftCard": false,
"key": {}
},
"notes": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"writerId": "abc123",
"writerName": "string",
"message": "string",
"enableOnFleet": false
}
],
"enableMixMatch": false,
"enableWeedmap": false,
"showInWidget": true,
"customTaxInfo": {
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"cityTax": 0,
"stateTax": 0,
"federalTax": 0,
"activeCDTFATax": false
},
"discountable": true,
"discountEnabled": true,
"brand": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"website": "https://example.com",
"phoneNo": "555-0100",
"brandLogo": {},
"vendorList": [],
"isDefault": false,
"externalId": "abc123",
"platformBrandId": "abc123",
"globalBrandId": "abc123",
"leadTime": 1704067200000,
"minDaysOnHand": 0,
"maxDaysOnHand": 0
},
"lowThreshold": 0,
"lowInventoryNotification": false,
"medicinal": true,
"byGram": true,
"byPrepackage": false,
"enableExciseTax": false,
"priceIncludesExcise": false,
"priceIncludesALExcise": false,
"cannabisType": "DEFAULT",
"potencyAmount": {
"thc": "ZERO",
"cbd": "ZERO",
"cbn": "ZERO",
"thca": "ZERO",
"cbda": "ZERO",
"cbg": "ZERO",
"maxThc": 0,
"maxCbd": 0,
"maxCbn": 0,
"maxThca": 0,
"maxCbda": 0,
"thcName": "string",
"cbdName": "string",
"cbnName": "string",
"thcaName": "string",
"cbdaName": "string",
"cbgName": "string"
},
"taxTables": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"taxType": "Inherit",
"taxOrder": "PostTaxed",
"consumerType": "AdultUse",
"cityTax": {},
"countyTax": {},
"stateTax": {},
"federalTax": {},
"enableSurchargeFeeTax": false
}
],
"tags": [],
"qbItemRef": "string",
"customWeight": 0,
"automaticReOrder": false,
"reOrderLevel": 0,
"leadTime": 0,
"minDaysOnHand": 0,
"maxDaysOnHand": 0,
"customGramType": "GRAM",
"pricingTemplateId": "abc123",
"productType": "REGULAR",
"bundleItems": [
{
"productId": "abc123",
"quantity": 0
}
],
"complianceId": "abc123",
"toleranceId": "abc123",
"producerMfg": "string",
"producerLicense": "string",
"producerAddress": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"address": "",
"city": "",
"state": "",
"zipCode": "",
"addressLine2": "",
"country": "DEFAULT_COUNTRY",
"latitude": 0,
"longitude": 0
},
"sellable": true,
"wmThreshold": "ZERO",
"salesPrice": 0,
"lastWMSyncTime": 1704067200000,
"lastLeaflySyncTime": 1704067200000,
"lastLeaflySyncStatus": false,
"overrideMetrcCategoryId": "abc123",
"wmOnlineSellable": true,
"totalCommittedQuantity": "ZERO",
"totalSellableQuantity": "ZERO",
"usableMarijuana": "ZERO",
"dispatchPrepackageItemId": "abc123",
"secondaryVendors": [],
"wmProductId": "abc123",
"wmBrandId": "abc123",
"wmTags": [],
"maxThc": 0,
"maxCbn": 0,
"maxCbd": 0,
"maxCbda": 0,
"maxThca": 0,
"complianceInfo": {
"statementIntendedUse": [],
"refrigeration": "string",
"form": "",
"ingredients": "",
"allergens": "",
"strain": "string",
"servingsPerContainer": 0
},
"totalConsumerOrderQuantity": "ZERO",
"metadata": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false
}
],
"brandName": "string",
"purchaseLimits": [],
"productInfoSourcingStrategy": "NONE",
"activeBatchId": "abc123",
"activeBatchSku": "string",
"displayName": "",
"type": "-1",
"externalId": "abc123",
"masterId": "abc123",
"parentId": "abc123",
"globalProductId": "abc123",
"platformProductId": "abc123",
"shop": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
},
"sourceMap": {},
"shopsList": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
}
],
"menuApiBrandName": "string",
"menuApiProductName": "string",
"menuApiProductId": 0,
"menuApiBrandId": 0,
"metadataModifiedAt": 0,
"component": false,
"item": false,
"productFamilyId": "abc123",
"archived": false,
"isGiftCard": false,
"provider": "string",
"loyaltyAccrual": true,
"metadataMap": {},
"value": {},
"otherLocations": {}
}
Get Products By Terminal
GET /api/v1/partner/store/inventory/products/terminals/{terminalId}
Retrieve products available at a specific POS terminal. Useful for building terminal-specific product menus. Results are paginated.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
terminalId | string | The terminal i d |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
start | integer | No | Number of records to skip |
limit | integer | No | Maximum records to return |
Response
Returns a paginated SearchResult of Product objects.
- Fields
- JSON
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | Unique identifier |
companyId | string | No | Company identifier |
shopId | string | No | Shop identifier |
created | long | No | Created timestamp (epoch ms) |
modified | long | No | Last modified timestamp (epoch ms) |
deleted | boolean | No | Whether the record is deleted |
updated | boolean | No | Whether the record has been updated |
checkSum | long | No | Check Sum |
importId | string | No | Import identifier |
importSrc | string | No | Import Src |
categoryId | string | No | Category identifier |
sku | string | No | Sku |
vendorId | string | No | Vendor identifier |
productSaleType | productsaletype | No | Product Sale Type (default: Both) |
name | string | Yes | Name |
description | string | No | Description (default: ``) |
flowerType | string | No | Flower Type |
unitPrice | number | No | Unit Price |
purchasePrice | number | No | Purchase Price |
weightPerUnit | weightperunit | No | Weight Per Unit (default: EACH) |
unitValue | number | No | Unit Value |
thc | double | No | Thc |
cbn | double | No | Cbn |
cbd | double | No | Cbd |
cbda | double | No | Cbda |
thca | double | No | Thca |
cbg | double | No | Cbg |
totalCannabinoids | double | No | Total Cannabinoids |
totalTerpenes | double | No | Total Terpenes |
terpenoids | object | No | Terpenoids |
active | boolean | No | Whether active (default: true) |
genetics | string | No | Genetics |
medicalConditions | MedicalCondition[] | No | Medical Conditions |
priceRanges | ProductPriceRange[] | No | Price Ranges |
priceBreaks | ProductPriceBreak[] | No | Price Breaks |
assets | CompanyAsset[] | No | Assets |
quantities | ProductQuantity[] | No | Quantities |
instock | boolean | No | Instock (default: false) |
brandId | string | No | Brand identifier |
category | ProductCategory | No | Category |
notes | Note[] | No | Notes |
enableMixMatch | boolean | No | Enable Mix Match (default: false) |
enableWeedmap | boolean | No | Enable Weedmap (default: false) |
showInWidget | boolean | No | Show In Widget (default: true) |
customTaxInfo | TaxInfo | No | Custom Tax Info |
discountable | boolean | No | Discountable (default: true) |
discountEnabled | boolean | No | Discount Enabled (default: true) |
brand | Brand | No | Brand |
lowThreshold | number | No | Low Threshold |
lowInventoryNotification | boolean | No | Low Inventory Notification (default: false) |
medicinal | boolean | No | Medicinal (default: true) |
byGram | boolean | No | By Gram (default: true) |
byPrepackage | boolean | No | By Prepackage (default: false) |
enableExciseTax | boolean | No | Enable Excise Tax (default: false) |
priceIncludesExcise | boolean | No | Price Includes Excise (default: false) |
priceIncludesALExcise | boolean | No | Price Includes A L Excise (default: false) |
cannabisType | cannabistype | No | Cannabis Type (default: DEFAULT) |
potencyAmount | PotencyMG | No | Potency Amount |
taxTables | CompoundTaxTable[] | No | Tax Tables |
tags | string[] | No | Tags |
qbItemRef | string | No | Qb Item Ref |
customWeight | number | No | Custom Weight |
automaticReOrder | boolean | No | Automatic Re Order (default: false) |
reOrderLevel | number | No | Re Order Level |
leadTime | integer | No | Lead timestamp (epoch ms) (default: 0) |
minDaysOnHand | integer | No | Min Days On Hand (default: 0) |
maxDaysOnHand | integer | No | Max Days On Hand (default: 0) |
customGramType | customgramtype | No | Custom Gram Type (default: GRAM) |
pricingTemplateId | string | No | Pricing Template identifier |
productType | producttype | No | Product Type (default: REGULAR) |
bundleItems | BundleItem[] | No | Bundle Items |
complianceId | string | No | Compliance identifier |
toleranceId | string | No | Tolerance identifier |
producerMfg | string | No | Producer Mfg |
producerLicense | string | No | Producer License |
producerAddress | Address | No | Producer Address |
sellable | boolean | No | Sellable (default: true) |
wmThreshold | number | No | Wm Threshold (default: ZERO) |
salesPrice | number | No | Sales Price |
lastWMSyncTime | long | No | Last W M Sync timestamp (epoch ms) |
lastLeaflySyncTime | long | No | Last Leafly Sync timestamp (epoch ms) |
lastLeaflySyncStatus | boolean | No | Last Leafly Sync Status (default: false) |
overrideMetrcCategoryId | string | No | Override Metrc Category identifier |
wmOnlineSellable | boolean | No | Wm Online Sellable (default: true) |
totalCommittedQuantity | number | No | Total Committed Quantity (default: ZERO) |
totalSellableQuantity | number | No | Total Sellable Quantity (default: ZERO) |
usableMarijuana | number | No | Usable Marijuana (default: ZERO) |
dispatchPrepackageItemId | string | No | Dispatch Prepackage Item identifier |
secondaryVendors | string[] | No | Secondary Vendors |
wmProductId | string | No | Wm Product identifier |
wmBrandId | string | No | Wm Brand identifier |
wmTags | string[] | No | Wm Tags |
maxThc | double | No | Max Thc |
maxCbn | double | No | Max Cbn |
maxCbd | double | No | Max Cbd |
maxCbda | double | No | Max Cbda |
maxThca | double | No | Max Thca |
complianceInfo | ComplianceProductInfo | No | Compliance Info |
totalConsumerOrderQuantity | number | No | Total Consumer Order Quantity (default: ZERO) |
metadata | Metadata[] | No | Metadata |
brandName | string | No | Brand Name |
purchaseLimits | purchaselimit[] | No | Purchase Limits |
productInfoSourcingStrategy | productinfosourcingstrategy | No | Product Info Sourcing Strategy (default: NONE) |
activeBatchId | string | No | Active Batch identifier |
activeBatchSku | string | No | Active Batch Sku |
displayName | string | No | Display Name (default: ``) |
type | integer | No | Type (default: -1) |
externalId | string | No | External system identifier |
masterId | string | No | Master identifier |
parentId | string | No | Parent identifier |
globalProductId | string | No | Global Product identifier |
platformProductId | string | No | Platform Product identifier |
shop | Shop | No | Shop |
sourceMap | object | No | Source Map |
shopsList | Shop[] | No | Shops List |
menuApiBrandName | string | No | Menu Api Brand Name |
menuApiProductName | string | No | Menu Api Product Name |
menuApiProductId | integer | No | Menu Api Product identifier |
menuApiBrandId | integer | No | Menu Api Brand identifier |
metadataModifiedAt | long | No | Metadata Modified At |
component | boolean | No | Component (default: false) |
item | boolean | No | Item (default: false) |
productFamilyId | string | No | Product Family identifier |
archived | boolean | No | Archived (default: false) |
isGiftCard | boolean | No | Is Gift Card |
provider | string | No | Provider |
loyaltyAccrual | boolean | No | Loyalty Accrual (default: true) |
metadataMap | object | No | Metadata Map |
value | final string | No | Value |
value | final string | No | Value |
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"checkSum": 0,
"importId": "abc123",
"importSrc": "string",
"categoryId": "abc123",
"sku": "string",
"vendorId": "abc123",
"productSaleType": "Both",
"name": "string",
"description": "",
"flowerType": "string",
"unitPrice": 0,
"purchasePrice": 0,
"weightPerUnit": "EACH",
"unitValue": 0,
"thc": 0,
"cbn": 0,
"cbd": 0,
"cbda": 0,
"thca": 0,
"cbg": 0,
"totalCannabinoids": 0,
"totalTerpenes": 0,
"terpenoids": {},
"active": true,
"genetics": "string",
"medicalConditions": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string"
}
],
"priceRanges": [
{
"id": "abc123",
"weightToleranceId": "abc123",
"price": 0,
"priority": 0,
"weightTolerance": {},
"salePrice": 0
}
],
"priceBreaks": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"priceBreakType": "None",
"name": "string",
"displayName": "string",
"price": 0,
"quantity": 1,
"active": true,
"priority": 0,
"salePrice": 0
}
],
"assets": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"key": "string",
"type": {},
"publicURL": "string",
"active": false,
"priority": 0,
"secured": true,
"thumbURL": "string",
"mediumURL": "string",
"largeURL": "string",
"largeX2URL": "string",
"origURL": "string",
"platformFileUrl": "string"
}
],
"quantities": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"inventoryId": "abc123",
"quantity": 0
}
],
"instock": false,
"brandId": "abc123",
"category": {
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"cannabis": false,
"blazeCategoryId": "abc123",
"active": true,
"unitType": "units",
"lowThreshold": "ZERO",
"complianceId": "abc123",
"archived": false,
"topLevelCategoryId": "abc123",
"shopIds": [],
"parentCategoryId": "abc123",
"wmCategory": "string",
"externalId": "abc123",
"priority": 0,
"masterId": "abc123",
"platformCategoryId": "abc123",
"platformParentCategoryId": "abc123",
"sourceMap": {},
"photo": {},
"labelTemplateId": "abc123",
"categoryApp": "DISTRO",
"unitTrackingEnabled": false,
"isGiftCard": false,
"key": {}
},
"notes": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"writerId": "abc123",
"writerName": "string",
"message": "string",
"enableOnFleet": false
}
],
"enableMixMatch": false,
"enableWeedmap": false,
"showInWidget": true,
"customTaxInfo": {
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"cityTax": 0,
"stateTax": 0,
"federalTax": 0,
"activeCDTFATax": false
},
"discountable": true,
"discountEnabled": true,
"brand": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"website": "https://example.com",
"phoneNo": "555-0100",
"brandLogo": {},
"vendorList": [],
"isDefault": false,
"externalId": "abc123",
"platformBrandId": "abc123",
"globalBrandId": "abc123",
"leadTime": 1704067200000,
"minDaysOnHand": 0,
"maxDaysOnHand": 0
},
"lowThreshold": 0,
"lowInventoryNotification": false,
"medicinal": true,
"byGram": true,
"byPrepackage": false,
"enableExciseTax": false,
"priceIncludesExcise": false,
"priceIncludesALExcise": false,
"cannabisType": "DEFAULT",
"potencyAmount": {
"thc": "ZERO",
"cbd": "ZERO",
"cbn": "ZERO",
"thca": "ZERO",
"cbda": "ZERO",
"cbg": "ZERO",
"maxThc": 0,
"maxCbd": 0,
"maxCbn": 0,
"maxThca": 0,
"maxCbda": 0,
"thcName": "string",
"cbdName": "string",
"cbnName": "string",
"thcaName": "string",
"cbdaName": "string",
"cbgName": "string"
},
"taxTables": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"taxType": "Inherit",
"taxOrder": "PostTaxed",
"consumerType": "AdultUse",
"cityTax": {},
"countyTax": {},
"stateTax": {},
"federalTax": {},
"enableSurchargeFeeTax": false
}
],
"tags": [],
"qbItemRef": "string",
"customWeight": 0,
"automaticReOrder": false,
"reOrderLevel": 0,
"leadTime": 0,
"minDaysOnHand": 0,
"maxDaysOnHand": 0,
"customGramType": "GRAM",
"pricingTemplateId": "abc123",
"productType": "REGULAR",
"bundleItems": [
{
"productId": "abc123",
"quantity": 0
}
],
"complianceId": "abc123",
"toleranceId": "abc123",
"producerMfg": "string",
"producerLicense": "string",
"producerAddress": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"address": "",
"city": "",
"state": "",
"zipCode": "",
"addressLine2": "",
"country": "DEFAULT_COUNTRY",
"latitude": 0,
"longitude": 0
},
"sellable": true,
"wmThreshold": "ZERO",
"salesPrice": 0,
"lastWMSyncTime": 1704067200000,
"lastLeaflySyncTime": 1704067200000,
"lastLeaflySyncStatus": false,
"overrideMetrcCategoryId": "abc123",
"wmOnlineSellable": true,
"totalCommittedQuantity": "ZERO",
"totalSellableQuantity": "ZERO",
"usableMarijuana": "ZERO",
"dispatchPrepackageItemId": "abc123",
"secondaryVendors": [],
"wmProductId": "abc123",
"wmBrandId": "abc123",
"wmTags": [],
"maxThc": 0,
"maxCbn": 0,
"maxCbd": 0,
"maxCbda": 0,
"maxThca": 0,
"complianceInfo": {
"statementIntendedUse": [],
"refrigeration": "string",
"form": "",
"ingredients": "",
"allergens": "",
"strain": "string",
"servingsPerContainer": 0
},
"totalConsumerOrderQuantity": "ZERO",
"metadata": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false
}
],
"brandName": "string",
"purchaseLimits": [],
"productInfoSourcingStrategy": "NONE",
"activeBatchId": "abc123",
"activeBatchSku": "string",
"displayName": "",
"type": "-1",
"externalId": "abc123",
"masterId": "abc123",
"parentId": "abc123",
"globalProductId": "abc123",
"platformProductId": "abc123",
"shop": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
},
"sourceMap": {},
"shopsList": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
}
],
"menuApiBrandName": "string",
"menuApiProductName": "string",
"menuApiProductId": 0,
"menuApiBrandId": 0,
"metadataModifiedAt": 0,
"component": false,
"item": false,
"productFamilyId": "abc123",
"archived": false,
"isGiftCard": false,
"provider": "string",
"loyaltyAccrual": true,
"metadataMap": {},
"value": {}
}
Get Products By Modified Dates
GET /api/v1/partner/store/inventory/products/dates
Retrieve products modified within a date range. Provide startDate and endDate as epoch milliseconds. Use skip and limit for pagination. This is useful for incremental sync operations where you need to detect changes since a known timestamp. Note: the start parameter is deprecated in favor of startDate.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
startDate | long | No | Start date filter |
endDate | long | No | End date filter |
start | long | No | Number of records to skip |
skip | integer | No | Number of records to skip |
limit | integer | No | Maximum records to return |
Response
Returns a paginated SearchResult of Product objects.
- Fields
- JSON
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | Unique identifier |
companyId | string | No | Company identifier |
shopId | string | No | Shop identifier |
created | long | No | Created timestamp (epoch ms) |
modified | long | No | Last modified timestamp (epoch ms) |
deleted | boolean | No | Whether the record is deleted |
updated | boolean | No | Whether the record has been updated |
checkSum | long | No | Check Sum |
importId | string | No | Import identifier |
importSrc | string | No | Import Src |
categoryId | string | No | Category identifier |
sku | string | No | Sku |
vendorId | string | No | Vendor identifier |
productSaleType | productsaletype | No | Product Sale Type (default: Both) |
name | string | Yes | Name |
description | string | No | Description (default: ``) |
flowerType | string | No | Flower Type |
unitPrice | number | No | Unit Price |
purchasePrice | number | No | Purchase Price |
weightPerUnit | weightperunit | No | Weight Per Unit (default: EACH) |
unitValue | number | No | Unit Value |
thc | double | No | Thc |
cbn | double | No | Cbn |
cbd | double | No | Cbd |
cbda | double | No | Cbda |
thca | double | No | Thca |
cbg | double | No | Cbg |
totalCannabinoids | double | No | Total Cannabinoids |
totalTerpenes | double | No | Total Terpenes |
terpenoids | object | No | Terpenoids |
active | boolean | No | Whether active (default: true) |
genetics | string | No | Genetics |
medicalConditions | MedicalCondition[] | No | Medical Conditions |
priceRanges | ProductPriceRange[] | No | Price Ranges |
priceBreaks | ProductPriceBreak[] | No | Price Breaks |
assets | CompanyAsset[] | No | Assets |
quantities | ProductQuantity[] | No | Quantities |
instock | boolean | No | Instock (default: false) |
brandId | string | No | Brand identifier |
category | ProductCategory | No | Category |
notes | Note[] | No | Notes |
enableMixMatch | boolean | No | Enable Mix Match (default: false) |
enableWeedmap | boolean | No | Enable Weedmap (default: false) |
showInWidget | boolean | No | Show In Widget (default: true) |
customTaxInfo | TaxInfo | No | Custom Tax Info |
discountable | boolean | No | Discountable (default: true) |
discountEnabled | boolean | No | Discount Enabled (default: true) |
brand | Brand | No | Brand |
lowThreshold | number | No | Low Threshold |
lowInventoryNotification | boolean | No | Low Inventory Notification (default: false) |
medicinal | boolean | No | Medicinal (default: true) |
byGram | boolean | No | By Gram (default: true) |
byPrepackage | boolean | No | By Prepackage (default: false) |
enableExciseTax | boolean | No | Enable Excise Tax (default: false) |
priceIncludesExcise | boolean | No | Price Includes Excise (default: false) |
priceIncludesALExcise | boolean | No | Price Includes A L Excise (default: false) |
cannabisType | cannabistype | No | Cannabis Type (default: DEFAULT) |
potencyAmount | PotencyMG | No | Potency Amount |
taxTables | CompoundTaxTable[] | No | Tax Tables |
tags | string[] | No | Tags |
qbItemRef | string | No | Qb Item Ref |
customWeight | number | No | Custom Weight |
automaticReOrder | boolean | No | Automatic Re Order (default: false) |
reOrderLevel | number | No | Re Order Level |
leadTime | integer | No | Lead timestamp (epoch ms) (default: 0) |
minDaysOnHand | integer | No | Min Days On Hand (default: 0) |
maxDaysOnHand | integer | No | Max Days On Hand (default: 0) |
customGramType | customgramtype | No | Custom Gram Type (default: GRAM) |
pricingTemplateId | string | No | Pricing Template identifier |
productType | producttype | No | Product Type (default: REGULAR) |
bundleItems | BundleItem[] | No | Bundle Items |
complianceId | string | No | Compliance identifier |
toleranceId | string | No | Tolerance identifier |
producerMfg | string | No | Producer Mfg |
producerLicense | string | No | Producer License |
producerAddress | Address | No | Producer Address |
sellable | boolean | No | Sellable (default: true) |
wmThreshold | number | No | Wm Threshold (default: ZERO) |
salesPrice | number | No | Sales Price |
lastWMSyncTime | long | No | Last W M Sync timestamp (epoch ms) |
lastLeaflySyncTime | long | No | Last Leafly Sync timestamp (epoch ms) |
lastLeaflySyncStatus | boolean | No | Last Leafly Sync Status (default: false) |
overrideMetrcCategoryId | string | No | Override Metrc Category identifier |
wmOnlineSellable | boolean | No | Wm Online Sellable (default: true) |
totalCommittedQuantity | number | No | Total Committed Quantity (default: ZERO) |
totalSellableQuantity | number | No | Total Sellable Quantity (default: ZERO) |
usableMarijuana | number | No | Usable Marijuana (default: ZERO) |
dispatchPrepackageItemId | string | No | Dispatch Prepackage Item identifier |
secondaryVendors | string[] | No | Secondary Vendors |
wmProductId | string | No | Wm Product identifier |
wmBrandId | string | No | Wm Brand identifier |
wmTags | string[] | No | Wm Tags |
maxThc | double | No | Max Thc |
maxCbn | double | No | Max Cbn |
maxCbd | double | No | Max Cbd |
maxCbda | double | No | Max Cbda |
maxThca | double | No | Max Thca |
complianceInfo | ComplianceProductInfo | No | Compliance Info |
totalConsumerOrderQuantity | number | No | Total Consumer Order Quantity (default: ZERO) |
metadata | Metadata[] | No | Metadata |
brandName | string | No | Brand Name |
purchaseLimits | purchaselimit[] | No | Purchase Limits |
productInfoSourcingStrategy | productinfosourcingstrategy | No | Product Info Sourcing Strategy (default: NONE) |
activeBatchId | string | No | Active Batch identifier |
activeBatchSku | string | No | Active Batch Sku |
displayName | string | No | Display Name (default: ``) |
type | integer | No | Type (default: -1) |
externalId | string | No | External system identifier |
masterId | string | No | Master identifier |
parentId | string | No | Parent identifier |
globalProductId | string | No | Global Product identifier |
platformProductId | string | No | Platform Product identifier |
shop | Shop | No | Shop |
sourceMap | object | No | Source Map |
shopsList | Shop[] | No | Shops List |
menuApiBrandName | string | No | Menu Api Brand Name |
menuApiProductName | string | No | Menu Api Product Name |
menuApiProductId | integer | No | Menu Api Product identifier |
menuApiBrandId | integer | No | Menu Api Brand identifier |
metadataModifiedAt | long | No | Metadata Modified At |
component | boolean | No | Component (default: false) |
item | boolean | No | Item (default: false) |
productFamilyId | string | No | Product Family identifier |
archived | boolean | No | Archived (default: false) |
isGiftCard | boolean | No | Is Gift Card |
provider | string | No | Provider |
loyaltyAccrual | boolean | No | Loyalty Accrual (default: true) |
metadataMap | object | No | Metadata Map |
value | final string | No | Value |
value | final string | No | Value |
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"checkSum": 0,
"importId": "abc123",
"importSrc": "string",
"categoryId": "abc123",
"sku": "string",
"vendorId": "abc123",
"productSaleType": "Both",
"name": "string",
"description": "",
"flowerType": "string",
"unitPrice": 0,
"purchasePrice": 0,
"weightPerUnit": "EACH",
"unitValue": 0,
"thc": 0,
"cbn": 0,
"cbd": 0,
"cbda": 0,
"thca": 0,
"cbg": 0,
"totalCannabinoids": 0,
"totalTerpenes": 0,
"terpenoids": {},
"active": true,
"genetics": "string",
"medicalConditions": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string"
}
],
"priceRanges": [
{
"id": "abc123",
"weightToleranceId": "abc123",
"price": 0,
"priority": 0,
"weightTolerance": {},
"salePrice": 0
}
],
"priceBreaks": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"priceBreakType": "None",
"name": "string",
"displayName": "string",
"price": 0,
"quantity": 1,
"active": true,
"priority": 0,
"salePrice": 0
}
],
"assets": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"key": "string",
"type": {},
"publicURL": "string",
"active": false,
"priority": 0,
"secured": true,
"thumbURL": "string",
"mediumURL": "string",
"largeURL": "string",
"largeX2URL": "string",
"origURL": "string",
"platformFileUrl": "string"
}
],
"quantities": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"inventoryId": "abc123",
"quantity": 0
}
],
"instock": false,
"brandId": "abc123",
"category": {
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"cannabis": false,
"blazeCategoryId": "abc123",
"active": true,
"unitType": "units",
"lowThreshold": "ZERO",
"complianceId": "abc123",
"archived": false,
"topLevelCategoryId": "abc123",
"shopIds": [],
"parentCategoryId": "abc123",
"wmCategory": "string",
"externalId": "abc123",
"priority": 0,
"masterId": "abc123",
"platformCategoryId": "abc123",
"platformParentCategoryId": "abc123",
"sourceMap": {},
"photo": {},
"labelTemplateId": "abc123",
"categoryApp": "DISTRO",
"unitTrackingEnabled": false,
"isGiftCard": false,
"key": {}
},
"notes": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"writerId": "abc123",
"writerName": "string",
"message": "string",
"enableOnFleet": false
}
],
"enableMixMatch": false,
"enableWeedmap": false,
"showInWidget": true,
"customTaxInfo": {
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"cityTax": 0,
"stateTax": 0,
"federalTax": 0,
"activeCDTFATax": false
},
"discountable": true,
"discountEnabled": true,
"brand": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"website": "https://example.com",
"phoneNo": "555-0100",
"brandLogo": {},
"vendorList": [],
"isDefault": false,
"externalId": "abc123",
"platformBrandId": "abc123",
"globalBrandId": "abc123",
"leadTime": 1704067200000,
"minDaysOnHand": 0,
"maxDaysOnHand": 0
},
"lowThreshold": 0,
"lowInventoryNotification": false,
"medicinal": true,
"byGram": true,
"byPrepackage": false,
"enableExciseTax": false,
"priceIncludesExcise": false,
"priceIncludesALExcise": false,
"cannabisType": "DEFAULT",
"potencyAmount": {
"thc": "ZERO",
"cbd": "ZERO",
"cbn": "ZERO",
"thca": "ZERO",
"cbda": "ZERO",
"cbg": "ZERO",
"maxThc": 0,
"maxCbd": 0,
"maxCbn": 0,
"maxThca": 0,
"maxCbda": 0,
"thcName": "string",
"cbdName": "string",
"cbnName": "string",
"thcaName": "string",
"cbdaName": "string",
"cbgName": "string"
},
"taxTables": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"taxType": "Inherit",
"taxOrder": "PostTaxed",
"consumerType": "AdultUse",
"cityTax": {},
"countyTax": {},
"stateTax": {},
"federalTax": {},
"enableSurchargeFeeTax": false
}
],
"tags": [],
"qbItemRef": "string",
"customWeight": 0,
"automaticReOrder": false,
"reOrderLevel": 0,
"leadTime": 0,
"minDaysOnHand": 0,
"maxDaysOnHand": 0,
"customGramType": "GRAM",
"pricingTemplateId": "abc123",
"productType": "REGULAR",
"bundleItems": [
{
"productId": "abc123",
"quantity": 0
}
],
"complianceId": "abc123",
"toleranceId": "abc123",
"producerMfg": "string",
"producerLicense": "string",
"producerAddress": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"address": "",
"city": "",
"state": "",
"zipCode": "",
"addressLine2": "",
"country": "DEFAULT_COUNTRY",
"latitude": 0,
"longitude": 0
},
"sellable": true,
"wmThreshold": "ZERO",
"salesPrice": 0,
"lastWMSyncTime": 1704067200000,
"lastLeaflySyncTime": 1704067200000,
"lastLeaflySyncStatus": false,
"overrideMetrcCategoryId": "abc123",
"wmOnlineSellable": true,
"totalCommittedQuantity": "ZERO",
"totalSellableQuantity": "ZERO",
"usableMarijuana": "ZERO",
"dispatchPrepackageItemId": "abc123",
"secondaryVendors": [],
"wmProductId": "abc123",
"wmBrandId": "abc123",
"wmTags": [],
"maxThc": 0,
"maxCbn": 0,
"maxCbd": 0,
"maxCbda": 0,
"maxThca": 0,
"complianceInfo": {
"statementIntendedUse": [],
"refrigeration": "string",
"form": "",
"ingredients": "",
"allergens": "",
"strain": "string",
"servingsPerContainer": 0
},
"totalConsumerOrderQuantity": "ZERO",
"metadata": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false
}
],
"brandName": "string",
"purchaseLimits": [],
"productInfoSourcingStrategy": "NONE",
"activeBatchId": "abc123",
"activeBatchSku": "string",
"displayName": "",
"type": "-1",
"externalId": "abc123",
"masterId": "abc123",
"parentId": "abc123",
"globalProductId": "abc123",
"platformProductId": "abc123",
"shop": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
},
"sourceMap": {},
"shopsList": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
}
],
"menuApiBrandName": "string",
"menuApiProductName": "string",
"menuApiProductId": 0,
"menuApiBrandId": 0,
"metadataModifiedAt": 0,
"component": false,
"item": false,
"productFamilyId": "abc123",
"archived": false,
"isGiftCard": false,
"provider": "string",
"loyaltyAccrual": true,
"metadataMap": {},
"value": {}
}
Get Product By Id
GET /api/v1/partner/store/inventory/products/{productId}
Retrieve a single product by its ID, including enriched product information such as pricing and inventory details.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
productId | string | The product i d |
Response
Returns a ProductWithInfo object.
- Fields
- JSON
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | Unique identifier |
companyId | string | No | Company identifier |
shopId | string | No | Shop identifier |
created | long | No | Created timestamp (epoch ms) |
modified | long | No | Last modified timestamp (epoch ms) |
deleted | boolean | No | Whether the record is deleted |
updated | boolean | No | Whether the record has been updated |
checkSum | long | No | Check Sum |
importId | string | No | Import identifier |
importSrc | string | No | Import Src |
categoryId | string | No | Category identifier |
sku | string | No | Sku |
vendorId | string | No | Vendor identifier |
productSaleType | productsaletype | No | Product Sale Type (default: Both) |
name | string | Yes | Name |
description | string | No | Description (default: ``) |
flowerType | string | No | Flower Type |
unitPrice | number | No | Unit Price |
purchasePrice | number | No | Purchase Price |
weightPerUnit | weightperunit | No | Weight Per Unit (default: EACH) |
unitValue | number | No | Unit Value |
cbg | double | No | Cbg |
totalCannabinoids | double | No | Total Cannabinoids |
totalTerpenes | double | No | Total Terpenes |
terpenoids | object | No | Terpenoids |
active | boolean | No | Whether active (default: true) |
genetics | string | No | Genetics |
medicalConditions | MedicalCondition[] | No | Medical Conditions |
priceRanges | ProductPriceRange[] | No | Price Ranges |
priceBreaks | ProductPriceBreak[] | No | Price Breaks |
assets | CompanyAsset[] | No | Assets |
quantities | ProductQuantity[] | No | Quantities |
instock | boolean | No | Instock (default: false) |
brandId | string | No | Brand identifier |
category | ProductCategory | No | Category |
notes | Note[] | No | Notes |
enableMixMatch | boolean | No | Enable Mix Match (default: false) |
enableWeedmap | boolean | No | Enable Weedmap (default: false) |
showInWidget | boolean | No | Show In Widget (default: true) |
customTaxInfo | TaxInfo | No | Custom Tax Info |
discountable | boolean | No | Discountable (default: true) |
discountEnabled | boolean | No | Discount Enabled (default: true) |
lowThreshold | number | No | Low Threshold |
lowInventoryNotification | boolean | No | Low Inventory Notification (default: false) |
medicinal | boolean | No | Medicinal (default: true) |
byGram | boolean | No | By Gram (default: true) |
byPrepackage | boolean | No | By Prepackage (default: false) |
enableExciseTax | boolean | No | Enable Excise Tax (default: false) |
priceIncludesExcise | boolean | No | Price Includes Excise (default: false) |
priceIncludesALExcise | boolean | No | Price Includes A L Excise (default: false) |
cannabisType | cannabistype | No | Cannabis Type (default: DEFAULT) |
potencyAmount | PotencyMG | No | Potency Amount |
taxTables | CompoundTaxTable[] | No | Tax Tables |
tags | string[] | No | Tags |
qbItemRef | string | No | Qb Item Ref |
customWeight | number | No | Custom Weight |
automaticReOrder | boolean | No | Automatic Re Order (default: false) |
reOrderLevel | number | No | Re Order Level |
leadTime | integer | No | Lead timestamp (epoch ms) (default: 0) |
minDaysOnHand | integer | No | Min Days On Hand (default: 0) |
maxDaysOnHand | integer | No | Max Days On Hand (default: 0) |
customGramType | customgramtype | No | Custom Gram Type (default: GRAM) |
pricingTemplateId | string | No | Pricing Template identifier |
productType | producttype | No | Product Type (default: REGULAR) |
bundleItems | BundleItem[] | No | Bundle Items |
complianceId | string | No | Compliance identifier |
toleranceId | string | No | Tolerance identifier |
producerMfg | string | No | Producer Mfg |
producerLicense | string | No | Producer License |
producerAddress | Address | No | Producer Address |
sellable | boolean | No | Sellable (default: true) |
wmThreshold | number | No | Wm Threshold (default: ZERO) |
salesPrice | number | No | Sales Price |
lastWMSyncTime | long | No | Last W M Sync timestamp (epoch ms) |
lastLeaflySyncTime | long | No | Last Leafly Sync timestamp (epoch ms) |
lastLeaflySyncStatus | boolean | No | Last Leafly Sync Status (default: false) |
overrideMetrcCategoryId | string | No | Override Metrc Category identifier |
wmOnlineSellable | boolean | No | Wm Online Sellable (default: true) |
totalCommittedQuantity | number | No | Total Committed Quantity (default: ZERO) |
totalSellableQuantity | number | No | Total Sellable Quantity (default: ZERO) |
usableMarijuana | number | No | Usable Marijuana (default: ZERO) |
dispatchPrepackageItemId | string | No | Dispatch Prepackage Item identifier |
secondaryVendors | string[] | No | Secondary Vendors |
wmProductId | string | No | Wm Product identifier |
wmBrandId | string | No | Wm Brand identifier |
wmTags | string[] | No | Wm Tags |
maxThc | double | No | Max Thc |
maxCbn | double | No | Max Cbn |
maxCbd | double | No | Max Cbd |
maxCbda | double | No | Max Cbda |
maxThca | double | No | Max Thca |
complianceInfo | ComplianceProductInfo | No | Compliance Info |
totalConsumerOrderQuantity | number | No | Total Consumer Order Quantity (default: ZERO) |
metadata | Metadata[] | No | Metadata |
brandName | string | No | Brand Name |
purchaseLimits | purchaselimit[] | No | Purchase Limits |
productInfoSourcingStrategy | productinfosourcingstrategy | No | Product Info Sourcing Strategy (default: NONE) |
activeBatchId | string | No | Active Batch identifier |
activeBatchSku | string | No | Active Batch Sku |
displayName | string | No | Display Name (default: ``) |
type | integer | No | Type (default: -1) |
externalId | string | No | External system identifier |
masterId | string | No | Master identifier |
parentId | string | No | Parent identifier |
globalProductId | string | No | Global Product identifier |
platformProductId | string | No | Platform Product identifier |
shop | Shop | No | Shop |
sourceMap | object | No | Source Map |
shopsList | Shop[] | No | Shops List |
menuApiBrandName | string | No | Menu Api Brand Name |
menuApiProductName | string | No | Menu Api Product Name |
menuApiProductId | integer | No | Menu Api Product identifier |
menuApiBrandId | integer | No | Menu Api Brand identifier |
metadataModifiedAt | long | No | Metadata Modified At |
component | boolean | No | Component (default: false) |
item | boolean | No | Item (default: false) |
productFamilyId | string | No | Product Family identifier |
archived | boolean | No | Archived (default: false) |
isGiftCard | boolean | No | Is Gift Card |
provider | string | No | Provider |
loyaltyAccrual | boolean | No | Loyalty Accrual (default: true) |
metadataMap | object | No | Metadata Map |
value | final string | No | Value |
value | final string | No | Value |
thc | double | No | Thc |
cbn | double | No | Cbn |
cbd | double | No | Cbd |
cbda | double | No | Cbda |
thca | double | No | Thca |
brand | Brand | No | Brand |
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"checkSum": 0,
"importId": "abc123",
"importSrc": "string",
"categoryId": "abc123",
"sku": "string",
"vendorId": "abc123",
"productSaleType": "Both",
"name": "string",
"description": "",
"flowerType": "string",
"unitPrice": 0,
"purchasePrice": 0,
"weightPerUnit": "EACH",
"unitValue": 0,
"cbg": 0,
"totalCannabinoids": 0,
"totalTerpenes": 0,
"terpenoids": {},
"active": true,
"genetics": "string",
"medicalConditions": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string"
}
],
"priceRanges": [
{
"id": "abc123",
"weightToleranceId": "abc123",
"price": 0,
"priority": 0,
"weightTolerance": {},
"salePrice": 0
}
],
"priceBreaks": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"priceBreakType": "None",
"name": "string",
"displayName": "string",
"price": 0,
"quantity": 1,
"active": true,
"priority": 0,
"salePrice": 0
}
],
"assets": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"key": "string",
"type": {},
"publicURL": "string",
"active": false,
"priority": 0,
"secured": true,
"thumbURL": "string",
"mediumURL": "string",
"largeURL": "string",
"largeX2URL": "string",
"origURL": "string",
"platformFileUrl": "string"
}
],
"quantities": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"inventoryId": "abc123",
"quantity": 0
}
],
"instock": false,
"brandId": "abc123",
"category": {
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"cannabis": false,
"blazeCategoryId": "abc123",
"active": true,
"unitType": "units",
"lowThreshold": "ZERO",
"complianceId": "abc123",
"archived": false,
"topLevelCategoryId": "abc123",
"shopIds": [],
"parentCategoryId": "abc123",
"wmCategory": "string",
"externalId": "abc123",
"priority": 0,
"masterId": "abc123",
"platformCategoryId": "abc123",
"platformParentCategoryId": "abc123",
"sourceMap": {},
"photo": {},
"labelTemplateId": "abc123",
"categoryApp": "DISTRO",
"unitTrackingEnabled": false,
"isGiftCard": false,
"key": {}
},
"notes": [
{
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"writerId": "abc123",
"writerName": "string",
"message": "string",
"enableOnFleet": false
}
],
"enableMixMatch": false,
"enableWeedmap": false,
"showInWidget": true,
"customTaxInfo": {
"id": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"cityTax": 0,
"stateTax": 0,
"federalTax": 0,
"activeCDTFATax": false
},
"discountable": true,
"discountEnabled": true,
"lowThreshold": 0,
"lowInventoryNotification": false,
"medicinal": true,
"byGram": true,
"byPrepackage": false,
"enableExciseTax": false,
"priceIncludesExcise": false,
"priceIncludesALExcise": false,
"cannabisType": "DEFAULT",
"potencyAmount": {
"thc": "ZERO",
"cbd": "ZERO",
"cbn": "ZERO",
"thca": "ZERO",
"cbda": "ZERO",
"cbg": "ZERO",
"maxThc": 0,
"maxCbd": 0,
"maxCbn": 0,
"maxThca": 0,
"maxCbda": 0,
"thcName": "string",
"cbdName": "string",
"cbnName": "string",
"thcaName": "string",
"cbdaName": "string",
"cbgName": "string"
},
"taxTables": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"taxType": "Inherit",
"taxOrder": "PostTaxed",
"consumerType": "AdultUse",
"cityTax": {},
"countyTax": {},
"stateTax": {},
"federalTax": {},
"enableSurchargeFeeTax": false
}
],
"tags": [],
"qbItemRef": "string",
"customWeight": 0,
"automaticReOrder": false,
"reOrderLevel": 0,
"leadTime": 0,
"minDaysOnHand": 0,
"maxDaysOnHand": 0,
"customGramType": "GRAM",
"pricingTemplateId": "abc123",
"productType": "REGULAR",
"bundleItems": [
{
"productId": "abc123",
"quantity": 0
}
],
"complianceId": "abc123",
"toleranceId": "abc123",
"producerMfg": "string",
"producerLicense": "string",
"producerAddress": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"address": "",
"city": "",
"state": "",
"zipCode": "",
"addressLine2": "",
"country": "DEFAULT_COUNTRY",
"latitude": 0,
"longitude": 0
},
"sellable": true,
"wmThreshold": "ZERO",
"salesPrice": 0,
"lastWMSyncTime": 1704067200000,
"lastLeaflySyncTime": 1704067200000,
"lastLeaflySyncStatus": false,
"overrideMetrcCategoryId": "abc123",
"wmOnlineSellable": true,
"totalCommittedQuantity": "ZERO",
"totalSellableQuantity": "ZERO",
"usableMarijuana": "ZERO",
"dispatchPrepackageItemId": "abc123",
"secondaryVendors": [],
"wmProductId": "abc123",
"wmBrandId": "abc123",
"wmTags": [],
"maxThc": 0,
"maxCbn": 0,
"maxCbd": 0,
"maxCbda": 0,
"maxThca": 0,
"complianceInfo": {
"statementIntendedUse": [],
"refrigeration": "string",
"form": "",
"ingredients": "",
"allergens": "",
"strain": "string",
"servingsPerContainer": 0
},
"totalConsumerOrderQuantity": "ZERO",
"metadata": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false
}
],
"brandName": "string",
"purchaseLimits": [],
"productInfoSourcingStrategy": "NONE",
"activeBatchId": "abc123",
"activeBatchSku": "string",
"displayName": "",
"type": "-1",
"externalId": "abc123",
"masterId": "abc123",
"parentId": "abc123",
"globalProductId": "abc123",
"platformProductId": "abc123",
"shop": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
},
"sourceMap": {},
"shopsList": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"shortIdentifier": "string",
"name": "string",
"shopType": "Medicinal",
"address": {},
"phoneNumber": "string",
"emailAdress": "string",
"license": "string",
"deaNumber": "string",
"enableDeliveryFee": false,
"deliveryFee": 0,
"taxInfo": {},
"showWalkInQueue": true,
"showDeliveryQueue": true,
"showOnlineQueue": false,
"showSpecialQueue": false,
"walkInQueueDOV": "ByTerminal",
"deliveryQueueDOV": "ByTerminal",
"specialQueueDOV": "ByTerminal",
"enableCashInOut": false,
"timeZone": "DEFAULT_REQ_TIMEZONE",
"latitude": 0,
"longitude": 0,
"active": true,
"snapshopTime": 1704067200000,
"nextSnapshotTime": 1704067200000,
"defaultCountry": "string",
"onlineStoreInfo": {},
"deliveryFees": [],
"enableSaleLogout": false,
"assets": [],
"enableBCCReceipt": false,
"bccEmailAddress": "string",
"enableGPSTracking": false,
"receivingInventoryId": "abc123",
"defaultPinTimeout": "DEFAULT_PIN_TIMEOUT_DURATION",
"emailList": [],
"enableLowInventoryEmail": false,
"restrictedViews": false,
"emailMessage": "string",
"taxRoundOffType": "ONE_CENT",
"enforceCashDrawers": false,
"useAssignedEmployee": false,
"termSalesOption": "DeviceTerminal",
"showProductByAvailableQuantity": false,
"autoCashDrawer": false,
"numAllowActiveTrans": 1,
"requireValidRecDate": false,
"enableDeliverySignature": false,
"restrictIncomingOrderNotifications": false,
"restrictedNotificationTerminals": [],
"roundOffType": "NONE",
"roundUpMessage": "string",
"membersCountSyncDate": "null",
"enableCannabisLimit": false,
"useComplexTax": false,
"taxTables": [],
"enableExciseTax": false,
"nalExciseFromRetailCost": false,
"nalExciseAfterCityTax": false,
"alExciseOnZeroPrice": false,
"marketingSources": [],
"productsTag": [],
"logo": {},
"hubId": "abc123",
"hubName": "string",
"enableOnFleet": false,
"onFleetApiKey": "string",
"onFleetOrganizationId": "abc123",
"onFleetOrganizationName": "string",
"onFleetTwoWay": false,
"onFleetTwoWayUpdateSchedule": false,
"onFleetTwoWayRevert": false,
"onFleetTwoAutoPack": false,
"onFleetAllowEmptyOrders": false,
"autoOnFleetTeam": "",
"enableUnAssignedOnfleetOrder": false,
"emailAttachment": {},
"receiptInfo": [],
"enablePinForCashDrawer": false,
"enableWooCommerce": false,
"cartMinimums": {},
"creditCardFeeList": [],
"blazePayFeeList": [],
"strongholdFeeList": [],
"achFeeList": [],
"twilioNumber": "string",
"enableAgeLimit": false,
"ageLimit": "DEFAULT_AGE_LIMIT",
"medicinalAge": "DEFAULT_AGE_LIMIT",
"enableMedicinalAge": false,
"deliveryRefundType": "NONE",
"creditFefundType": "NONE",
"enableSpringBig": false,
"enableDailySummaryEmail": false,
"enableHarvestTax": false,
"enableTookan": false,
"legalLanguage": "string",
"enableExciseTaxWarning": false,
"exciseTaxWarning": "string",
"orderTags": [],
"allowAnonymousOrders": false,
"membersTag": [],
"poTermCondition": "string",
"poNote": "string",
"invoiceTermCondition": "string",
"invoiceNote": "string",
"defaultHandOverMin": "DEFAULT_HANDOVER_DURATION",
"draftOrderTimeout": "DEFAULT_DRAFT_ORDER_TIMEOUT",
"enableTip": false,
"flowerType": [],
"enableRefundNote": false,
"enableAutoPrintAtFulfillment": false,
"nonCannabisTaxes": {},
"appendBrandNameWM": false,
"blazeConnections": [],
"enableLimitOnNetWeight": false,
"disableMedicalProductsForAdultUse": false,
"disableRecreationalProductsForMedical": false,
"enableDiscountNotes": false,
"enableCartDiscountNotes": false,
"enableAfterTaxDiscountNotes": false,
"checkDuplicateDl": false,
"onFleetRequired": false,
"enableColorPin": false,
"colorSameDay": "OnFleetAppearance.TriangleColor.ORANGE.name()",
"colorNextDay": "OnFleetAppearance.TriangleColor.TEAL.name()",
"colorBeyondNextDay": "OnFleetAppearance.TriangleColor.MAGENTA.name()",
"tookanRequired": false,
"enableDOBNameUniqueness": false,
"enableWaive": false,
"enableCustomerIdentification": false,
"enableComplianceTesting": false,
"onfleetOverrideUrl": "string",
"enableTipsBlazePay": false,
"enableIncomingOrders": false,
"enableCommittedValidation": false,
"enableMfg": false,
"testShop": false,
"billable": true,
"validateRegion": false,
"overrideMemberLimits": false,
"enableQtyFlattening": false,
"productInfoSourcingStrategy": "NONE",
"nalTaxesOnly": false,
"enableSkipAssignValidation": false,
"website": "https://example.com",
"dispatchConfiguration": {},
"rollingCashDrawer": false,
"platformLocationId": "abc123",
"defaultPOCostSource": "COMPLIANCE_SYSTEM",
"memberAddressRequired": false,
"exciseTaxInfo": {},
"inventoryCostOption": "WEIGHTED_AVERAGE",
"purchaseFloorAmount": "PENNY",
"enableCannabisAdjustmentAfterRounding": false,
"requirePhoneNumber": false,
"requiredMemberPhone": false,
"deliveryMaxOrders": 1,
"enableDeferTransactions": false,
"pennyTransactionOption": "DISABLED",
"defaultMetrcLocation": "null",
"canAssignLocationsToPackages": false,
"canUpdateLocationsOnPackages": false,
"autoArchiveBatches": false,
"autoArchiveBatchesAfterNDays": 30,
"productPriceIncludeExciseTax": false,
"checkoutType": "Direct"
}
],
"menuApiBrandName": "string",
"menuApiProductName": "string",
"menuApiProductId": 0,
"menuApiBrandId": 0,
"metadataModifiedAt": 0,
"component": false,
"item": false,
"productFamilyId": "abc123",
"archived": false,
"isGiftCard": false,
"provider": "string",
"loyaltyAccrual": true,
"metadataMap": {},
"value": {},
"thc": 0,
"cbn": 0,
"cbd": 0,
"cbda": 0,
"thca": 0,
"brand": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"website": "https://example.com",
"phoneNo": "555-0100",
"brandLogo": {},
"vendorList": [],
"isDefault": false,
"externalId": "abc123",
"platformBrandId": "abc123",
"globalBrandId": "abc123",
"leadTime": 1704067200000,
"minDaysOnHand": 0,
"maxDaysOnHand": 0
}
}
Get All Brands
GET /api/v1/partner/store/inventory/brands
Retrieve all brands available in the store. Supports free-text search with the term parameter and pagination with start and limit.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
term | string | No | term |
start | integer | No | Number of records to skip |
limit | integer | No | Maximum records to return |
Response
Returns a paginated SearchResult of BrandResult objects.
- Fields
- JSON
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | Unique identifier |
companyId | string | No | Company identifier |
created | long | No | Created timestamp (epoch ms) |
modified | long | No | Last modified timestamp (epoch ms) |
deleted | boolean | No | Whether the record is deleted |
updated | boolean | No | Whether the record has been updated |
name | string | No | Name |
active | boolean | No | Whether active |
website | string | No | Website URL |
phoneNo | string | No | Phone number |
brandLogo | CompanyAsset | No | Brand Logo |
vendorList | string[] | No | Vendor List |
isDefault | boolean | No | Is Default |
externalId | string | No | External system identifier |
platformBrandId | string | No | Platform Brand identifier |
globalBrandId | string | No | Global Brand identifier |
leadTime | long | No | Lead timestamp (epoch ms) |
minDaysOnHand | long | No | Min Days On Hand |
maxDaysOnHand | long | No | Max Days On Hand |
vendors | Vendor[] | No | Vendors |
thirdPartyBrandName | string | No | Third Party Brand Name |
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"active": false,
"website": "https://example.com",
"phoneNo": "555-0100",
"brandLogo": {
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"name": "string",
"key": "string",
"type": {},
"publicURL": "string",
"active": false,
"priority": 0,
"secured": true,
"thumbURL": "string",
"mediumURL": "string",
"largeURL": "string",
"largeX2URL": "string",
"origURL": "string",
"platformFileUrl": "string"
},
"vendorList": [],
"isDefault": false,
"externalId": "abc123",
"platformBrandId": "abc123",
"globalBrandId": "abc123",
"leadTime": 1704067200000,
"minDaysOnHand": 0,
"maxDaysOnHand": 0,
"vendors": [
{
"id": "abc123",
"companyId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"importId": "abc123",
"active": true,
"name": "string",
"phone": "555-0100",
"email": "user@example.com",
"fax": "string",
"address": {},
"description": "string",
"website": "https://example.com",
"firstName": "John",
"lastName": "Doe",
"notes": [],
"licenseNumber": "string",
"assets": [],
"backOrderEnabled": false,
"licenseExpirationDate": 1704067200000,
"armsLengthType": "NON_ARMS_LENGTH",
"brands": [],
"additionalAddressList": [],
"credits": 0,
"mobileNumber": "555-0100",
"relatedEntity": false,
"vendorType": "VENDOR",
"dbaName": "string",
"companyLicenses": [],
"createdBy": "string",
"accountOwnerId": "abc123",
"defaultPaymentTerm": "string",
"salesPerson": "string",
"contactPerson": "string",
"defaultContactId": "abc123",
"externalId": "abc123",
"toDefault": false,
"connectedShop": "string",
"isGiftCard": false,
"platformVendorId": "abc123"
}
],
"thirdPartyBrandName": "string"
}
Get All Inventories
GET /api/v1/partner/store/inventory/inventories
Retrieve all inventory rooms/locations for the store. Filter by active and deleted status (both nullable — omit to return all). Returns the full list without pagination.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
active | boolean | No | active |
deleted | boolean | No | deleted |
Response
Returns a ListResult<Inventory> object.
- Fields
- JSON
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | Unique identifier |
companyId | string | No | Company identifier |
shopId | string | No | Shop identifier |
created | long | No | Created timestamp (epoch ms) |
modified | long | No | Last modified timestamp (epoch ms) |
deleted | boolean | No | Whether the record is deleted |
updated | boolean | No | Whether the record has been updated |
type | string | No | Type. One of: Storage, Field, Quarantine (default: Field) |
name | string | No | Name |
active | boolean | No | Whether active (default: true) |
regionIds | string[] | No | Region Ids |
externalId | string | No | External system identifier |
dryRoom | boolean | No | Dry Room (default: true) |
quantity | number | No | Quantity |
complianceInvRoomName | string | No | Compliance Inv Room Name |
complianceInvRoomId | integer | No | Compliance Inv Room identifier |
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"type": "Field",
"name": "string",
"active": true,
"regionIds": [],
"externalId": "abc123",
"dryRoom": true,
"quantity": 0,
"complianceInvRoomName": "string",
"complianceInvRoomId": 0
}
Get All Inventories
GET /api/v1/partner/store/inventory/terminals
Retrieve all POS terminals configured for the store. Returns the full list without pagination.
Response
Returns a ListResult<Terminal> object.
- Fields
- JSON
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | Unique identifier |
companyId | string | No | Company identifier |
shopId | string | No | Shop identifier |
created | long | No | Created timestamp (epoch ms) |
modified | long | No | Last modified timestamp (epoch ms) |
deleted | boolean | No | Whether the record is deleted |
updated | boolean | No | Whether the record has been updated |
active | boolean | No | Whether active |
deviceId | string | No | Device identifier |
name | string | No | Name |
deviceModel | string | No | Device Model |
deviceVersion | string | No | Device Version |
deviceName | string | No | Device Name |
appVersion | string | No | App Version |
deviceToken | string | No | Device Token |
deviceType | string | No | Device Type |
assignedInventoryId | string | No | Assigned Inventory identifier |
cvAccountId | string | No | Cv Account identifier |
currentEmployeeId | string | No | Current Employee identifier |
terminalType | string | No | Terminal Type. One of: NotAssigned, WalkIn, Delivery, SelfCheckout (default: NotAssigned) |
posTerminal | string | No | Pos Terminal |
regionId | string | No | Region identifier |
creditCardReader | CreditCardReader | No | Credit Card Reader |
onPremEnabled | boolean | No | On Prem Enabled (default: false) |
brandIds | string[] | No | Brand Ids |
terminalLocations | TerminalLocation[] | No | Terminal Locations |
deviceDetails | devicedetail[] | No | Device Details |
deviceId | string | No | Device identifier |
version | string | No | Version (default: 1.0.0) |
deviceToken | string | No | Device Token |
deviceType | string | No | Device Type. One of: Android, iOS, Desktop, Web (default: iOS) |
deviceVersion | string | No | Device Version |
sdkVersion | string | No | Sdk Version |
deviceModel | string | No | Device Model |
deviceName | string | No | Device Name |
active | boolean | No | Whether active |
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"active": false,
"deviceId": "abc123",
"name": "string",
"deviceModel": "string",
"deviceVersion": "string",
"deviceName": "string",
"appVersion": "string",
"deviceToken": "string",
"deviceType": "iOS",
"assignedInventoryId": "abc123",
"cvAccountId": "abc123",
"currentEmployeeId": "abc123",
"terminalType": "NotAssigned",
"posTerminal": "string",
"regionId": "abc123",
"creditCardReader": {
"encryptionType": "BlazeSymmetricEncryption",
"secretKey": "string"
},
"onPremEnabled": false,
"brandIds": [],
"terminalLocations": [
{
"id": "abc123",
"companyId": "abc123",
"shopId": "abc123",
"created": 1704067200000,
"modified": 1704067200000,
"deleted": false,
"updated": false,
"terminalId": "abc123",
"employeeId": "abc123",
"timeCardId": "abc123",
"deviceId": "abc123",
"name": "string",
"loc": []
}
],
"deviceDetails": [],
"version": "1.0.0",
"sdkVersion": "string"
}