---
title: "GET /Sites/{siteId}/Bundles/{bundleId}/Settings"
method: GET
path: "/Sites/{siteId}/Bundles/{bundleId}/Settings"
tags: ["Bundles"]
---

# GET /Sites/{siteId}/Bundles/{bundleId}/Settings

`GET /Sites/{siteId}/Bundles/{bundleId}/Settings`

## Path parameters

- `siteId` integer, required
- `bundleId` integer, required

## Response `200`

Success

- QPilotCoreModelsDtoBundlesGetBundleSettingsAggregatedDto[]
  - `bundleId` integer
  - `bundleName` string, nullable
  - `products` QPilotCoreModelsDtoBundlesBundleProductDto[], nullable
    - `productId` integer
    - `externalProductId` string, nullable
    - `productTitle` string, nullable
    - `price` number, float
    - `salePrice` number, float, nullable
    - `availability` 'Undefined' | 'InStock' | 'OutOfStock' | 'Preorder'
    - `imageThumbUrl` string, nullable
    - `stock` integer, nullable
  - `rewardsSettings` QPilotCoreModelsNonCoreBundlesBundleItemRewardSettingGetDto[], nullable
    - `id` integer
    - `bundleId` integer
    - `itemCountToActivateReward` integer
    - `rewardDiscountPercentage` number, float, nullable
    - `rewardFixedShippingCost` number, float, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, nullable
  - `frequencyOptions` QPilotCoreModelsNonCoreBundlesBundleShippingFrequencyOptionsDto[], nullable
    - `id` integer, nullable
    - `bundleId` integer
    - `frequency` integer
    - `type` 'Days' | 'Weeks' | 'Months' | 'DayOfTheWeek' | 'DayOfTheMonth'
    - `discountPercentage` number, float, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, nullable

---

[API](https://skmtc.net/qpilot/apis/qpilot-api.md) · [All operations](https://skmtc.net/qpilot/apis/qpilot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qpilot/qpilot-api/revisions/b2f13a808fdd/schema)
