---
title: "Get all promotions"
method: GET
path: "/open-api/v1.0/promotions"
tags: ["Promotions"]
---

# Get all promotions

`GET /open-api/v1.0/promotions`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Returns all promotions

## Query parameters

- `page` integer
- `size` integer
- `codes` string[]

## Response `200`

OK

- ComFourthwallOpenapiModelOpenApiPageResponseComFourthwallOpenapiModelPromotionsPromotionV1
  - `results` union[], required
    - union
      - ComFourthwallOpenapiModelPromotionsAutoApplyingShopPromotionV1
        - `type` 'SHOP_AUTO_APPLYING', required
        - `id` string, required
        - `title` string, required
        - `code` string, required
        - `discount` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1FixedAmount
            - `type` 'FLAT_RATE', required
            - `money` Money, required
              - …
            - `freeShipping` boolean, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1FreeProducts
            - `type` 'FREE_PRODUCTS', required
            - `freeProductsType` union, required
              - …
            - `freeShipping` boolean, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1FreeShipping
            - `type` 'FREE_SHIPPING', required
            - `lowestOnly` boolean, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1Percentage
            - `type` 'PERCENTAGE', required
            - `percentage` number, required
            - `shippingOption` 'Included' | 'Excluded' | 'Free' | 'FreeLowestOnly'
        - `status` 'Live' | 'Ended' | 'Archived' | 'AllUsed', required
        - `requirements` ComFourthwallOpenapiModelPromotionsPromotionRequirementsV1Shop, required
          - `minimumOrderValue` Money
            - `value` number, required
            - `currency` string, required
        - `usageCount` integer, required
        - `limits` ComFourthwallOpenapiModelPromotionsPromotionLimitsV1, required
          - `maximumUsesNumber` integer
          - `oneUsePerCustomer` boolean
        - `appliesTo` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopAppliesToV1EntireOrder
            - `type` 'ENTIRE_ORDER', required
          - ComFourthwallOpenapiModelPromotionsPromotionShopAppliesToV1EntireOrderWithExcludedProducts
            - `type` 'ENTIRE_ORDER_WITH_EXCLUDED_PRODUCTS', required
            - `excludedProducts` string[], required
          - ComFourthwallOpenapiModelPromotionsPromotionShopAppliesToV1SelectedProducts
            - `type` 'SELECTED_PRODUCTS', required
            - `products` string[], required
            - `oncePerOrder` boolean, required
      - ComFourthwallOpenapiModelPromotionsMultiMembershipsPromotionV1
        - `type` 'MEMBERSHIPS_MULTI', required
        - `id` string, required
        - `title` string, required
        - `codes` ComFourthwallOpenapiModelPromotionsMultiPromoSubCodeV1[], required
          - `id` string, required
          - `code` string, required
          - `usageCount` integer, required
          - `status` 'Live' | 'Ended' | 'Archived' | 'AllUsed', required
        - `discount` ComFourthwallOpenapiModelPromotionsPromotionMembershipsDiscountTypeV1Percentage, required
          - `type` 'MEMBERSHIPS_PERCENTAGE', required
          - `percentage` number, required
        - `status` 'Live' | 'Ended' | 'Archived' | 'AllUsed', required
        - `requirements` ComFourthwallOpenapiModelPromotionsPromotionRequirementsV1Memberships, required
          - `newMembersOnly` boolean, required
        - `usageCount` integer, required
        - `subscriptionType` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsSubscriptionTypeAppliesToV1AllMembers
            - `type` 'ALL', required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsSubscriptionTypeAppliesToV1AnnualMembersOnly
            - `type` 'ANNUAL', required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsSubscriptionTypeAppliesToV1MonthlyMembersOnly
            - `type` 'MONTHLY', required
        - `tiers` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsTiersAppliesToV1AllTiers
            - `type` 'ALL', required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsTiersAppliesToV1SelectedTiers
            - `type` 'SELECTED', required
            - `tiersIds` string[], required
      - ComFourthwallOpenapiModelPromotionsMultiShopPromotionV1
        - `type` 'SHOP_MULTI', required
        - `id` string, required
        - `title` string, required
        - `codes` ComFourthwallOpenapiModelPromotionsMultiPromoSubCodeV1[], required
          - `id` string, required
          - `code` string, required
          - `usageCount` integer, required
          - `status` 'Live' | 'Ended' | 'Archived' | 'AllUsed', required
        - `discount` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1FixedAmount
            - `type` 'FLAT_RATE', required
            - `money` Money, required
              - …
            - `freeShipping` boolean, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1FreeProducts
            - `type` 'FREE_PRODUCTS', required
            - `freeProductsType` union, required
              - …
            - `freeShipping` boolean, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1FreeShipping
            - `type` 'FREE_SHIPPING', required
            - `lowestOnly` boolean, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1Percentage
            - `type` 'PERCENTAGE', required
            - `percentage` number, required
            - `shippingOption` 'Included' | 'Excluded' | 'Free' | 'FreeLowestOnly'
        - `status` 'Live' | 'Ended' | 'Archived' | 'AllUsed', required
        - `requirements` ComFourthwallOpenapiModelPromotionsPromotionRequirementsV1Shop, required
          - `minimumOrderValue` Money
            - `value` number, required
            - `currency` string, required
        - `limits` ComFourthwallOpenapiModelPromotionsPromotionLimitsV1, required
          - `maximumUsesNumber` integer
          - `oneUsePerCustomer` boolean
        - `usageCount` integer, required
        - `appliesTo` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopAppliesToV1EntireOrder
            - `type` 'ENTIRE_ORDER', required
          - ComFourthwallOpenapiModelPromotionsPromotionShopAppliesToV1EntireOrderWithExcludedProducts
            - `type` 'ENTIRE_ORDER_WITH_EXCLUDED_PRODUCTS', required
            - `excludedProducts` string[], required
          - ComFourthwallOpenapiModelPromotionsPromotionShopAppliesToV1SelectedProducts
            - `type` 'SELECTED_PRODUCTS', required
            - `products` string[], required
            - `oncePerOrder` boolean, required
      - ComFourthwallOpenapiModelPromotionsSingleMembershipsPromotionV1
        - `type` 'MEMBERSHIPS_SINGLE', required
        - `id` string, required
        - `code` string, required
        - `discount` ComFourthwallOpenapiModelPromotionsPromotionMembershipsDiscountTypeV1Percentage, required
          - `type` 'MEMBERSHIPS_PERCENTAGE', required
          - `percentage` number, required
        - `status` 'Live' | 'Ended' | 'Archived' | 'AllUsed', required
        - `requirements` ComFourthwallOpenapiModelPromotionsPromotionRequirementsV1Memberships, required
          - `newMembersOnly` boolean, required
        - `usageCount` integer, required
        - `subscriptionType` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsSubscriptionTypeAppliesToV1AllMembers
            - `type` 'ALL', required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsSubscriptionTypeAppliesToV1AnnualMembersOnly
            - `type` 'ANNUAL', required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsSubscriptionTypeAppliesToV1MonthlyMembersOnly
            - `type` 'MONTHLY', required
        - `tiers` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsTiersAppliesToV1AllTiers
            - `type` 'ALL', required
          - ComFourthwallOpenapiModelPromotionsPromotionMembershipsTiersAppliesToV1SelectedTiers
            - `type` 'SELECTED', required
            - `tiersIds` string[], required
      - ComFourthwallOpenapiModelPromotionsSingleShopPromotionV1
        - `type` 'SHOP_SINGLE', required
        - `id` string, required
        - `code` string, required
        - `discount` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1FixedAmount
            - `type` 'FLAT_RATE', required
            - `money` Money, required
              - …
            - `freeShipping` boolean, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1FreeProducts
            - `type` 'FREE_PRODUCTS', required
            - `freeProductsType` union, required
              - …
            - `freeShipping` boolean, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1FreeShipping
            - `type` 'FREE_SHIPPING', required
            - `lowestOnly` boolean, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopDiscountTypeV1Percentage
            - `type` 'PERCENTAGE', required
            - `percentage` number, required
            - `shippingOption` 'Included' | 'Excluded' | 'Free' | 'FreeLowestOnly'
        - `status` 'Live' | 'Ended' | 'Archived' | 'AllUsed', required
        - `requirements` ComFourthwallOpenapiModelPromotionsPromotionRequirementsV1Shop, required
          - `minimumOrderValue` Money
            - `value` number, required
            - `currency` string, required
        - `usageCount` integer, required
        - `limits` ComFourthwallOpenapiModelPromotionsPromotionLimitsV1, required
          - `maximumUsesNumber` integer
          - `oneUsePerCustomer` boolean
        - `appliesTo` union, required
          - ComFourthwallOpenapiModelPromotionsPromotionShopAppliesToV1EntireOrder
            - `type` 'ENTIRE_ORDER', required
          - ComFourthwallOpenapiModelPromotionsPromotionShopAppliesToV1EntireOrderWithExcludedProducts
            - `type` 'ENTIRE_ORDER_WITH_EXCLUDED_PRODUCTS', required
            - `excludedProducts` string[], required
          - ComFourthwallOpenapiModelPromotionsPromotionShopAppliesToV1SelectedProducts
            - `type` 'SELECTED_PRODUCTS', required
            - `products` string[], required
            - `oncePerOrder` boolean, required
  - `total` integer
  - `page` integer
  - `size` integer
  - `totalPages` integer

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

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