---
title: "Get Subscriptions Settings"
method: GET
path: "/settings"
tags: ["Settings"]
---

# Get Subscriptions Settings

`GET /settings`

Lists the current Subscriptions settings in your store.

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Response `200`

OK

- Settings — Subscriptions settings
  - `defaultSla` string, nullable, required — Default delivery method.
  - `deliveryChannels` string[], required — Array containing delivery channels.
  - `executionHourInUtc` integer, required — Indicates the time future subscription orders will be generated.
  - `isMultipleInstallmentsEnabledOnCreation` boolean, required — Defines whether or not multiple installments are enabled when a subscription is created.
  - `isMultipleInstallmentsEnabledOnUpdate` boolean, required — Defines whether or not multiple installments are enabled when a subscription is updated.
  - `isUsingV3` boolean, required — Indicates whether or not Subscriptions V3 is enabled.
  - `manualPriceAllowed` boolean, required — When set to `true`, this property enables manual price configuration in subscription items. This is valid for all existing subscriptions, provided that there is a manual price configured and that `isUsingV3` is `true`.
  - `onMigrationProcess` boolean, required — Indicates whether or not the account is in the migration process to Subscriptions V3.
  - `orderCustomDataAppId` string, required — When filled, this field passes along the `customData` infomration in the order to the future recurrent subscription orders.
  - `postponeExpiration` boolean, required — Defines whether or not the expiration of subscriptions can be postponed.
  - `randomIdGeneration` boolean, required — Defines whether or not the subscription order IDs will be randomly generated.
  - `slaOption` string, required — Delivery method.
  - `useItemPriceFromOriginalOrder` boolean, required — When set to `true`, this property enables using the manual price for each item from the original subscription order. This is only valid for new subscriptions, created from the moment this configuration is enabled. For this to work, it is mandatory that the `manualPriceAllowed` property is set to `true` and that `isUsingV3` is `true`.
  - `workflowVersion` string, required — Workflow version.

---

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