---
title: "Get All Transaction"
method: GET
path: "/api/v1/partner/transactions"
tags: ["Blaze PARTNER Transaction - TransactionSales"]
---

# Get All Transaction

`GET /api/v1/partner/transactions`

## Query parameters

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

## Response `200`

successful operation

- SearchResultTransaction
  - `values` Transaction[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `requestId` string
    - `processTime` integer
    - `metrcId` integer
    - `metrcSaleTime` string
    - `traceSubmitTime` integer
    - `traceSubmitStatus` 'None' | 'SubmissionError' | 'SubmissionPending' | 'SubmissionInProgress' | 'SubmissionWaitingID' | 'Completed' | 'Deleted' | 'Submitted' | 'Rescheduled'
    - `traceMessage` string
    - `complianceDeliverySaleType` 'None' | 'Planned' | 'Unplanned'
    - `tripId` string
    - `orderMenuType` 'Standard' | 'Scheduled' | 'Express'
    - `transNo` string
    - `parentTransactionId` string
    - `priority` integer
    - `createdById` string
    - `sellerId` string
    - `memberId` string
    - `associateCaregiver` boolean
    - `caregiverId` string
    - `terminalId` string
    - `sellerTerminalId` string
    - `overrideInventoryId` string
    - `checkinTime` integer
    - `startTime` integer
    - `endTime` integer
    - `active` boolean
    - `queueType` 'WalkIn' | 'Delivery' | 'Online' | 'None' | 'Special'
    - `status` 'Queued' | 'Hold' | 'InProgress' | 'Completed' | 'Pending' | 'Canceled' | 'RefundWithInventory' | 'RefundWithoutInventory' | 'Void' | 'VoidSales' | 'Draft'
    - `note` Note
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `writerId` string
      - `writerName` string
      - `message` string
      - `enableOnFleet` boolean
    - `memo` string
    - `deleteNote` Note
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `writerId` string
      - `writerName` string
      - `message` string
      - `enableOnFleet` boolean
    - `cart` Cart
      - `id` string
      - `created` integer
      - `modified` integer
      - `deleted` boolean
      - `updated` boolean
      - `companyId` string
      - `discount` number
      - `discountType` 'Cash' | 'Percentage' | 'FinalPrice'
      - `promoCode` string
      - `consumerType` 'Other' | 'AdultUse' | 'MedicinalState' | 'MedicinalThirdParty'
      - `cashReceived` number
      - `changeDue` number
      - `paymentOption` 'Cash' | 'Credit' | 'Check' | 'Hypur' | 'Split' | 'StoreCredit' | 'Linx' | 'CashlessATM' | 'Mtrac' | 'None' | 'Clover' | 'BlazePay' | 'ACH' | 'GiftCard' | 'LoyaltyPoints' | 'Spence' | 'Stronghold' | 'PlasticPay'
      - `cfdPaymentMethodIntent` boolean
      - `subTotal` number
      - `totalDiscount` number
      - `calcCartDiscount` number
      - `subTotalDiscount` number
      - `loyaltyDiscount` number
      - `total` number
      - `feeTotal` number
      - `feeTotalRefunded` number
      - `taxRateTotalRefunded` number
      - `totalBeforeTaxRounding` number
      - `totalAfterTaxRounding` number
      - `taxTable` 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
      - `tax` number
      - `taxResult` TaxResult
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `totalPreCalcTax` number
        - `totalPostCalcTax` number
        - `totalCityTax` number
        - `totalCountyTax` number
        - `totalStateTax` number
        - `totalFedTax` number
        - `totalCityPreTax` number
        - `totalCountyPreTax` number
        - `totalStatePreTax` number
        - `totalFedPreTax` number
        - `totalExciseTax` number
        - `totalNALPreExciseTax` number
        - `totalALExciseTax` number
        - `totalALPostExciseTax` number
        - `cultivationTaxResult` CultivationTaxResult
          - `totalFlowerTax` number
          - `totalLeafTax` number
          - `totalFlowerOz` number
          - `totalLeafOz` number
          - `totalCultivationTax` number
          - `leafTaxOz` number
          - `flowerTaxOz` number
          - `totalPlantTax` number
          - `plantTaxOz` number
          - `totalPlantOz` number
        - `totalDeliveryFeeTax` number
        - `surchargeFeeTax` number
        - `surchargeFeeExciseTax` number
        - `totalSurchargeFeeTax` number
        - `citySurchargeFeeTax` number
        - `countySurchargeFeeTax` number
        - `stateSurchargeFeeTax` number
        - `fedSurchargeFeeTax` number
        - `taxMappingInfo` object
      - `taxRateDetails` TaxRateDetail[]
        - `taxRateId` string
        - `taxRateAmount` number
        - `preTax` boolean
        - `taxRateName` string
        - `taxType` 'City' | 'County' | 'State' | 'Federal' | 'Excise' | 'Municipal'
        - `exciseTax` boolean
      - `totalCalcTax` number
      - `totalPreCalcTax` number
      - `refundAmount` number
      - `enableDeliveryFee` boolean
      - `deliveryFee` number
      - `deliveryDiscount` number
      - `deliveryDiscountType` 'Cash' | 'Percentage' | 'FinalPrice'
      - `deliveryPromotionId` string
      - `afterTaxDiscount` number
      - `appliedAfterTaxDiscount` number
      - `roundAmt` number
      - `pointSpent` number
      - `items` OrderItem[]
        - `id` string
        - `created` integer
        - `modified` integer
        - `deleted` boolean
        - `updated` boolean
        - `companyId` string
        - `parentId` string
        - `orderItemId` string
        - `quantity` number
        - `availableDiscountQty` number
        - `activeDiscountQty` number
        - `unitQty` integer
        - `useUnitQty` boolean
        - `inventoryDeducted` boolean
        - `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'
        - `qtyFlattened` boolean
        - `orderItemIdFlattened` string
        - `weightToleranceId` string
        - `productName` string
        - `categoryName` string
        - `brandName` string
        - `productSku` string
        - `productType` 'REGULAR' | 'DERIVED' | 'BUNDLE' | 'GIFT_CARD'
        - `weightPerUnit` 'EACH' | 'HALF_GRAM' | 'FULL_GRAM' | 'TWO_GRAMS' | 'EIGHTH' | 'FOURTH' | 'HALF_OUNCE' | 'OUNCE' | 'CUSTOM_GRAMS' | 'POUND' | 'FLUID_OZ'
        - `origQuantity` number
        - `discountedQty` number
        - `remarks` string
        - `productId` string
        - `cost` number
        - `unitPrice` number
        - `unitRetailPrice` number
        - `discount` number
        - `discountType` 'Cash' | 'Percentage' | 'FinalPrice'
        - `propCartDiscount` number, double
        - `calcDiscount` number
        - `finalPrice` number
        - `calcTax` number
        - `taxOrder` 'PostTaxed' | 'PreTaxed'
        - `taxInfo` TaxInfo
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `cityTax` number
          - `stateTax` number
          - `federalTax` number
          - `activeCDTFATax` boolean
        - `taxType` 'Default' | 'Inherit' | 'Custom' | 'Exempt'
        - `exciseTax` number
        - `taxTable` 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
        - `taxResult` TaxResult
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `totalPreCalcTax` number
          - `totalPostCalcTax` number
          - `totalCityTax` number
          - `totalCountyTax` number
          - `totalStateTax` number
          - `totalFedTax` number
          - `totalCityPreTax` number
          - `totalCountyPreTax` number
          - `totalStatePreTax` number
          - `totalFedPreTax` number
          - `totalExciseTax` number
          - `totalNALPreExciseTax` number
          - `totalALExciseTax` number
          - `totalALPostExciseTax` number
          - `cultivationTaxResult` CultivationTaxResult
            - `totalFlowerTax` number
            - `totalLeafTax` number
            - `totalFlowerOz` number
            - `totalLeafOz` number
            - `totalCultivationTax` number
            - `leafTaxOz` number
            - `flowerTaxOz` number
            - `totalPlantTax` number
            - `plantTaxOz` number
            - `totalPlantOz` number
          - `totalDeliveryFeeTax` number
          - `surchargeFeeTax` number
          - `surchargeFeeExciseTax` number
          - `totalSurchargeFeeTax` number
          - `citySurchargeFeeTax` number
          - `countySurchargeFeeTax` number
          - `stateSurchargeFeeTax` number
          - `fedSurchargeFeeTax` number
          - `taxMappingInfo` object
        - `taxRateTotalRefundedDetails` TaxRateDetailRefund[]
          - `taxRateId` string
          - `taxRateAmount` number
          - `preTax` boolean
          - `childTransactionId` string
          - `quantity` number
        - `taxRateDetails` BaseTaxRateDetail[]
          - `taxRateId` string
          - `taxRateAmount` number
          - `preTax` boolean
        - `calcPreTax` number
        - `status` 'Active' | 'Refunded' | 'Exchange' | 'Void'
        - `quantityLogs` QuantityLog[]
          - `id` string
          - `inventoryId` string
          - `quantity` number
          - `prepackageItemId` string
          - `batchId` string
          - `packageLabel` string
          - `cannabisUsage` CurrentMemberCannabisUsageResult
            - `limits` CurrentCannabisProfile[]
              - …
        - `mixMatched` boolean
        - `ignoreMixMatch` boolean
        - `promotionReqs` PromotionReq[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `promotionId` string
          - `rewardId` string
          - `companyPromoId` string
          - `finalizedDiscountId` string
          - `referralMemberId` string
          - `referralCode` string
          - `assigned` boolean
          - `type` 'REWARD' | 'OFFER'
          - `name` string
          - `externalReward` ExternalReward
            - `externalId` string
            - `externalProvider` string
            - `externalName` string
            - `redemptionId` string
        - `prepackageItemId` string
        - `batchId` string
        - `prepackageId` string
        - `prepackage` Prepackage
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `customWeight` boolean
          - `toleranceId` string
          - `productId` string
          - `active` boolean
          - `unitValue` number
          - `price` number
          - `name` string
          - `runningQuantity` integer
          - `sku` string
        - `prepackageProductItem` PrepackageProductItem
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `companyId` string
          - `shopId` string
          - `dirty` boolean
          - `productId` string
          - `batchId` string
          - `batchSKU` string
          - `prepackageId` string
          - `sku` string
          - `active` boolean
          - `runningQuantity` integer
          - `totalCommittedQuantity` integer
          - `totalSellableQuantity` integer
        - `taxEntityType` 'ARMS_LENGTH' | 'NON_ARMS_LENGTH'
        - `preparedQty` number
        - `fulfilled` boolean
        - `totalRefundAmount` number
        - `totalRefundQty` number
        - `exchangeAmount` number
        - `exchangeQty` number
        - `overridePrice` number
        - `feeTotal` number
        - `feeTotalRefunded` number
        - `taxRateTotalRefunded` number
        - `feeTotalRefundedDetails` FeeDetailRefund[]
          - `feeId` string
          - `feeName` string
          - `feeAmount` number
          - `childTransactionId` string
          - `quantity` number
        - `feeDetails` FeeDetail[]
          - `feeId` string
          - `feeName` string
          - `feeAmount` number
        - `uomSelected` string
        - `cogs` number
        - `origOrderItemId` string
        - `txnLineID` string
        - `txnLineIDMap` object
        - `product` 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
              - …
            - `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
              - …
            - `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
              - …
            - `sourceMap` object
            - `shop` Shop
              - …
            - `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
              - …
            - `description` string
            - `website` string
            - `firstName` string
            - `lastName` string
            - `notes` Note[]
              - …
            - `licenseNumber` string
            - `assets` CompanyAsset[]
              - …
            - `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[]
              - …
            - `credits` number
            - `mobileNumber` string
            - `licenceType` 'RECREATIONAL' | 'MEDICINAL' | 'BOTH'
            - `relatedEntity` boolean
            - `vendorType` 'CUSTOMER' | 'VENDOR' | 'BOTH'
            - `dbaName` string
            - `companyLicenses` CompanyLicense[]
              - …
            - `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
              - …
            - `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
              - …
            - `countyTax` CompoundTaxRate
              - …
            - `stateTax` CompoundTaxRate
              - …
            - `federalTax` CompoundTaxRate
              - …
            - `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
              - …
          - `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
              - …
            - `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
          - `sourceMap` object
          - `shopsList` 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
          - `menuApiBrandName` string
          - `menuApiProductName` string
          - `menuApiProductId` integer
          - `menuApiVariantProductId` integer
          - `menuApiBrandId` integer
          - `metadataModifiedAt` integer
          - `component` boolean
          - `item` boolean
          - `productFamilyId` string
          - `selectedInventories` string[]
          - `trackPackageLabels` string[]
          - `provider` string
          - `loyaltyAccrual` boolean
          - `metadataMap` object
          - `giftCard` boolean
          - `cannabis` boolean
          - `potency` boolean
          - `childProduct` boolean
          - `companyLinkId` string
          - `syncToThirdPartyMenus` boolean
        - `batchSku` string
        - `perUnitRefundAmt` number
        - `inventoryId` string
        - `finalized` boolean
        - `finalizedProductId` string
        - `calcCultivationTax` number
        - `discountNotes` string
        - `externalId` string
        - `discountEnabled` boolean
        - `byGram` boolean
        - `batchUniId` string
        - `bundleTaxResults` BundledTaxResult[]
          - `id` string
          - `created` integer
          - `modified` integer
          - `deleted` boolean
          - `updated` boolean
          - `totalPreCalcTax` number
          - `totalPostCalcTax` number
          - `totalCityTax` number
          - `totalCountyTax` number
          - `totalStateTax` number
          - `totalFedTax` number
          - `totalCityPreTax` number
          - `totalCountyPreTax` number
          - `totalStatePreTax` number
          - `totalFedPreTax` number
          - `totalExciseTax` number
          - `totalNALPreExciseTax` number
          - `totalALExciseTax` number
          - `totalALPostExciseTax` number
          - `cultivationTaxResult` CultivationTaxResult
            - `totalFlowerTax` number
            - `totalLeafTax` number
            - `totalFlowerOz` number
            - `totalLeafOz` number
            - `totalCultivationTax` number
            - `leafTaxOz` number
            - `flowerTaxOz` number
            - `totalPlantTax` number
            - `plantTaxOz` number
            - `totalPlantOz` number
          - `totalDeliveryFeeTax` number
          - `surchargeFeeTax` number
          - `surchargeFeeExciseTax` number
          - `totalSurchargeFeeTax` number
          - `citySurchargeFeeTax` number
          - `countySurchargeFeeTax` number
          - `stateSurchargeFeeTax` number
          - `fedSurchargeFeeTax` number
          - `taxMappingInfo` object
          - `productId` string
          - `origPrice` number
          - `finalPrice` number
          - `bundleDiscount` number
          - `quantity` number
          - `finalUnitPrice` number
          - `processed` boolean
        - `bundle` boolean
        - `bundleParentId` string
        - `bundleParent` 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
              - …
            - `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
              - …
            - `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
              - …
            - `sourceMap` object
            - `shop` Shop
              - …
            - `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
              - …
            - `description` string
            - `website` string
            - `firstName` string
            - `lastName` string
            - `notes` Note[]
              - …
            - `licenseNumber` string
            - `assets` CompanyAsset[]
              - …
            - `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[]
              - …
            - `credits` number
            - `mobileNumber` string
            - `licenceType` 'RECREATIONAL' | 'MEDICINAL' | 'BOTH'
            - `relatedEntity` boolean
            - `vendorType` 'CUSTOMER' | 'VENDOR' | 'BOTH'
            - `dbaName` string
            - `companyLicenses` CompanyLicense[]
              - …
            - `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
              - …
            - `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
              - …
            - `countyTax` CompoundTaxRate
              - …
            - `stateTax` CompoundTaxRate
              - …
            - `federalTax` CompoundTaxRate
              - …
            - `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
              - …
          - `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
              - …
            - `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
- … 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)
