---
title: "Get list of products by modified date"
method: GET
path: "/api/v1/partner/products/modified"
tags: ["Blaze Partner Products"]
---

# Get list of products by modified date

`GET /api/v1/partner/products/modified`

## Query parameters

- `startDate` integer
- `endDate` integer
- `skip` integer
- `limit` integer

## Response `200`

successful operation

- SearchResultProduct
  - `values` Product[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `checkSum` integer
    - `archived` boolean
    - `importId` string
    - `importSrc` string
    - `categoryId` string
    - `sku` string
    - `vendorId` string
    - `productSaleType` 'Medicinal' | 'Recreational' | 'Both'
    - `name` string, required — product name
    - `description` string
    - `flowerType` string
    - `unitPrice` number
    - `purchasePrice` number
    - `weightPerUnit` 'EACH' | 'HALF_GRAM' | 'FULL_GRAM' | 'TWO_GRAMS' | 'EIGHTH' | 'FOURTH' | 'HALF_OUNCE' | 'OUNCE' | 'CUSTOM_GRAMS' | 'POUND' | 'FLUID_OZ'
    - `unitValue` number
    - `thc` number, double
    - `cbn` number, double
    - `cbd` number, double
    - `cbda` number, double
    - `thca` number, double
    - `cbg` number, double
    - `totalCannabinoids` number, double
    - `totalTerpenes` number, double
    - `terpenoids` object
    - `active` boolean
    - `genetics` string
    - `medicalConditions` MedicalCondition[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `name` string
    - `priceRanges` ProductPriceRange[]
      - `id` string
      - `weightToleranceId` string
      - `price` number
      - `priority` integer
      - `weightTolerance` ProductWeightTolerance
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `name` string
        - `startWeight` number
        - `endWeight` number
        - `priority` integer
        - `unitValue` number
        - `weightValue` number
        - `weightKey` 'UNIT' | 'HALF_GRAM' | 'GRAM' | 'TWO_GRAMS' | 'THREE_GRAMS' | 'ONE_EIGHTTH' | 'QUARTER' | 'HALF' | 'OUNCE' | 'CUSTOM' | 'POUND' | 'FLUID_OZ' | 'MILLILITER' | 'METRC_OUNCE' | 'METRC_ONE_EIGHTH' | 'MILLIGRAM' | 'METRC_QUARTER'
        - `enabled` boolean
      - `salePrice` number
      - `enabled` boolean
      - `assignedPrice` number
    - `priceBreaks` ProductPriceBreak[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `priceBreakType` 'None' | 'HalfGramUnit' | 'OneGramUnit' | 'TwoGramUnits' | 'ThreeGramUnits' | 'FourGramUnits' | 'FiveGramUnits' | 'SixGramUnits' | 'SevenGramUnits' | 'EightGramUnits' | 'Custom'
      - `name` string
      - `displayName` string
      - `price` number
      - `quantity` integer
      - `active` boolean
      - `priority` integer
      - `salePrice` number
      - `assignedPrice` number
    - `assets` CompanyAsset[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `name` string
      - `key` string
      - `type` 'Photo' | 'Document' | 'Kml'
      - `publicURL` string
      - `active` boolean
      - `priority` integer
      - `secured` boolean
      - `thumbURL` string
      - `mediumURL` string
      - `largeURL` string
      - `largeX2URL` string
      - `origURL` string
      - `platformFileUrl` string
      - `assetType` 'Photo' | 'Document' | 'Kml'
    - `quantities` ProductQuantity[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `shopId` string
      - `dirty` boolean
      - `inventoryId` string
      - `quantity` number
    - `instock` boolean
    - `brandId` string
    - `category` ProductCategory
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `shopId` string
      - `dirty` boolean
      - `name` string
      - `cannabis` boolean
      - `photo` CompanyAsset
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `name` string
        - `key` string
        - `type` 'Photo' | 'Document' | 'Kml'
        - `publicURL` string
        - `active` boolean
        - `priority` integer
        - `secured` boolean
        - `thumbURL` string
        - `mediumURL` string
        - `largeURL` string
        - `largeX2URL` string
        - `origURL` string
        - `platformFileUrl` string
        - `assetType` 'Photo' | 'Document' | 'Kml'
      - `blazeCategoryId` string
      - `active` boolean
      - `unitType` 'units' | 'grams'
      - `lowThreshold` number
      - `cannabisType` 'NONE' | 'DEFAULT' | 'NON_CANNABIS' | 'CBD' | 'CBD_CANNABIS' | 'CBD_CANNABIS_FLOWER' | 'CONCENTRATE' | 'NON_CONCENTRATE' | 'PLANT' | 'EDIBLE' | 'EXTRACT' | 'DRY_FLOWER' | 'KIEF' | 'DRY_LEAF' | 'LIQUID' | 'SUPPOSITORY' | 'TINCTURE' | 'TOPICAL' | 'OIL' | 'SEEDS' | 'THC' | 'LIVE_PLANT' | 'IMMATURE_PLANT' | 'CLONE_CUTTING' | 'CLONE_TISSUE_CULTURE' | 'PRE_ROLL_FLOWER' | 'PRE_ROLL_LEAF' | 'PRE_ROLL_INFUSED' | 'SEEDS_EA' | 'PRE_ROLL' | 'PRE_ROLL_CBD' | 'CAPSULE' | 'COMBINED' | 'LOZENGES' | 'EXTRACT_INHALED' | 'BEVERAGES' | 'GEL_BASED_FOOD' | 'ORAL_LIQUID' | 'RESIN' | 'SOLID_CHOCOLATE' | 'WATER_SOLUBLE_EDIBLE' | 'WAX' | 'CANNABIS_FLOWER_PRODUCT' | 'OIL_FOR_VAPORIZATION' | 'TABLE_CAPSULE_LOZENGE' | 'CANNABINOID_PROD_FOR_INHALATION'
      - `complianceId` string
      - `archived` boolean
      - `topLevelCategoryId` string
      - `topLevelCategoryName` string
      - `normalizedCategoryId` string
      - `shopIds` string[]
      - `parentCategoryId` string
      - `companyCategoryId` string
      - `wmCategory` string
      - `wmCategoryName` string
      - `externalId` string
      - `priority` integer
      - `masterId` string
      - `platformCategoryId` string
      - `platformParentCategoryId` string
      - `masterCategory` MasterCategory
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `shopId` string
        - `dirty` boolean
        - `name` string
        - `cannabis` boolean
        - `photo` CompanyAsset
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `name` string
          - `key` string
          - `type` 'Photo' | 'Document' | 'Kml'
          - `publicURL` string
          - `active` boolean
          - `priority` integer
          - `secured` boolean
          - `thumbURL` string
          - `mediumURL` string
          - `largeURL` string
          - `largeX2URL` string
          - `origURL` string
          - `platformFileUrl` string
          - `assetType` 'Photo' | 'Document' | 'Kml'
        - `blazeCategoryId` string
        - `active` boolean
        - `unitType` 'units' | 'grams'
        - `lowThreshold` number
        - `cannabisType` 'NONE' | 'DEFAULT' | 'NON_CANNABIS' | 'CBD' | 'CBD_CANNABIS' | 'CBD_CANNABIS_FLOWER' | 'CONCENTRATE' | 'NON_CONCENTRATE' | 'PLANT' | 'EDIBLE' | 'EXTRACT' | 'DRY_FLOWER' | 'KIEF' | 'DRY_LEAF' | 'LIQUID' | 'SUPPOSITORY' | 'TINCTURE' | 'TOPICAL' | 'OIL' | 'SEEDS' | 'THC' | 'LIVE_PLANT' | 'IMMATURE_PLANT' | 'CLONE_CUTTING' | 'CLONE_TISSUE_CULTURE' | 'PRE_ROLL_FLOWER' | 'PRE_ROLL_LEAF' | 'PRE_ROLL_INFUSED' | 'SEEDS_EA' | 'PRE_ROLL' | 'PRE_ROLL_CBD' | 'CAPSULE' | 'COMBINED' | 'LOZENGES' | 'EXTRACT_INHALED' | 'BEVERAGES' | 'GEL_BASED_FOOD' | 'ORAL_LIQUID' | 'RESIN' | 'SOLID_CHOCOLATE' | 'WATER_SOLUBLE_EDIBLE' | 'WAX' | 'CANNABIS_FLOWER_PRODUCT' | 'OIL_FOR_VAPORIZATION' | 'TABLE_CAPSULE_LOZENGE' | 'CANNABINOID_PROD_FOR_INHALATION'
        - `complianceId` string
        - `archived` boolean
        - `topLevelCategoryId` string
        - `topLevelCategoryName` string
        - `normalizedCategoryId` string
        - `shopIds` string[]
        - `childCategories` CustomCategoryResult[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `name` string
          - `cannabis` boolean
          - `photo` CompanyAsset
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `name` string
            - `key` string
            - `type` 'Photo' | 'Document' | 'Kml'
            - `publicURL` string
            - `active` boolean
            - `priority` integer
            - `secured` boolean
            - `thumbURL` string
            - `mediumURL` string
            - `largeURL` string
            - `largeX2URL` string
            - `origURL` string
            - `platformFileUrl` string
            - `assetType` 'Photo' | 'Document' | 'Kml'
          - `blazeCategoryId` string
          - `active` boolean
          - `unitType` 'units' | 'grams'
          - `lowThreshold` number
          - `cannabisType` 'NONE' | 'DEFAULT' | 'NON_CANNABIS' | 'CBD' | 'CBD_CANNABIS' | 'CBD_CANNABIS_FLOWER' | 'CONCENTRATE' | 'NON_CONCENTRATE' | 'PLANT' | 'EDIBLE' | 'EXTRACT' | 'DRY_FLOWER' | 'KIEF' | 'DRY_LEAF' | 'LIQUID' | 'SUPPOSITORY' | 'TINCTURE' | 'TOPICAL' | 'OIL' | 'SEEDS' | 'THC' | 'LIVE_PLANT' | 'IMMATURE_PLANT' | 'CLONE_CUTTING' | 'CLONE_TISSUE_CULTURE' | 'PRE_ROLL_FLOWER' | 'PRE_ROLL_LEAF' | 'PRE_ROLL_INFUSED' | 'SEEDS_EA' | 'PRE_ROLL' | 'PRE_ROLL_CBD' | 'CAPSULE' | 'COMBINED' | 'LOZENGES' | 'EXTRACT_INHALED' | 'BEVERAGES' | 'GEL_BASED_FOOD' | 'ORAL_LIQUID' | 'RESIN' | 'SOLID_CHOCOLATE' | 'WATER_SOLUBLE_EDIBLE' | 'WAX' | 'CANNABIS_FLOWER_PRODUCT' | 'OIL_FOR_VAPORIZATION' | 'TABLE_CAPSULE_LOZENGE' | 'CANNABINOID_PROD_FOR_INHALATION'
          - `complianceId` string
          - `archived` boolean
          - `topLevelCategoryId` string
          - `topLevelCategoryName` string
          - `normalizedCategoryId` string
          - `shopIds` string[]
          - `parentCategoryId` string
          - `companyCategoryId` string
          - `wmCategory` string
          - `wmCategoryName` string
          - `externalId` string
          - `priority` integer
          - `masterId` string
          - `platformCategoryId` string
          - `platformParentCategoryId` string
          - `masterCategory` MasterCategory — recursive
          - `sourceMap` object
          - `shop` Shop
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `shortIdentifier` string
            - `name` string
            - `shopType` 'Medicinal' | 'Recreational' | 'Both'
            - `address` Address
              - …
            - `phoneNumber` string
            - `emailAdress` string
            - `license` string
            - `deaNumber` string
            - `enableDeliveryFee` boolean
            - `acceptAdultUseOrders` boolean
            - `deliveryFee` number
            - `taxOrder` 'PostTaxed' | 'PreTaxed'
            - `taxInfo` TaxInfo
              - …
            - `showWalkInQueue` boolean
            - `showDeliveryQueue` boolean
            - `showOnlineQueue` boolean
            - `showSpecialQueue` boolean
            - `aliasQueueTypeName` object
            - `walkInQueueDOV` 'ByTerminal' | 'ByInventory'
            - `deliveryQueueDOV` 'ByTerminal' | 'ByInventory'
            - `specialQueueDOV` 'ByTerminal' | 'ByInventory'
            - `enableCashInOut` boolean
            - `timeZone` string
            - `latitude` number, double
            - `longitude` number, double
            - `active` boolean
            - `snapshopTime` integer
            - `nextSnapshotTime` integer
            - `defaultCountry` string
            - `onlineStoreInfo` OnlineStoreInfo
              - …
            - `deliveryFees` DeliveryFee[]
              - …
            - `enableSaleLogout` boolean
            - `assets` CompanyAsset[]
              - …
            - `enableBCCReceipt` boolean
            - `bccEmailAddress` string
            - `enableGPSTracking` boolean
            - `receivingInventoryId` string
            - `defaultPinTimeout` integer
            - `emailList` string[]
            - `enableLowInventoryEmail` boolean
            - `restrictedViews` boolean
            - `emailMessage` string
            - `taxRoundOffType` 'ONE_CENT' | 'FIVE_CENT' | 'NEAREST_DOLLAR' | 'UP_DOLLAR' | 'DOWN_DOLLAR'
            - `enforceCashDrawers` boolean
            - `useAssignedEmployee` boolean
            - `enforceBlindCashDrawer` boolean
            - `termSalesOption` 'DeviceTerminal' | 'AssignedEmployeeTerminal' | 'SellerAssignedTerminal'
            - `showProductByAvailableQuantity` boolean
            - `autoCashDrawer` boolean
            - `numAllowActiveTrans` integer
            - `requireValidRecDate` boolean
            - `enableDeliverySignature` boolean
            - `restrictIncomingOrderNotifications` boolean
            - `restrictedNotificationTerminals` string[]
            - `roundOffType` 'NONE' | 'ROUND_UP' | 'ROUND_DOWN'
            - `roundUpMessage` string
            - `membersCountSyncDate` integer
            - `enableCannabisLimit` boolean
            - `useComplexTax` boolean
            - `taxTables` CompoundTaxTable[]
              - …
            - `enableExciseTax` boolean
            - `exciseTaxType` 'PER_ITEM' | 'TOTAL_AMOUNT'
            - `nalExciseFromRetailCost` boolean
            - `nalExciseAfterCityTax` boolean
            - `alExciseOnZeroPrice` boolean
            - `marketingSources` string[]
            - `productsTag` string[]
            - `logo` CompanyAsset
              - …
            - `hubId` string
            - `hubName` string
            - `enableOnFleet` boolean
            - `onFleetApiKey` string
            - `onFleetOrganizationId` string
            - `onFleetOrganizationName` string
            - `onFleetTwoWay` boolean
            - `onFleetTwoWayUpdateSchedule` boolean
            - `onFleetTwoWayRevert` boolean
            - `onFleetTwoAutoPack` boolean
            - `onFleetAllowEmptyOrders` boolean
            - `autoOnFleetTeam` string
            - `enableUnAssignedOnfleetOrder` boolean
            - `emailAttachment` CompanyAsset
              - …
            - `receiptInfo` ReceiptInfo[]
              - …
            - `enablePinForCashDrawer` boolean
            - `cashDrawerQuickStartEnabled` boolean
            - `enableWooCommerce` boolean
            - `cartMinimums` CartMinimums
              - …
            - `creditCardFeeList` CreditCardFee[]
              - …
            - `blazePayFeeList` CreditCardFee[]
              - …
            - `strongholdFeeList` CreditCardFee[]
              - …
            - `achFeeList` CreditCardFee[]
              - …
            - `appTarget` 'AuthenticationApp' | 'Retail' | 'Distribution' | 'Grow' | 'Dispatch' | 'Worker' | 'Insights'
            - `twilioNumber` string
            - `enableAgeLimit` boolean
            - `ageLimit` integer
            - `medicinalAge` integer
            - `enableMedicinalAge` boolean
            - `deliveryRefundType` 'NONE' | 'FULL' | 'PARTIAL'
            - `creditFefundType` 'NONE' | 'FULL' | 'PARTIAL'
            - `enableSpringBig` boolean
            - `enableGrowthLoyalty` boolean
            - `enableDailySummaryEmail` boolean
            - `enableHarvestTax` boolean
            - `enableTookan` boolean
            - `legalLanguage` string
            - `enableExciseTaxWarning` boolean
            - `exciseTaxWarning` string
            - `orderTags` string[]
            - `allowAnonymousOrders` boolean
            - `membersTag` string[]
            - `poTermCondition` string
            - `poNote` string
            - `invoiceTermCondition` string
            - `invoiceNote` string
            - `defaultHandOverMin` integer
            - `getdraftOrderTimeout` integer
            - `enableTip` boolean
            - `flowerType` string[]
            - `enableRefundNote` boolean
            - `enableAutoPrintAtFulfillment` boolean
            - `nonCannabisTaxes` NonCannabisTaxInfo
              - …
            - `appendBrandNameWM` boolean
            - `blazeConnections` string[]
            - `enableLimitOnNetWeight` boolean
            - `disableMedicalProductsForAdultUse` boolean
            - `disableRecreationalProductsForMedical` boolean
            - `enableDiscountNotes` boolean
            - `enableCartDiscountNotes` boolean
            - `enableAfterTaxDiscountNotes` boolean
            - `checkDuplicateDl` boolean
            - `onFleetRequired` boolean
            - `enableColorPin` boolean
            - `colorSameDay` string
            - `colorNextDay` string
            - `colorBeyondNextDay` string
            - `tookanRequired` boolean
            - `enableDOBNameUniqueness` boolean
            - `enableWaive` boolean
            - `enableCustomerIdentification` boolean
            - `enableComplianceTesting` boolean
            - `requireEventTripExternalDeliveryLedgerId` boolean
            - `onfleetOverrideUrl` string
            - `enableTipsBlazePay` boolean
            - `enableIncomingOrders` boolean
            - `enableCommittedValidation` boolean
            - `enableAssignedOrdersCheckCommittedInventory` boolean
            - `enableMfg` boolean
            - `testShop` boolean
            - `billable` boolean
            - `validateRegion` boolean
            - `overrideMemberLimits` boolean
            - `requiredComplianceLabel` boolean
            - `enableQtyFlattening` boolean
            - `productInfoSourcingStrategy` 'NONE' | 'MANUAL' | 'FIFO_BATCH' | 'LIFO_BATCH'
            - `allowDelivery` boolean
            - `nalTaxesOnly` boolean
            - `enableSkipAssignValidation` boolean
            - `website` string
            - `dispatchConfiguration` DispatchConfiguration
              - …
            - `rollingCashDrawer` boolean
            - `platformLocationId` string
            - `defaultPOCostSource` 'COMPLIANCE_SYSTEM' | 'COMPANY_CATALOG' | 'MANUAL'
            - `memberAddressRequired` boolean
            - `exciseTaxInfo` ExciseTaxInfo
              - …
            - `inventoryCostOption` 'LAST_COST' | 'WEIGHTED_AVERAGE' | 'MANUAL'
            - `purchaseFloorAmount` 'PENNY' | 'NICKEL' | 'DIME'
            - `enableCannabisAdjustmentAfterRounding` boolean
            - `usePackageDateForExpiration` boolean
            - `labResultExpiration` integer
            - `requirePhoneNumber` boolean
            - `requiredMemberPhone` boolean
            - `deliveryMaxOrders` integer
            - `enableDeferTransactions` boolean
            - `pennyTransactionOption` 'DISABLED' | 'PER_QUANTITY' | 'OVERALL_TRANSACTION'
            - `defaultMetrcLocation` MetricsLocation
              - …
            - `canAssignLocationsToPackages` boolean
            - `canUpdateLocationsOnPackages` boolean
            - `autoArchiveBatches` boolean
            - `autoArchiveBatchesAfterNDays` integer
            - `productPriceIncludeExciseTax` boolean
            - `checkoutType` 'Direct' | 'Fulfillment' | 'FulfillmentThreeStep'
            - `timezoneOffsetInMinutes` integer
          - `labelTemplateId` string
          - `categoryApp` 'DISTRO' | 'MANUFACTURING'
          - `unitTrackingEnabled` boolean
          - `topLevelName` string
          - `newType` string
          - `statusName` string
          - `parentCategory` MasterCategory — recursive
          - `giftCard` boolean
        - `children` CustomCategoryResult[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `name` string
          - `cannabis` boolean
          - `photo` CompanyAsset
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `name` string
            - `key` string
            - `type` 'Photo' | 'Document' | 'Kml'
            - `publicURL` string
            - `active` boolean
            - `priority` integer
            - `secured` boolean
            - `thumbURL` string
            - `mediumURL` string
            - `largeURL` string
            - `largeX2URL` string
            - `origURL` string
            - `platformFileUrl` string
            - `assetType` 'Photo' | 'Document' | 'Kml'
          - `blazeCategoryId` string
          - `active` boolean
          - `unitType` 'units' | 'grams'
          - `lowThreshold` number
          - `cannabisType` 'NONE' | 'DEFAULT' | 'NON_CANNABIS' | 'CBD' | 'CBD_CANNABIS' | 'CBD_CANNABIS_FLOWER' | 'CONCENTRATE' | 'NON_CONCENTRATE' | 'PLANT' | 'EDIBLE' | 'EXTRACT' | 'DRY_FLOWER' | 'KIEF' | 'DRY_LEAF' | 'LIQUID' | 'SUPPOSITORY' | 'TINCTURE' | 'TOPICAL' | 'OIL' | 'SEEDS' | 'THC' | 'LIVE_PLANT' | 'IMMATURE_PLANT' | 'CLONE_CUTTING' | 'CLONE_TISSUE_CULTURE' | 'PRE_ROLL_FLOWER' | 'PRE_ROLL_LEAF' | 'PRE_ROLL_INFUSED' | 'SEEDS_EA' | 'PRE_ROLL' | 'PRE_ROLL_CBD' | 'CAPSULE' | 'COMBINED' | 'LOZENGES' | 'EXTRACT_INHALED' | 'BEVERAGES' | 'GEL_BASED_FOOD' | 'ORAL_LIQUID' | 'RESIN' | 'SOLID_CHOCOLATE' | 'WATER_SOLUBLE_EDIBLE' | 'WAX' | 'CANNABIS_FLOWER_PRODUCT' | 'OIL_FOR_VAPORIZATION' | 'TABLE_CAPSULE_LOZENGE' | 'CANNABINOID_PROD_FOR_INHALATION'
          - `complianceId` string
          - `archived` boolean
          - `topLevelCategoryId` string
          - `topLevelCategoryName` string
          - `normalizedCategoryId` string
          - `shopIds` string[]
          - `parentCategoryId` string
          - `companyCategoryId` string
          - `wmCategory` string
          - `wmCategoryName` string
          - `externalId` string
          - `priority` integer
          - `masterId` string
          - `platformCategoryId` string
          - `platformParentCategoryId` string
          - `masterCategory` MasterCategory — recursive
          - `sourceMap` object
          - `shop` Shop
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `shortIdentifier` string
            - `name` string
            - `shopType` 'Medicinal' | 'Recreational' | 'Both'
            - `address` Address
              - …
            - `phoneNumber` string
            - `emailAdress` string
            - `license` string
            - `deaNumber` string
            - `enableDeliveryFee` boolean
            - `acceptAdultUseOrders` boolean
            - `deliveryFee` number
            - `taxOrder` 'PostTaxed' | 'PreTaxed'
            - `taxInfo` TaxInfo
              - …
            - `showWalkInQueue` boolean
            - `showDeliveryQueue` boolean
            - `showOnlineQueue` boolean
            - `showSpecialQueue` boolean
            - `aliasQueueTypeName` object
            - `walkInQueueDOV` 'ByTerminal' | 'ByInventory'
            - `deliveryQueueDOV` 'ByTerminal' | 'ByInventory'
            - `specialQueueDOV` 'ByTerminal' | 'ByInventory'
            - `enableCashInOut` boolean
            - `timeZone` string
            - `latitude` number, double
            - `longitude` number, double
            - `active` boolean
            - `snapshopTime` integer
            - `nextSnapshotTime` integer
            - `defaultCountry` string
            - `onlineStoreInfo` OnlineStoreInfo
              - …
            - `deliveryFees` DeliveryFee[]
              - …
            - `enableSaleLogout` boolean
            - `assets` CompanyAsset[]
              - …
            - `enableBCCReceipt` boolean
            - `bccEmailAddress` string
            - `enableGPSTracking` boolean
            - `receivingInventoryId` string
            - `defaultPinTimeout` integer
            - `emailList` string[]
            - `enableLowInventoryEmail` boolean
            - `restrictedViews` boolean
            - `emailMessage` string
            - `taxRoundOffType` 'ONE_CENT' | 'FIVE_CENT' | 'NEAREST_DOLLAR' | 'UP_DOLLAR' | 'DOWN_DOLLAR'
            - `enforceCashDrawers` boolean
            - `useAssignedEmployee` boolean
            - `enforceBlindCashDrawer` boolean
            - `termSalesOption` 'DeviceTerminal' | 'AssignedEmployeeTerminal' | 'SellerAssignedTerminal'
            - `showProductByAvailableQuantity` boolean
            - `autoCashDrawer` boolean
            - `numAllowActiveTrans` integer
            - `requireValidRecDate` boolean
            - `enableDeliverySignature` boolean
            - `restrictIncomingOrderNotifications` boolean
            - `restrictedNotificationTerminals` string[]
            - `roundOffType` 'NONE' | 'ROUND_UP' | 'ROUND_DOWN'
            - `roundUpMessage` string
            - `membersCountSyncDate` integer
            - `enableCannabisLimit` boolean
            - `useComplexTax` boolean
            - `taxTables` CompoundTaxTable[]
              - …
            - `enableExciseTax` boolean
            - `exciseTaxType` 'PER_ITEM' | 'TOTAL_AMOUNT'
            - `nalExciseFromRetailCost` boolean
            - `nalExciseAfterCityTax` boolean
            - `alExciseOnZeroPrice` boolean
            - `marketingSources` string[]
            - `productsTag` string[]
            - `logo` CompanyAsset
              - …
            - `hubId` string
            - `hubName` string
            - `enableOnFleet` boolean
            - `onFleetApiKey` string
            - `onFleetOrganizationId` string
            - `onFleetOrganizationName` string
            - `onFleetTwoWay` boolean
            - `onFleetTwoWayUpdateSchedule` boolean
            - `onFleetTwoWayRevert` boolean
            - `onFleetTwoAutoPack` boolean
            - `onFleetAllowEmptyOrders` boolean
            - `autoOnFleetTeam` string
            - `enableUnAssignedOnfleetOrder` boolean
            - `emailAttachment` CompanyAsset
              - …
            - `receiptInfo` ReceiptInfo[]
              - …
            - `enablePinForCashDrawer` boolean
            - `cashDrawerQuickStartEnabled` boolean
            - `enableWooCommerce` boolean
            - `cartMinimums` CartMinimums
              - …
            - `creditCardFeeList` CreditCardFee[]
              - …
            - `blazePayFeeList` CreditCardFee[]
              - …
            - `strongholdFeeList` CreditCardFee[]
              - …
            - `achFeeList` CreditCardFee[]
              - …
            - `appTarget` 'AuthenticationApp' | 'Retail' | 'Distribution' | 'Grow' | 'Dispatch' | 'Worker' | 'Insights'
            - `twilioNumber` string
            - `enableAgeLimit` boolean
            - `ageLimit` integer
            - `medicinalAge` integer
            - `enableMedicinalAge` boolean
            - `deliveryRefundType` 'NONE' | 'FULL' | 'PARTIAL'
            - `creditFefundType` 'NONE' | 'FULL' | 'PARTIAL'
            - `enableSpringBig` boolean
            - `enableGrowthLoyalty` boolean
            - `enableDailySummaryEmail` boolean
            - `enableHarvestTax` boolean
            - `enableTookan` boolean
            - `legalLanguage` string
            - `enableExciseTaxWarning` boolean
            - `exciseTaxWarning` string
            - `orderTags` string[]
            - `allowAnonymousOrders` boolean
            - `membersTag` string[]
            - `poTermCondition` string
            - `poNote` string
            - `invoiceTermCondition` string
            - `invoiceNote` string
            - `defaultHandOverMin` integer
            - `getdraftOrderTimeout` integer
            - `enableTip` boolean
            - `flowerType` string[]
            - `enableRefundNote` boolean
            - `enableAutoPrintAtFulfillment` boolean
            - `nonCannabisTaxes` NonCannabisTaxInfo
              - …
            - `appendBrandNameWM` boolean
            - `blazeConnections` string[]
            - `enableLimitOnNetWeight` boolean
            - `disableMedicalProductsForAdultUse` boolean
            - `disableRecreationalProductsForMedical` boolean
            - `enableDiscountNotes` boolean
            - `enableCartDiscountNotes` boolean
            - `enableAfterTaxDiscountNotes` boolean
            - `checkDuplicateDl` boolean
            - `onFleetRequired` boolean
            - `enableColorPin` boolean
            - `colorSameDay` string
            - `colorNextDay` string
            - `colorBeyondNextDay` string
            - `tookanRequired` boolean
            - `enableDOBNameUniqueness` boolean
            - `enableWaive` boolean
            - `enableCustomerIdentification` boolean
            - `enableComplianceTesting` boolean
            - `requireEventTripExternalDeliveryLedgerId` boolean
            - `onfleetOverrideUrl` string
            - `enableTipsBlazePay` boolean
            - `enableIncomingOrders` boolean
            - `enableCommittedValidation` boolean
            - `enableAssignedOrdersCheckCommittedInventory` boolean
            - `enableMfg` boolean
            - `testShop` boolean
            - `billable` boolean
            - `validateRegion` boolean
            - `overrideMemberLimits` boolean
            - `requiredComplianceLabel` boolean
            - `enableQtyFlattening` boolean
            - `productInfoSourcingStrategy` 'NONE' | 'MANUAL' | 'FIFO_BATCH' | 'LIFO_BATCH'
            - `allowDelivery` boolean
            - `nalTaxesOnly` boolean
            - `enableSkipAssignValidation` boolean
            - `website` string
            - `dispatchConfiguration` DispatchConfiguration
              - …
            - `rollingCashDrawer` boolean
            - `platformLocationId` string
            - `defaultPOCostSource` 'COMPLIANCE_SYSTEM' | 'COMPANY_CATALOG' | 'MANUAL'
            - `memberAddressRequired` boolean
            - `exciseTaxInfo` ExciseTaxInfo
              - …
            - `inventoryCostOption` 'LAST_COST' | 'WEIGHTED_AVERAGE' | 'MANUAL'
            - `purchaseFloorAmount` 'PENNY' | 'NICKEL' | 'DIME'
            - `enableCannabisAdjustmentAfterRounding` boolean
            - `usePackageDateForExpiration` boolean
            - `labResultExpiration` integer
            - `requirePhoneNumber` boolean
            - `requiredMemberPhone` boolean
            - `deliveryMaxOrders` integer
            - `enableDeferTransactions` boolean
            - `pennyTransactionOption` 'DISABLED' | 'PER_QUANTITY' | 'OVERALL_TRANSACTION'
            - `defaultMetrcLocation` MetricsLocation
              - …
            - `canAssignLocationsToPackages` boolean
            - `canUpdateLocationsOnPackages` boolean
            - `autoArchiveBatches` boolean
            - `autoArchiveBatchesAfterNDays` integer
            - `productPriceIncludeExciseTax` boolean
            - `checkoutType` 'Direct' | 'Fulfillment' | 'FulfillmentThreeStep'
            - `timezoneOffsetInMinutes` integer
          - `labelTemplateId` string
          - `categoryApp` 'DISTRO' | 'MANUFACTURING'
          - `unitTrackingEnabled` boolean
          - `topLevelName` string
          - `newType` string
          - `statusName` string
          - `parentCategory` MasterCategory — recursive
          - `giftCard` boolean
        - `complianceCategory` string
        - `sourceMap` object
      - `sourceMap` object
      - `shop` Shop
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `shortIdentifier` string
        - `name` string
        - `shopType` 'Medicinal' | 'Recreational' | 'Both'
        - `address` Address
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `address` string
          - `city` string
          - `state` string
          - `zipCode` string
          - `addressLine2` string
          - `country` string
          - `latitude` number
          - `longitude` number
          - `completeTransaction` boolean
        - `phoneNumber` string
        - `emailAdress` string
        - `license` string
        - `deaNumber` string
        - `enableDeliveryFee` boolean
        - `acceptAdultUseOrders` boolean
        - `deliveryFee` number
        - `taxOrder` 'PostTaxed' | 'PreTaxed'
        - `taxInfo` TaxInfo
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `cityTax` number
          - `stateTax` number
          - `federalTax` number
          - `activeCDTFATax` boolean
        - `showWalkInQueue` boolean
        - `showDeliveryQueue` boolean
        - `showOnlineQueue` boolean
        - `showSpecialQueue` boolean
        - `aliasQueueTypeName` object
        - `walkInQueueDOV` 'ByTerminal' | 'ByInventory'
        - `deliveryQueueDOV` 'ByTerminal' | 'ByInventory'
        - `specialQueueDOV` 'ByTerminal' | 'ByInventory'
        - `enableCashInOut` boolean
        - `timeZone` string
        - `latitude` number, double
        - `longitude` number, double
        - `active` boolean
        - `snapshopTime` integer
        - `nextSnapshotTime` integer
        - `defaultCountry` string
        - `onlineStoreInfo` OnlineStoreInfo
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `enableStorePickup` boolean
          - `enableDelivery` boolean
          - `enableOnlineShipment` boolean
          - `enableProductReviews` boolean
          - `colorTheme` 'Light' | 'Dark'
          - `defaultETA` integer
          - `pageOneMessageTitle` string
          - `pageOneMessageBody` string
          - `submissionMessage` string
          - `cartMinimum` number
          - `cartMinType` 'Subtotal' | 'SubtotalWithDiscount'
          - `enabled` boolean
          - `websiteOrigins` string
          - `supportEmail` string
          - `enableOnlinePOS` boolean
          - `enableDeliveryAreaRestrictions` boolean
          - `restrictedZipCodes` string[]
          - `useCustomETA` boolean
          - `customMessageETA` string
          - `storeHexColor` string
          - `viewType` 'List' | 'Grid'
          - `enableInventory` boolean
          - `validateInventory` 'None' | 'Disabled' | 'ByInventory' | 'ByNearbyRegion' | 'ByNearbyRegionAndDefault'
          - `enableInventoryType` 'All' | 'Custom'
          - `activeInventoryId` string
          - `enableHtmlText` boolean
          - `htmlText` string
          - `websiteUrl` string
          - `enableOtherMarketingSource` boolean
          - `customCss` string
          - `denyBannedCustomers` boolean
          - `enableCommitCartQuantities` boolean
          - `expireCartAfterMinutes` integer
        - `deliveryFees` DeliveryFee[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `enabled` boolean
          - `subTotalThreshold` number
          - `fee` number
          - `feeType` 'CART_SUB_TOTAL' | 'DISTANCE' | 'ZIP_Code'
          - `zipCodes` string[]
          - `distance` number
          - `type` 'Cash' | 'Percentage' | 'FinalPrice'
        - `enableSaleLogout` boolean
        - `assets` CompanyAsset[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `name` string
          - `key` string
          - `type` 'Photo' | 'Document' | 'Kml'
          - `publicURL` string
          - `active` boolean
          - `priority` integer
          - `secured` boolean
          - `thumbURL` string
          - `mediumURL` string
          - `largeURL` string
          - `largeX2URL` string
          - `origURL` string
          - `platformFileUrl` string
          - `assetType` 'Photo' | 'Document' | 'Kml'
        - `enableBCCReceipt` boolean
        - `bccEmailAddress` string
        - `enableGPSTracking` boolean
        - `receivingInventoryId` string
        - `defaultPinTimeout` integer
        - `emailList` string[]
        - `enableLowInventoryEmail` boolean
        - `restrictedViews` boolean
        - `emailMessage` string
        - `taxRoundOffType` 'ONE_CENT' | 'FIVE_CENT' | 'NEAREST_DOLLAR' | 'UP_DOLLAR' | 'DOWN_DOLLAR'
        - `enforceCashDrawers` boolean
        - `useAssignedEmployee` boolean
        - `enforceBlindCashDrawer` boolean
        - `termSalesOption` 'DeviceTerminal' | 'AssignedEmployeeTerminal' | 'SellerAssignedTerminal'
        - `showProductByAvailableQuantity` boolean
        - `autoCashDrawer` boolean
        - `numAllowActiveTrans` integer
        - `requireValidRecDate` boolean
        - `enableDeliverySignature` boolean
        - `restrictIncomingOrderNotifications` boolean
        - `restrictedNotificationTerminals` string[]
        - `roundOffType` 'NONE' | 'ROUND_UP' | 'ROUND_DOWN'
        - `roundUpMessage` string
        - `membersCountSyncDate` integer
        - `enableCannabisLimit` boolean
        - `useComplexTax` boolean
        - `taxTables` CompoundTaxTable[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `name` string
          - `active` boolean
          - `taxType` 'Default' | 'Inherit' | 'Custom' | 'Exempt'
          - `taxOrder` 'PostTaxed' | 'PreTaxed'
          - `consumerType` 'Other' | 'AdultUse' | 'MedicinalState' | 'MedicinalThirdParty'
          - `cityTax` CompoundTaxRate
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `shopId` string
            - `dirty` boolean
            - `taxRate` number
            - `compound` boolean
            - `active` boolean
            - `territory` 'Default' | 'City' | 'County' | 'State' | 'Federal'
            - `activeExciseTax` boolean
            - `taxOrder` 'PostTaxed' | 'PreTaxed'
            - `displayName` string
            - `activeDeliveryFeeTax` boolean
            - `displayAppendTax` boolean
            - `activeSurchargeTax` boolean
            - `activeCDTFATax` boolean
            - `taxType` 'City' | 'County' | 'State' | 'Federal' | 'Excise' | 'Municipal'
            - `calculateTaxOnPreDiscount` boolean
          - `countyTax` CompoundTaxRate
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `shopId` string
            - `dirty` boolean
            - `taxRate` number
            - `compound` boolean
            - `active` boolean
            - `territory` 'Default' | 'City' | 'County' | 'State' | 'Federal'
            - `activeExciseTax` boolean
            - `taxOrder` 'PostTaxed' | 'PreTaxed'
            - `displayName` string
            - `activeDeliveryFeeTax` boolean
            - `displayAppendTax` boolean
            - `activeSurchargeTax` boolean
            - `activeCDTFATax` boolean
            - `taxType` 'City' | 'County' | 'State' | 'Federal' | 'Excise' | 'Municipal'
            - `calculateTaxOnPreDiscount` boolean
          - `stateTax` CompoundTaxRate
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `shopId` string
            - `dirty` boolean
            - `taxRate` number
            - `compound` boolean
            - `active` boolean
            - `territory` 'Default' | 'City' | 'County' | 'State' | 'Federal'
            - `activeExciseTax` boolean
            - `taxOrder` 'PostTaxed' | 'PreTaxed'
            - `displayName` string
            - `activeDeliveryFeeTax` boolean
            - `displayAppendTax` boolean
            - `activeSurchargeTax` boolean
            - `activeCDTFATax` boolean
            - `taxType` 'City' | 'County' | 'State' | 'Federal' | 'Excise' | 'Municipal'
            - `calculateTaxOnPreDiscount` boolean
          - `federalTax` CompoundTaxRate
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `shopId` string
            - `dirty` boolean
            - `taxRate` number
            - `compound` boolean
            - `active` boolean
            - `territory` 'Default' | 'City' | 'County' | 'State' | 'Federal'
            - `activeExciseTax` boolean
            - `taxOrder` 'PostTaxed' | 'PreTaxed'
            - `displayName` string
            - `activeDeliveryFeeTax` boolean
            - `displayAppendTax` boolean
            - `activeSurchargeTax` boolean
            - `activeCDTFATax` boolean
            - `taxType` 'City' | 'County' | 'State' | 'Federal' | 'Excise' | 'Municipal'
            - `calculateTaxOnPreDiscount` boolean
          - `enableSurchargeFeeTax` boolean
        - `enableExciseTax` boolean
        - `exciseTaxType` 'PER_ITEM' | 'TOTAL_AMOUNT'
        - `nalExciseFromRetailCost` boolean
        - `nalExciseAfterCityTax` boolean
        - `alExciseOnZeroPrice` boolean
        - `marketingSources` string[]
        - `productsTag` string[]
        - `logo` CompanyAsset
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `name` string
          - `key` string
          - `type` 'Photo' | 'Document' | 'Kml'
          - `publicURL` string
          - `active` boolean
          - `priority` integer
          - `secured` boolean
          - `thumbURL` string
          - `mediumURL` string
          - `largeURL` string
          - `largeX2URL` string
          - `origURL` string
          - `platformFileUrl` string
          - `assetType` 'Photo' | 'Document' | 'Kml'
        - `hubId` string
        - `hubName` string
        - `enableOnFleet` boolean
        - `onFleetApiKey` string
        - `onFleetOrganizationId` string
        - `onFleetOrganizationName` string
        - `onFleetTwoWay` boolean
        - `onFleetTwoWayUpdateSchedule` boolean
        - `onFleetTwoWayRevert` boolean
        - `onFleetTwoAutoPack` boolean
        - `onFleetAllowEmptyOrders` boolean
        - `autoOnFleetTeam` string
        - `enableUnAssignedOnfleetOrder` boolean
        - `emailAttachment` CompanyAsset
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `name` string
          - `key` string
          - `type` 'Photo' | 'Document' | 'Kml'
          - `publicURL` string
          - `active` boolean
          - `priority` integer
          - `secured` boolean
          - `thumbURL` string
          - `mediumURL` string
          - `largeURL` string
          - `largeX2URL` string
          - `origURL` string
          - `platformFileUrl` string
          - `assetType` 'Photo' | 'Document' | 'Kml'
        - `receiptInfo` ReceiptInfo[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `receiptType` 'SALES' | 'FULFILLMENT' | 'DELIVERY' | 'INCOMING'
          - `enableMemberName` boolean
          - `enableMemberFullLastName` boolean
          - `enableMemberId` boolean
          - `enableMemberMedicalNumber` boolean
          - `enablePhysicianDirections` boolean
          - `enableMemberDeliveryAddress` boolean
          - `enableMemberAddress` boolean
          - `enableShopAddress` boolean
          - `enableShopPhoneNo` boolean
          - `enableIncludeItemInSKU` boolean
          - `enableExciseTaxAsItem` boolean
          - `enableTotalTax` boolean
          - `enableMemberLoyaltyPoints` boolean
          - `enableMemberLoyaltyTier` boolean
          - `enableNotes` boolean
          - `freeText` string
          - `enabledFreeText` boolean
          - `enabledBottomFreeText` boolean
          - `aboveFreeText` string
          - `enableEmployeeName` boolean
          - `enableEmployeeFullLastName` boolean
          - `enableDeliveryDriverName` boolean
          - `enableDeliveryDriverFullLastName` boolean
          - `enableDeliveryDriverId` boolean
          - `enablePreparedByEmployeeName` boolean
          - `enablePreparedByEmployeeFullLastName` boolean
          - `enablePackedByEmployeeName` boolean
          - `enablePackedByEmployeeFullLastName` boolean
          - `enableMemberPhoneNo` boolean
          - `enableBrand` boolean
          - `enableItemDiscount` boolean
          - `enableItemDiscountNotes` boolean
          - `enableOrderNotes` boolean
          - `enableOrderDateTime` boolean
          - `enableEmployeeId` boolean
          - `enablePreparedByEmployeeId` boolean
          - `enablePackedByEmployeeId` boolean
          - `enableShopLicenseNumber` boolean
          - `enableLicenseeBusinessName` boolean
          - `licenseeBusinessName` string
          - `emailMessage` string
          - `emailAttachment` CompanyAsset
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `name` string
            - `key` string
            - `type` 'Photo' | 'Document' | 'Kml'
            - `publicURL` string
            - `active` boolean
            - `priority` integer
            - `secured` boolean
            - `thumbURL` string
            - `mediumURL` string
            - `largeURL` string
            - `largeX2URL` string
            - `origURL` string
            - `platformFileUrl` string
            - `assetType` 'Photo' | 'Document' | 'Kml'
          - `enableSource` boolean
          - `enableMemberDOB` boolean
          - `enableQueueType` boolean
          - `enableWPU` boolean
          - `enableComplianceBarcode` boolean
          - `enableScheduledWindow` boolean
          - `enableSalesChannel` boolean
          - `enableProductDescription` boolean
          - `productDescriptionType` 'CATEGORY_TYPE' | 'CANNABIS_TYPE' | 'COMPLIANCE_TYPE' | 'STATE_TYPE'
          - `enableBundleExpansion` boolean
          - `marketingCodes` QRCodeInfo[]
            - `type` 'CUSTOM'
            - `displayName` string
            - `label` string
            - `code` string
          - `enablePurchaseType` boolean
          - `enablePromotions` boolean
          - `enableDiscountSubtractions` boolean
          - `enableBatchUniqueNumber` boolean
          - `enableOrderCode` boolean
          - `showProductDescription` boolean
        - `enablePinForCashDrawer` boolean
        - `cashDrawerQuickStartEnabled` boolean
        - `enableWooCommerce` boolean
        - `cartMinimums` CartMinimums
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `minimumsType` 'SIMPLE' | 'DISTANCE' | 'ZIP_CODE'
          - `cartMinimumDetails` CartMinimumDetails[]
            - `minimum` number
            - `zipCodes` string[]
            - `distance` number
            - `enabled` boolean
        - `creditCardFeeList` CreditCardFee[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `feeName` string
          - `feeType` 'CreditCard' | 'CashlessAtm' | 'BLAZEPAY' | 'ACH' | 'Stronghold'
          - `enabled` boolean
          - `fee` number
          - `subTotalThreshold` number
          - `type` 'Cash' | 'Percentage' | 'FinalPrice'
          - `includedInTotals` boolean
        - `blazePayFeeList` CreditCardFee[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `feeName` string
          - `feeType` 'CreditCard' | 'CashlessAtm' | 'BLAZEPAY' | 'ACH' | 'Stronghold'
          - `enabled` boolean
          - `fee` number
          - `subTotalThreshold` number
          - `type` 'Cash' | 'Percentage' | 'FinalPrice'
          - `includedInTotals` boolean
        - `strongholdFeeList` CreditCardFee[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `feeName` string
          - `feeType` 'CreditCard' | 'CashlessAtm' | 'BLAZEPAY' | 'ACH' | 'Stronghold'
          - `enabled` boolean
          - `fee` number
          - `subTotalThreshold` number
          - `type` 'Cash' | 'Percentage' | 'FinalPrice'
          - `includedInTotals` boolean
        - `achFeeList` CreditCardFee[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `feeName` string
          - `feeType` 'CreditCard' | 'CashlessAtm' | 'BLAZEPAY' | 'ACH' | 'Stronghold'
          - `enabled` boolean
          - `fee` number
          - `subTotalThreshold` number
          - `type` 'Cash' | 'Percentage' | 'FinalPrice'
          - `includedInTotals` boolean
        - `appTarget` 'AuthenticationApp' | 'Retail' | 'Distribution' | 'Grow' | 'Dispatch' | 'Worker' | 'Insights'
        - `twilioNumber` string
        - `enableAgeLimit` boolean
        - `ageLimit` integer
        - `medicinalAge` integer
        - `enableMedicinalAge` boolean
        - `deliveryRefundType` 'NONE' | 'FULL' | 'PARTIAL'
        - `creditFefundType` 'NONE' | 'FULL' | 'PARTIAL'
        - `enableSpringBig` boolean
        - `enableGrowthLoyalty` boolean
        - `enableDailySummaryEmail` boolean
        - `enableHarvestTax` boolean
        - `enableTookan` boolean
        - `legalLanguage` string
        - `enableExciseTaxWarning` boolean
        - `exciseTaxWarning` string
        - `orderTags` string[]
        - `allowAnonymousOrders` boolean
        - `membersTag` string[]
        - `poTermCondition` string
        - `poNote` string
        - `invoiceTermCondition` string
        - `invoiceNote` string
        - `defaultHandOverMin` integer
        - `getdraftOrderTimeout` integer
        - `enableTip` boolean
        - `flowerType` string[]
        - `enableRefundNote` boolean
        - `enableAutoPrintAtFulfillment` boolean
        - `nonCannabisTaxes` NonCannabisTaxInfo
          - `taxOrder` 'PostTaxed' | 'PreTaxed'
          - `taxInfo` TaxInfo
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `cityTax` number
            - `stateTax` number
            - `federalTax` number
            - `activeCDTFATax` boolean
          - `useComplexTax` boolean
          - `taxTables` CompoundTaxTable[]
            - `id` string
            - `created` integer
            - `modified` integer
            - `deleted` boolean
            - `updated` boolean
            - `companyId` string
            - `shopId` string
            - `dirty` boolean
            - `name` string
            - `active` boolean
            - `taxType` 'Default' | 'Inherit' | 'Custom' | 'Exempt'
            - `taxOrder` 'PostTaxed' | 'PreTaxed'
            - `consumerType` 'Other' | 'AdultUse' | 'MedicinalState' | 'MedicinalThirdParty'
            - `cityTax` CompoundTaxRate
              - …
            - `countyTax` CompoundTaxRate
              - …
            - `stateTax` CompoundTaxRate
              - …
            - `federalTax` CompoundTaxRate
              - …
            - `enableSurchargeFeeTax` boolean
          - `enableNonCannabisTax` boolean
          - `nonCannabisType` 'PER_ITEM' | 'TOTAL_AMOUNT'
          - `nalExciseFromRetailCost` boolean
          - `alExciseOnZeroPrice` boolean
        - `appendBrandNameWM` boolean
        - `blazeConnections` string[]
        - `enableLimitOnNetWeight` boolean
        - `disableMedicalProductsForAdultUse` boolean
        - `disableRecreationalProductsForMedical` boolean
        - `enableDiscountNotes` boolean
        - `enableCartDiscountNotes` boolean
        - `enableAfterTaxDiscountNotes` boolean
        - `checkDuplicateDl` boolean
        - `onFleetRequired` boolean
        - `enableColorPin` boolean
        - `colorSameDay` string
        - `colorNextDay` string
        - `colorBeyondNextDay` string
        - `tookanRequired` boolean
        - `enableDOBNameUniqueness` boolean
        - `enableWaive` boolean
        - `enableCustomerIdentification` boolean
        - `enableComplianceTesting` boolean
        - `requireEventTripExternalDeliveryLedgerId` boolean
        - `onfleetOverrideUrl` string
        - `enableTipsBlazePay` boolean
        - `enableIncomingOrders` boolean
        - `enableCommittedValidation` boolean
        - `enableAssignedOrdersCheckCommittedInventory` boolean
        - `enableMfg` boolean
        - `testShop` boolean
        - `billable` boolean
        - `validateRegion` boolean
        - `overrideMemberLimits` boolean
        - `requiredComplianceLabel` boolean
        - `enableQtyFlattening` boolean
        - `productInfoSourcingStrategy` 'NONE' | 'MANUAL' | 'FIFO_BATCH' | 'LIFO_BATCH'
        - `allowDelivery` boolean
        - `nalTaxesOnly` boolean
        - `enableSkipAssignValidation` boolean
        - `website` string
        - `dispatchConfiguration` DispatchConfiguration
          - `autoAcceptMember` boolean
          - `autoAcceptIncomingOrders` boolean
          - `autoAcceptEmployee` string
          - `autoAssignIncomingOrders` boolean
          - `autoAssignOrders` boolean
          - `autoAssignDrivers` boolean
          - `autoPackedIncomingOrders` boolean
          - `autoPackedEmployee` string
        - `rollingCashDrawer` boolean
        - `platformLocationId` string
        - `defaultPOCostSource` 'COMPLIANCE_SYSTEM' | 'COMPANY_CATALOG' | 'MANUAL'
        - `memberAddressRequired` boolean
        - `exciseTaxInfo` ExciseTaxInfo
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `state` string
          - `country` string
          - `stateMarkUp` number
          - `exciseTax` number
          - `cannabisTaxType` 'Cannabis' | 'NonCannabis'
          - `active` boolean
          - `validAfter` integer
        - `inventoryCostOption` 'LAST_COST' | 'WEIGHTED_AVERAGE' | 'MANUAL'
        - `purchaseFloorAmount` 'PENNY' | 'NICKEL' | 'DIME'
        - `enableCannabisAdjustmentAfterRounding` boolean
        - `usePackageDateForExpiration` boolean
        - `labResultExpiration` integer
        - `requirePhoneNumber` boolean
        - `requiredMemberPhone` boolean
        - `deliveryMaxOrders` integer
        - `enableDeferTransactions` boolean
        - `pennyTransactionOption` 'DISABLED' | 'PER_QUANTITY' | 'OVERALL_TRANSACTION'
        - `defaultMetrcLocation` MetricsLocation
          - `Id` integer
          - `Name` string
          - `LocationTypeId` integer
          - `LocationTypeName` string
          - `ForPlantBatches` boolean
          - `ForPlants` boolean
          - `ForHarvests` boolean
          - `ForPackages` boolean
        - `canAssignLocationsToPackages` boolean
        - `canUpdateLocationsOnPackages` boolean
        - `autoArchiveBatches` boolean
        - `autoArchiveBatchesAfterNDays` integer
        - `productPriceIncludeExciseTax` boolean
        - `checkoutType` 'Direct' | 'Fulfillment' | 'FulfillmentThreeStep'
        - `timezoneOffsetInMinutes` integer
      - `labelTemplateId` string
      - `categoryApp` 'DISTRO' | 'MANUFACTURING'
      - `unitTrackingEnabled` boolean
      - `giftCard` boolean
    - `notes` Note[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `writerId` string
      - `writerName` string
      - `message` string
      - `enableOnFleet` boolean
    - `enableMixMatch` boolean
    - `enableWeedmap` boolean
    - `showInWidget` boolean
    - `taxType` 'Default' | 'Inherit' | 'Custom' | 'Exempt'
    - `taxOrder` 'PostTaxed' | 'PreTaxed'
    - `customTaxInfo` TaxInfo
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `cityTax` number
      - `stateTax` number
      - `federalTax` number
      - `activeCDTFATax` boolean
    - `discountable` boolean
    - `discountEnabled` boolean
    - `vendor` Vendor
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `importId` string
      - `active` boolean
      - `name` string
      - `phone` string
      - `email` string
      - `fax` string
      - `address` Address
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `address` string
        - `city` string
        - `state` string
        - `zipCode` string
        - `addressLine2` string
        - `country` string
        - `latitude` number
        - `longitude` number
        - `completeTransaction` boolean
      - `description` string
      - `website` string
      - `firstName` string
      - `lastName` string
      - `notes` Note[]
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `writerId` string
        - `writerName` string
        - `message` string
        - `enableOnFleet` boolean
      - `licenseNumber` string
      - `assets` CompanyAsset[]
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `name` string
        - `key` string
        - `type` 'Photo' | 'Document' | 'Kml'
        - `publicURL` string
        - `active` boolean
        - `priority` integer
        - `secured` boolean
        - `thumbURL` string
        - `mediumURL` string
        - `largeURL` string
        - `largeX2URL` string
        - `origURL` string
        - `platformFileUrl` string
        - `assetType` 'Photo' | 'Document' | 'Kml'
      - `backOrderEnabled` boolean
      - `licenseExpirationDate` integer
      - `armsLengthType` 'ARMS_LENGTH' | 'NON_ARMS_LENGTH'
      - `brands` string[]
      - `qbVendorRef` object[]
      - `companyType` 'DISTRIBUTOR' | 'CULTIVATOR' | 'RETAILER' | 'MANUFACTURER' | 'TRANSPORTER' | 'OTHER' | 'TESTING_FACILITY'
      - `additionalAddressList` Address[]
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `address` string
        - `city` string
        - `state` string
        - `zipCode` string
        - `addressLine2` string
        - `country` string
        - `latitude` number
        - `longitude` number
        - `completeTransaction` boolean
      - `credits` number
      - `mobileNumber` string
      - `licenceType` 'RECREATIONAL' | 'MEDICINAL' | 'BOTH'
      - `relatedEntity` boolean
      - `vendorType` 'CUSTOMER' | 'VENDOR' | 'BOTH'
      - `dbaName` string
      - `companyLicenses` CompanyLicense[]
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyType` 'DISTRIBUTOR' | 'CULTIVATOR' | 'RETAILER' | 'MANUFACTURER' | 'TRANSPORTER' | 'OTHER' | 'TESTING_FACILITY'
        - `licenseType` 'RECREATIONAL' | 'MEDICINAL' | 'BOTH'
        - `licenseNumber` string
        - `licenseExpirationDate` integer
        - `toDefault` boolean
      - `createdBy` string
      - `accountOwnerId` string
      - `defaultPaymentTerm` string
      - `salesPerson` string
      - `contactPerson` string
      - `defaultContactId` string
      - `externalId` string
      - `toDefault` boolean
      - `connectedShop` string
      - `platformVendorId` string
      - `giftCard` boolean
      - `vendorKey` string
    - `brand` Brand
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `name` string
      - `active` boolean
      - `website` string
      - `phoneNo` string
      - `email` string
      - `description` string
      - `brandLogo` CompanyAsset
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `name` string
        - `key` string
        - `type` 'Photo' | 'Document' | 'Kml'
        - `publicURL` string
        - `active` boolean
        - `priority` integer
        - `secured` boolean
        - `thumbURL` string
        - `mediumURL` string
        - `largeURL` string
        - `largeX2URL` string
        - `origURL` string
        - `platformFileUrl` string
        - `assetType` 'Photo' | 'Document' | 'Kml'
      - `vendorList` string[]
      - `externalId` string
      - `platformBrandId` string
      - `globalBrandId` string
      - `leadTime` integer
      - `minDaysOnHand` integer
      - `maxDaysOnHand` integer
      - `default` boolean
    - `lowThreshold` number
    - `lowInventoryNotification` boolean
    - `medicinal` boolean
    - `byGram` boolean
    - `byPrepackage` boolean
    - `enableExciseTax` boolean
    - `priceIncludesExcise` boolean
    - `priceIncludesALExcise` boolean
    - `cannabisType` 'NONE' | 'DEFAULT' | 'NON_CANNABIS' | 'CBD' | 'CBD_CANNABIS' | 'CBD_CANNABIS_FLOWER' | 'CONCENTRATE' | 'NON_CONCENTRATE' | 'PLANT' | 'EDIBLE' | 'EXTRACT' | 'DRY_FLOWER' | 'KIEF' | 'DRY_LEAF' | 'LIQUID' | 'SUPPOSITORY' | 'TINCTURE' | 'TOPICAL' | 'OIL' | 'SEEDS' | 'THC' | 'LIVE_PLANT' | 'IMMATURE_PLANT' | 'CLONE_CUTTING' | 'CLONE_TISSUE_CULTURE' | 'PRE_ROLL_FLOWER' | 'PRE_ROLL_LEAF' | 'PRE_ROLL_INFUSED' | 'SEEDS_EA' | 'PRE_ROLL' | 'PRE_ROLL_CBD' | 'CAPSULE' | 'COMBINED' | 'LOZENGES' | 'EXTRACT_INHALED' | 'BEVERAGES' | 'GEL_BASED_FOOD' | 'ORAL_LIQUID' | 'RESIN' | 'SOLID_CHOCOLATE' | 'WATER_SOLUBLE_EDIBLE' | 'WAX' | 'CANNABIS_FLOWER_PRODUCT' | 'OIL_FOR_VAPORIZATION' | 'TABLE_CAPSULE_LOZENGE' | 'CANNABINOID_PROD_FOR_INHALATION'
    - `potencyAmount` PotencyMG
      - `thc` number
      - `cbd` number
      - `cbn` number
      - `thca` number
      - `cbda` number
      - `cbg` number
      - `maxThc` number
      - `maxCbd` number
      - `maxCbn` number
      - `maxThca` number
      - `maxCbda` number
      - `thcBatch` boolean
      - `cbdBatch` boolean
      - `cbdaBatch` boolean
      - `thcaBatch` boolean
      - `cbnBatch` boolean
      - `cbgBatch` boolean
      - `totalPotency` boolean
      - `mgPotency` boolean
      - `thcName` string
      - `cbdName` string
      - `cbnName` string
      - `thcaName` string
      - `cbdaName` string
      - `cbgName` string
    - `taxTables` CompoundTaxTable[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `shopId` string
      - `dirty` boolean
      - `name` string
      - `active` boolean
      - `taxType` 'Default' | 'Inherit' | 'Custom' | 'Exempt'
      - `taxOrder` 'PostTaxed' | 'PreTaxed'
      - `consumerType` 'Other' | 'AdultUse' | 'MedicinalState' | 'MedicinalThirdParty'
      - `cityTax` CompoundTaxRate
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `shopId` string
        - `dirty` boolean
        - `taxRate` number
        - `compound` boolean
        - `active` boolean
        - `territory` 'Default' | 'City' | 'County' | 'State' | 'Federal'
        - `activeExciseTax` boolean
        - `taxOrder` 'PostTaxed' | 'PreTaxed'
        - `displayName` string
        - `activeDeliveryFeeTax` boolean
        - `displayAppendTax` boolean
        - `activeSurchargeTax` boolean
        - `activeCDTFATax` boolean
        - `taxType` 'City' | 'County' | 'State' | 'Federal' | 'Excise' | 'Municipal'
        - `calculateTaxOnPreDiscount` boolean
      - `countyTax` CompoundTaxRate
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `shopId` string
        - `dirty` boolean
        - `taxRate` number
        - `compound` boolean
        - `active` boolean
        - `territory` 'Default' | 'City' | 'County' | 'State' | 'Federal'
        - `activeExciseTax` boolean
        - `taxOrder` 'PostTaxed' | 'PreTaxed'
        - `displayName` string
        - `activeDeliveryFeeTax` boolean
        - `displayAppendTax` boolean
        - `activeSurchargeTax` boolean
        - `activeCDTFATax` boolean
        - `taxType` 'City' | 'County' | 'State' | 'Federal' | 'Excise' | 'Municipal'
        - `calculateTaxOnPreDiscount` boolean
      - `stateTax` CompoundTaxRate
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `shopId` string
        - `dirty` boolean
        - `taxRate` number
        - `compound` boolean
        - `active` boolean
        - `territory` 'Default' | 'City' | 'County' | 'State' | 'Federal'
        - `activeExciseTax` boolean
        - `taxOrder` 'PostTaxed' | 'PreTaxed'
        - `displayName` string
        - `activeDeliveryFeeTax` boolean
        - `displayAppendTax` boolean
        - `activeSurchargeTax` boolean
        - `activeCDTFATax` boolean
        - `taxType` 'City' | 'County' | 'State' | 'Federal' | 'Excise' | 'Municipal'
        - `calculateTaxOnPreDiscount` boolean
      - `federalTax` CompoundTaxRate
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `shopId` string
        - `dirty` boolean
        - `taxRate` number
        - `compound` boolean
        - `active` boolean
        - `territory` 'Default' | 'City' | 'County' | 'State' | 'Federal'
        - `activeExciseTax` boolean
        - `taxOrder` 'PostTaxed' | 'PreTaxed'
        - `displayName` string
        - `activeDeliveryFeeTax` boolean
        - `displayAppendTax` boolean
        - `activeSurchargeTax` boolean
        - `activeCDTFATax` boolean
        - `taxType` 'City' | 'County' | 'State' | 'Federal' | 'Excise' | 'Municipal'
        - `calculateTaxOnPreDiscount` boolean
      - `enableSurchargeFeeTax` boolean
    - `tags` string[]
    - `qbItemRef` string
    - `customWeight` number
    - `automaticReOrder` boolean
    - `reOrderLevel` number
    - `leadTime` integer
    - `minDaysOnHand` integer
    - `maxDaysOnHand` integer
    - `customGramType` 'GRAM' | 'MILLIGRAM' | 'MILLILITER' | 'FLUID_OUNCE' | 'OUNCE'
    - `pricingTemplateId` string
    - `companyPricingTemplateId` string
    - `productType` 'REGULAR' | 'DERIVED' | 'BUNDLE' | 'GIFT_CARD'
    - `bundleItems` BundleItem[]
      - `productId` string
      - `quantity` number
      - `productIdBSON` ObjectId
        - `timestamp` integer
        - `date` string, date-time
    - `complianceId` string
    - `toleranceId` string
    - `producerMfg` string
    - `producerLicense` string
    - `producerAddress` Address
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `address` string
      - `city` string
      - `state` string
      - `zipCode` string
      - `addressLine2` string
      - `country` string
      - `latitude` number
      - `longitude` number
      - `completeTransaction` boolean
    - `sellable` boolean
    - `wmThreshold` number
    - `salesPrice` number
    - `lastWMSyncTime` integer
    - `lastLeaflySyncTime` integer
    - `lastLeaflySyncStatus` boolean
    - `overrideMetrcCategoryId` string
    - `wmOnlineSellable` boolean
    - `totalCommittedQuantity` number
    - `totalSellableQuantity` number
    - `usableMarijuana` number
    - `dispatchPrepackageItemId` string
    - `committedQuantities` object
    - `sellableQuantities` object
    - `prepackageQuantities` object
    - `secondaryVendors` string[]
    - `wmProductId` string
    - `wmBrandId` string
    - `wmTags` string[]
    - `maxThc` number, double
    - `maxCbn` number, double
    - `maxCbd` number, double
    - `maxCbda` number, double
    - `maxThca` number, double
    - `complianceInfo` ComplianceProductInfo
      - `statementIntendedUse` string[]
      - `refrigeration` string
      - `form` string
      - `ingredients` string
      - `allergens` string
      - `strain` string
      - `servingsPerContainer` number
    - `secondaryVendorsName` string[]
    - `totalRemaining` number
    - `totalConsumerOrderQuantity` number
    - `metadata` Metadata[]
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `shopId` string
      - `dirty` boolean
      - `dataType` 'BOOLEAN' | 'INTEGER' | 'DECIMAL' | 'STRING'
      - `name` string
      - `value` string
      - `fieldId` string
    - `secondaryShopIds` string[]
    - `vendorIds` string[]
    - `vendorName` string
    - `secondaryVendorsIds` string
    - `brandName` string
    - `shopName` string
    - `categoryName` string
    - `totalInventory` number
    - `armsLengthType` string
    - `purchaseLimits` PurchaseLimit[]
      - `cannabisTypeId` string
      - `value` number
      - `unitOfMeasure` 'each' | 'milliliter' | 'gram' | 'milligram' | 'fluid_ounce' | 'ounce'
    - `productInfoSourcingStrategy` 'NONE' | 'MANUAL' | 'FIFO_BATCH' | 'LIFO_BATCH'
    - `activeBatchId` string
    - `activeBatchSku` string
    - `listedByElastic` boolean
    - `externalId` string
    - `masterId` string
    - `companyProductId` string
    - `parentId` string
    - `globalProductId` string
    - `platformProductId` string
    - `shop` Shop
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `shortIdentifier` string
      - `name` string
      - `shopType` 'Medicinal' | 'Recreational' | 'Both'
      - `address` Address
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `address` string
        - `city` string
        - `state` string
        - `zipCode` string
        - `addressLine2` string
        - `country` string
        - `latitude` number
        - `longitude` number
        - `completeTransaction` boolean
      - `phoneNumber` string
      - `emailAdress` string
      - `license` string
      - `deaNumber` string
      - `enableDeliveryFee` boolean
      - `acceptAdultUseOrders` boolean
      - `deliveryFee` number
      - `taxOrder` 'PostTaxed' | 'PreTaxed'
      - `taxInfo` TaxInfo
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `cityTax` number
        - `stateTax` number
        - `federalTax` number
        - `activeCDTFATax` boolean
      - `showWalkInQueue` boolean
      - `showDeliveryQueue` boolean
      - `showOnlineQueue` boolean
      - `showSpecialQueue` boolean
      - `aliasQueueTypeName` object
      - `walkInQueueDOV` 'ByTerminal' | 'ByInventory'
      - `deliveryQueueDOV` 'ByTerminal' | 'ByInventory'
      - `specialQueueDOV` 'ByTerminal' | 'ByInventory'
      - `enableCashInOut` boolean
      - `timeZone` string
      - `latitude` number, double
      - `longitude` number, double
      - `active` boolean
      - `snapshopTime` integer
      - `nextSnapshotTime` integer
      - `defaultCountry` string
      - `onlineStoreInfo` OnlineStoreInfo
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `shopId` string
        - `dirty` boolean
        - `enableStorePickup` boolean
        - `enableDelivery` boolean
        - `enableOnlineShipment` boolean
        - `enableProductReviews` boolean
        - `colorTheme` 'Light' | 'Dark'
        - `defaultETA` integer
        - `pageOneMessageTitle` string
        - `pageOneMessageBody` string
        - `submissionMessage` string
        - `cartMinimum` number
        - `cartMinType` 'Subtotal' | 'SubtotalWithDiscount'
        - `enabled` boolean
        - `websiteOrigins` string
        - `supportEmail` string
        - `enableOnlinePOS` boolean
        - `enableDeliveryAreaRestrictions` boolean
        - `restrictedZipCodes` string[]
        - `useCustomETA` boolean
        - `customMessageETA` string
        - `storeHexColor` string
        - `viewType` 'List' | 'Grid'
        - `enableInventory` boolean
        - `validateInventory` 'None' | 'Disabled' | 'ByInventory' | 'ByNearbyRegion' | 'ByNearbyRegionAndDefault'
        - `enableInventoryType` 'All' | 'Custom'
        - `activeInventoryId` string
        - `enableHtmlText` boolean
        - `htmlText` string
        - `websiteUrl` string
        - `enableOtherMarketingSource` boolean
        - `customCss` string
        - `denyBannedCustomers` boolean
        - `enableCommitCartQuantities` boolean
        - `expireCartAfterMinutes` integer
      - `deliveryFees` DeliveryFee[]
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `enabled` boolean
        - `subTotalThreshold` number
        - `fee` number
        - `feeType` 'CART_SUB_TOTAL' | 'DISTANCE' | 'ZIP_Code'
        - `zipCodes` string[]
        - `distance` number
        - `type` 'Cash' | 'Percentage' | 'FinalPrice'
      - `enableSaleLogout` boolean
      - `assets` CompanyAsset[]
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
- … truncated; see the full OpenAPI document linked below

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
