---
title: "Get Store Info"
method: GET
path: "/api/v1/partner/store"
tags: ["Blaze PARTNER Store - Store Info"]
---

# Get Store Info

`GET /api/v1/partner/store`

## Response `200`

successful operation

- StoreInfoResult
  - `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
          - `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
      - `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
  - `contract` Contract
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `name` string
    - `active` boolean
    - `text` string
    - `version` integer
    - `required` boolean
    - `pdfFile` 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'
    - `enableWitnessSignature` boolean
    - `enableEmployeeSignature` boolean
    - `contentType` 'TEXT' | 'PDF'
  - `toleranceMap` object
  - `companyLogoURL` string

---

[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)
