Akinon Release Notes (05/12/2025) are now live! Click here to learn what's new.
LogoLogo
API Reference
  • Home
  • Quick Start
  • Tutorials
  • Technical Guides
  • Release Notes
  • Glossary
  • Welcome to Akinon Technical Guides
  • ACC
    • ACC CLI
    • Create Application via CLI
    • Deploy Environment Variables
    • App Store for Developers
  • Omnitron
    • Product Types
    • Product Categorization
    • Splitting a Merged Order Item
  • Commerce
    • Shipping Rules Calculator
    • Data Source Shipping Options
    • Attribute Based Shipping Options
    • Filtering Products
    • Conversation & Messages
    • Sitemap Configuration
    • Weight-Based Product Sales
    • Group Attribute Sets
    • Contract Management
    • Find in Store for Whippy Ware
    • Plugins
    • Remote Price
    • E-mail Templates
    • Loyalty Accounts
    • Search Structure
    • User Segmentation & Rules
    • Promotions
  • OMS
    • Getting Started with OMS
    • Basic Setup
    • Scenarios
    • Capacity Feature
    • Package Management
      • Packages
      • Transfer
      • States
    • Commands
      • Packages
        • Package Command Parameters
        • DeAllocate Package Reservations Command
        • Channel Based Complete Packaging without Shipment Command
        • Complete Packaging with Shipment Command
        • Complete Packaging without Shipment Command
        • Package Refuse with Denial Reason Command
        • Product Not Found & Wrong Product Command
        • Product Not Found & Wrong Product Command Advanced
        • Package Packed for Refund Command
        • Block The Package For Action Command
        • Unblock the Package For Action Command
        • Update The Package’s Invoice
        • Manual Planning Command
      • Transfer
        • Transfer Order Advanced Command
        • Product for Transfer Not Found & Wrong Product Command
        • Transfer Delivered Command
        • Transfer Dispatch Command
        • Transfer Ready for Dispatch Command
        • Transfer Out Of Stock
      • Shipment
        • Shipment Order Command
        • Package Advanced Shipment Command
        • Ship The Package Command
        • Ship The Package without Shipment Integration Command
        • Update The Package’s Shipment Status Command
        • Update Shipment Info of Package Command
    • Inventory Locations & Engine
      • Properties & Domain Relation
      • Customization
      • Inventory Engine
    • Fulfillment
      • Shipments
      • Invoice Integration
    • Webhooks
      • Webhook Examples
        • Order Webhook
        • Package Webhook
        • Shipment Webhook
        • Stock Location Webhook
        • Transfer Webhook
    • Integrating OMS with Seller Center
  • Instore
    • Getting Started
    • Cash Register Integration
    • OTP (One Time Password) Process
    • Services
      • Password Reset Services
  • Marketplace Dashboard
    • N11 Marketplace Setup Configurations
    • Trendyol Marketplace Setup Configurations
    • Walmart Marketplace Setup Configurations
    • Amazon Marketplace Setup Configurations
    • Hepsiburada Marketplace Setup Configurations
  • Project Zero
    • Django
      • Basic Setup
      • Project Structure
        • Templates & Components
        • Private Dependencies
        • Omnife Project Submodule
        • Webpack
        • ESLint Rules
        • Bundles
        • Multilanguage & Translation
        • Environmental File
        • Custom Error Pages
        • Icon Font
      • Page Types
        • Static Pages & Flatpages
        • Account Page
          • Template Rendering in Account Pages
          • Forms & Validation
        • Basket Page
          • Redux Basket State
          • Basket Page - View
        • Checkout
          • Redux Checkout State
          • View & Template Rendering
          • Masking & Validation
      • Theming & Styling
      • Widgets
      • SEO Management
      • Extending Project Zero
    • Next.js
      • Basic Setup
      • Deployment
      • Static Assets
      • Plugins
      • Widgets
      • Icons
      • Localization
      • SEO Management
      • Advanced Usage
      • Data Fetching
        • Client
          • Account
          • Address
          • Basket
          • Checkout
          • Misc
          • Product
          • User
          • Wishlist
        • Server
          • Category
          • Flat Page
          • List
          • Menu
          • Product
          • SEO
          • Special Page
          • Widget
  • App Maker
    • Setup Your Environment
    • Plugin Quickstart
    • Create Project
    • Setup Existing Project
    • Deploy Project
    • Users and Roles
    • Add Public Key
    • App Maker CLI
    • Create App on Stores
      • Creating App on Apple App Store
      • Creating App on Google Play Store
    • Mobile App Framework
      • Configuration
      • Framework
      • Project Structure
        • Structure
        • Data Containers
        • Pages
      • Dependency Integration
        • Plugins
        • Akinon Plugin Adapter
  • Akifast
    • HPP
      • Getting Started
      • Authorization
      • Payment Session Creation
        • Key Points Before Creating a Payment Session
        • Creating Payment Session
        • Redirecting to the Payment Page
        • Errors Encountered During Payment Session Creation
      • Merchant Services
        • Shipping Query URL
        • Agreement Query URL
        • Other URLs
  • B2B
    • Getting Started
    • B2B Setup
  • Adds-on
    • Invoicer
      • Introduction
      • Invoice & Pay On Delivery Service
  • Channel App Template
    • Introduction
    • Installation and Usage
    • Development Steps
      • Folder Structure
      • Starting Step
      • Encoding the Sales Channel
        • Introduction
        • Setup
        • Products
        • Product Price
        • Product Stock
        • Product Image
        • Orders
        • Product Data
      • Adding a New Command to Akinon
      • Listening for External Requests
    • Architecture
      • Introduction
      • Integration
      • Services (Flows)
        • Introduction
        • Product Service
        • Price Service
        • Stock Service
        • Image Service
        • Order Service
  • Multi Regional Settings
    • Multi Regional Settings
Powered by GitBook

© 2025 Akinon. All rights reserved.

On this page
  • How promotions applied?
  • Promotion Types
  • Campaign Base Attributes
  • Conditions
  • Quantity Condition
  • Amount Condition
  • Sub Conditions
  • Consume Types
  • Benefit Types

Was this helpful?

  1. Commerce

Promotions

The Akinon Promotions module allows you to create various promotional campaigns and apply them to your products, offering customers incentives and discounts to encourage sales.

How promotions applied?

Promotions have three main parts:

  • Base Attributes

  • Condition

  • Benefit

All promotions are fetched from different sources and sorted by importance. Higher importance promotions are applied first. Promotions are applied to the basket one by one. During the application process, a promotion's condition is checked to determine if it is applicable to the basket. If the condition is met, the promotion's benefit is applied to the basket. Multiple promotions can be applied to a single basket, and a single promotion can be applied multiple times to the same basket, as long as its conditions are met.

Promotion Types

There are several types of promotions available:

  • Site-wide: Automatically applied to the basket, requiring no specific customer or code. This type of promotion is ideal for store-wide sales events or discounts.

  • Coupon: Automatically applied to the basket if the customer has an eligible coupon in their account. No code is required. Once used in an order, the coupon's status changes to "used."

  • Coupon Code: Requires both a specific customer and a unique code to be applied. The customer must manually enter the code at checkout. The code is limited to one customer, and its status changes to "used" after it has been applied in an order.

  • Voucher Code: Requires a code but not a specific customer. The code is manually entered by the customer during checkout and can be used by multiple customers, making it suitable for public campaigns. After being used in an order, the voucher code's status changes to "used."

  • Bulk Voucher Codes: These are a set of unique voucher codes generated in bulk for widespread distribution. They are typically used for mass promotional campaigns, such as email marketing or social media promotions. Unlike regular voucher codes, each code within the bulk voucher codes can only be used once. After being applied in an order, the voucher code's status changes to "used."

  • Bulk Coupon: A collection of unique coupon codes that can be distributed to customers for targeted promotions. Each code is specific to an individual customer and can only be used once. The status of the coupon changes to "used" after it has been applied in an order.

Campaign Base Attributes

Title

Description

Example

Campaign Name

The name given to the campaign

Campaign Slug

Campaign Slug

Campaign Message

The message that will appear in the filter and/or basket when the campaign is applied

“You have won X TRY!”, “You have X TRY more to spend” etc.

Maximum Number of Application

(per Basket)

Information on how many times a campaign will be used in a basket. 0 means unlimited.

In a case where the Maximum Number of Application is 1, when there is a 50% discount campaign if you buy three products, only 50% discount is provided both for the person who buys three products, and for the person who buys six products.

Maximum Number of Application

(per Customer)

Information on how much a customer can benefit from a campaign. 0 means unlimited.

Importance

The field to determine which campaign will be applied first in case there is more than one campaign for a product.

Higher value is more important.

Start Date

Campaign Start Date

End Date

Campaign End Date

Status

Campaign Activity Status

Passive and Active options are available. Status changed automatically Used if possible.

Can be combined with other campaigns

The checkbox that decides whether the campaign can be combined with other campaigns. If it is not activated, it is not possible to apply more than one campaign to a basket.

Show on Product Detail

The checkbox that decides whether to show the relevant campaign on the Product Detail Page. It is only available for site-wide campaigns.

Show on Product List

The checkbox that decides whether to show the relevant campaign in the Product List. It is only available for site-wide campaigns.

Show on Basket

The checkbox that decides whether to show the relevant campaign in the Basket. It is only available for site-wide campaigns.

Conditions

Condition is the rule that must be met in order to apply for the promotion. For example, a promotion can be activated when a basket has 3 or more products from a collection. There are 5 types of conditions:

Quantity Condition

Quantity condition is used to apply a promotion when a certain quantity of products are added to the basket. For example, a promotion can be activated when a basket has 3 or more products from a collection.

Buy 3 T-Shirts, Get 10 TRY Off:

  • Condition Type: Quantity

  • Condition Value: 3

  • Collection: T-Shirt Collection

When the customer adds 2 products from the T-Shirt Collection to the basket, the promotion will not be applied. Upsell products will be displayed. When the customer adds 3 products from the T-Shirt Collection to the basket, the promotion will be applied once. When the customer adds 4 products from the T-Shirt Collection to the basket, the promotion will be applied once. When the customer adds 6 products from the T-Shirt Collection to the basket, the promotion will be applied twice. Discount will be 20 TRY.

Parameters:

  • Collection: The collection to which the products must belong in order to apply the promotion. if the collection is not selected, Condition will match all products.

  • Quantity: The number of products that must be added to the basket in order to apply the promotion.

  • Overlimit Quantity: The number of products that makes the promotion unapplicable. For example, if the promotion is activated when 3 products are added to the basket, and the Overlimit Quantity is set to 5, the promotion will be applied when 3 products are added to the basket, but will not be applied when 5 products are added to the basket.

  • Upsell Message: The message that will be displayed to the customer when the condition is partially applied.

  • Price Sort Type: The sorting type of the applicable products. The products are sorted by price in ascending or descending order. For example, if the promotion is activated when 3 products are added to the basket, and the Price Sort Type is set to “Lowest Price”, the cheapest 3 products will be applied to the promotion firstly. If the Price Sort Type is set to “Highest Price”, the most expensive 3 products will be applied to the promotion.

  • Consume Type: The type of consumption of the applicable products. available types are globally, locally, whatever is available. When the Consume Type is set to “Globally”, the products are consumed globally and will not be available for other promotions. When the Consume Type is set to “Locally”, the products are consumed locally and will be available for other promotions. When the Consume Type is set to “Whatever is available”, the global consumption list will be ignored and the products will be consumed locally.

Consume Type and Price Sort Type are important parameters for the correct functioning of the promotion. Together determine which products will be applied to the promotion. For example, if the promotion is activated when 3 products are added to the basket, and the Price Sort Type is set to “Lowest Price”, the cheapest 3 products will be applied to the promotion. If the Price Sort Type is set to “Highest Price”, the most expensive 3 products will be applied to the promotion. If the Consume Type is set to “Globally”, the products are consumed globally and will not be available for other promotions. If the Consume Type is set to “Locally”, the products are consumed locally and will be available for other promotions. If the Consume Type is set to “Whatever is available”, the global consumption list will be ignored and the products will be consumed locally.

Amount Condition

Amount condition is used to apply a promotion when a certain amount of money is spent in the basket. For example, a promotion can be activated when the basket has a total of 100 TRY or more from a collection.

Buy 100 TRY Worth of T-Shirts, Get 10 TRY Off: Condition Type: Amount Condition Value: 100 Collection: T-Shirt Collection

When the customer adds 50 TRY worth T-Shirt products to the basket, the promotion will not be applied. Upsell products will be displayed. When the customer adds 100 TRY worth T-Shirt products to the basket, the promotion will be applied once. When the customer adds 150 TRY worth T-Shirt products to the basket, the promotion will be applied once. When the customer adds 200 TRY worth T-Shirt products to the basket, the promotion will be applied twice. The discount will be 20 TRY.

Parameters:

  • Collection: The collection to which the products must belong in order to apply the promotion. If the collection is not selected, Condition will match all products.

  • Amount: The amount of money that must be spent in the basket in order to apply for the promotion.

  • Overlimit Amount: The amount of money that makes the promotion unapplicable. For example, if the promotion is activated when 100 TRY is spent in the basket, and the Overlimit Amount is set to 150 TRY, the promotion will be applied when 100 TRY is spent in the basket, but will not be applied when 150 TRY is spent in the basket.

  • Upsell Message: The message that will be displayed to the customer when the condition is partially applied.

  • Price Sort Type: The sorting type of the applicable products. The products are sorted by price in ascending or descending order. For example, if the promotion is activated when 100 TRY is spent in the basket, and the Price Sort Type is set to “Lowest Price”, the cheapest products will be applied to the promotion. If the Price Sort Type is set to “Highest Price”, the most expensive products will be applied to the promotion.

  • Consume Type: The type of consumption of the applicable products. available types are globally, locally, whatever is available. When the Consume Type is set to “Globally”, the products are consumed globally and will not be available for other promotions. When the Consume Type is set to “Locally”, the products are consumed locally and will be available for other promotions. When the Consume Type is set to “Whatever is available”, the global consumption list will be ignored and the products will be consumed locally.

  • Price Type: Unit, Discount or Retail price options are available. When the Price Type is set to “Unit”, the products are consumed by default sale price. When the Price Type is set to “Discount”, the products are consumed by discount price. When the Price Type is set to “Retail”, the products are consumed by retail price.

For example, Product A:

  • Unit Price: 100 TRY

  • Retail Price: 120 TRY

  • Discount Price: 100 TRY

First Promotion Condition Type: Amount Condition Value: 100 Condition Price Type: Discount Benefit: 20% Discount

Second Promotion Condition Type: Amount Condition Value: 90 Condition Price Type: Discount Benefit: 50 TRY Discount

When the customer adds 100 TRY worth of Product A to the basket, the first promotion will be applied once. The discount will be 20 TRY. Product A's Price:

  • Unit Price: 100 TRY

  • Retail Price: 120 TRY

  • Discount Price: 80 TRY the second promotion will not be applied. Because the total amount of the basket is 80 TRY according to the discount price. Upsell message will be displayed.

Sub Conditions

Sub conditions are extra conditions that can be added to the main condition. For example, a promotion can be activated when the basket has a total of 100 TRY or more from a collection, and the customer is a member of the VIP group.

Condition Types

Explanations

Can be Applied To

By Card Type

By Card Type in Omnitron

Payment Step Discount

According to Installments

According to the Installments to be Applied to the Products

Payment Step Discount

By Bank

By All Banks Coming By Default After Omnitron Installation

Payment Step Discount

By Payment Type

By Payment Types such as Credit Card, Money Order, Pay-On-Delivery etc.

Payment Step Discount

Minimum Basket Amount

Total Amount, Total Quantity, Payment Step Discount

e-mail Extension

By Group/Company E-Mail Addresses

Total Amount, Total Quantity, Payment Step Discount

e-mail

By Specific E-Mail Address

Total Amount, Total Quantity, Payment Step Discount

Bin Number

By the First Six Digits of the Credit Card

Payment Step Discount

User Feature

According to the Specific Features of the User Signed Up on the Brand Shop Page

Total Amount, Total Quantity, Payment Step Discount

Minimum Number of Products Added to Basket

Total Amount, Total Quantity, Payment Step Discount

Shopping Platform

By Sales Channel

Total Amount, Total Quantity, Payment Step Discount

By User Membership Date

Total Amount, Total Quantity, Payment Step Discount

Consume Types

Consume Types in promotions are used to determine whether the products applied in a promotion will be globally consumed or locally consumed. In simple terms, consume types allow promotions to be composed with other promotions.

There are three consume types available in promotions:

  • Globally: When a promotion is consumed globally, the products applied to the promotion will not be available for other promotions.

  • Locally: When a promotion is consumed locally, the products applied to the promotion will be available for other promotions.

  • Whatever: When a promotion is consumed with the "Whatever is available" consume type, the global consumption list will be ignored, and the products applied to the promotion will be consumed locally.

Benefit Types

Benefits are the discounts that are applied to the products in a promotion. A promotion can have a single benefit. A promotion can be activated multiple times according to the condition. For example, a promotion can be activated when the basket has a total of 100 TRY or more from a collection, and the customer is a member of the VIP group. In this case, the promotion will be activated twice if the basket has a total of 200 TRY or more from the collection, and the customer is a member of the VIP group. There are 6 types of benefits available in promotions:

  • Percent Discount: The products applied to the promotion will be discounted by the percentage specified in the benefit. For example, if the benefit is set to 20%, the products will be discounted by 20% according to the price type.

  • Fixed Amount Discount: The fixed amount specified in the benefit will be deducted from the basket total amount and split among the products applied to the promotion. For example, if the benefit is set to 20 TRY, and the basket total amount is 100 TRY, the order total amount will be 80 TRY, and 20 TRY will be split among the products applied to the promotion.

  • Free Shipping: The products applied to the promotion will be shipped free of charge.

  • Product Based Discount: The products applied to the promotion will be discounted according to Product Based Discount settings. There are 5 different types of Product Based Discount settings available:

  • Coupon: A new coupon will be created according to the settings specified in the benefit after order is completed. The coupon will be available for the customer to use in the next orders.

  • Discount Code: A new discount code will be created according to the settings specified in the benefit after order is completed. The discount code will be available for the customer to use in the next orders.

  • Gift: The benefit allows the customer to choose a gift from the gifts specified in the benefit. The customer can choose a gift from the gifts specified in the benefit during the checkout process. The gift will be added to the order automatically after the customer chooses a gift.

Percent Discount

Percent Discount is the most commonly used benefit type. The products applied to the promotion will be discounted by the percentage specified in the benefit. For example, if the benefit is set to 20%, the products will be discounted by 20% according to the price type. Price Type: Unit, Discount or Retail price options are available. When the Price Type is set to “Unit”, the products are consumed by default sale price. When the Price Type is set to “Discount”, the products are consumed by discount price. When the Price Type is set to “Retail”, the products are consumed by retail price.

For example, Product A:

  • Unit Price: 100 TRY

  • Retail Price: 120 TRY

  • Discount Price: 80 TRY

  • Percent Discount: 20%

if Price Type is Unit, the discount will be 20 TRY. if Price Type is Discount, the discount will be 16 TRY. if Price Type is Retail, the discount will be 24 TRY.

Percent Discount consumes the products in the collection. Because the benefit discounts all products which are matched with the benefit collection.

Parameters:

  • Collection: The products applied to the promotion will be discounted by the percentage specified in the benefit. Collection can be null. If the collection is null, All products will benefit from the discount.

  • Price Type: Unit, Discount or Retail price options are available. When the Price Type is set to “Unit”, the discount is calculated by default sale price. When the Price Type is set to “Discount”, the discount is calculated by discount price. When the Price Type is set to “Retail”, the discount is calculated by retail price.

  • Percentage: The products applied to the promotion will be discounted by the percentage specified in the benefit. For example, if the benefit is set to 20%, the products will be discounted by 20% according to the price type.

Fixed Amount Discount

Fixed Amount Discount is the second most commonly used benefit type. The fixed amount specified in the benefit will be deducted from the basket total amount and split among the products applied to the promotion. For example, if the benefit is set to 20 TRY, and the basket total amount is 100 TRY, the order total amount will be 80 TRY, and 20 TRY will be split among the products applied to the promotion.

Parameters:

  • Collection: The products applied to the promotion will be discounted by the fixed amount specified in the benefit. Collection can be null. If the collection is null, All products will benefit from the discount.

  • Amount: The fixed amount specified in the benefit will be deducted from the basket total amount and split among the products applied to the promotion. For example, if the benefit is set to 20 TRY, and the basket total amount is 100 TRY, the order total amount will be 80 TRY, and 20 TRY will be split among the products applied to the promotion.

Free Shipping

Free Shipping is the third most commonly used benefit type. The products applied to the promotion will be shipped free of charge if Shipping Option's calculator is based on "DiscountBasedCalculator".

Parameters:

  • Collection: The products applied to the promotion will be shipped free of charge. Collection can be null. If the collection is null, All products will benefit from the discount.

Product Based Discount

The Product Based Discount is a complex benefit type that offers five different ways to apply discounts on specific products:

  • Product Based Percent Discount: Applies a percentage discount on selected products, with the option to limit the number of discounted products and sort them by price. This benefit type is useful for promotions like "Buy 3 get 1 free" or "Buy 2 get 1 50% off".

  • Product Based Amount Discount: Deducts a fixed amount per each eligible product in the basket, making it ideal for promotions like "20 TRY off each product".

  • Product Based Fixed Total Amount Discount: Discounts the selected products so that their combined price equals a predetermined target amount. This benefit type can be used for promotions like "Buy Any 3 Products and pay only 100 TRY".

  • Product Based Fixed Price: Sets a fixed price for each eligible product in the promotion, making it suitable for offers like "Buy Any 2 Products and pay only 20 TRY for each product".

  • Product Based Price By Percentage: Sells the eligible products at a specified percentage of their original price, ideal for promotions that offer products at a fraction of their original cost.

Each sub-type has customizable parameters, including Collection, Price Type, Price Sort Type, and Quantity, allowing for the creation of targeted promotions.

Product Based Discount

Product Based Discount is the most complex benefit type. The products applied to the promotion will be discounted according to Product Based Discount settings. There are 5 different sub types of Product Based Discount settings available:

  • Product Based Percent Discount: The products applied to the promotion will be discounted by the percentage specified in the benefit. For example, if the benefit is set to 20%, the products will be discounted by 20% according to the price type.

  • Product Based Amount Discount: The fixed amount specified in the benefit will be deducted from the basket total amount and split among the products applied to the promotion. For example, if the benefit is set to 20 TRY, and the basket total amount is 100 TRY, the order total amount will be 80 TRY, and 20 TRY will be split among the products applied to the promotion.

  • Product Based Fixed Total Amount Discount: The products applied to the promotion will be discounted by the total amount specified in the benefit. For example, if the benefit is set to 20 TRY, and the basket total amount is 100 TRY, the order total amount will be 80 TRY, and 20 TRY will be split among the products applied to the promotion.

  • Product Based Fixed Price: The products applied to the promotion will be sold at the fixed price specified in the benefit. For example, if the benefit is set to 20 TRY, the products will be sold at 20 TRY. There will be enough discount to match the price.

  • Product Based Price By Percentage: The products applied to the promotion will be sold at the percentage specified in the benefit. For example, if the benefit is set to 20%, the products will be sold at 20% of the sale price. There will be enough discount to match the price.

Parameters:

  • Product Based Discount Type: Product Based Percent Discount, Product Based Amount Discount, Product Based Fixed Total Amount Discount, Product Based Fixed Price, Product Based Price By Percentage Other parameters are based on the sub-type of Product Based Discount.

Product Based Percent Discount

"Product Based Percent Discount" is the most commonly used sub-type of Product Based Discount. The products applied to the promotion will be discounted by the percentage specified in the benefit. The biggest difference between Product Based Percent Discount and Percent Discount is that Product Based Percent Discount is that "Product Based Percent Discount" has the ability to limit the number of products which will be discounted and sort products by "price sort type". This ability is very useful when you want to make a discount for the first X products in the collection. For example, if the benefit is set to 20%, and the limit is set to 3, the first 3 products in the collection will be discounted by 20% according to the price type. This benefit allows you to create a promotion like "Buy 3 get 1 free" or "Buy 2 get 1 50% off".

Parameters:

  • Collection: The products applied to the promotion will be discounted by the percentage specified in the benefit. Collection can be null. If the collection is null, All products will benefit from the discount.

  • Price Type: Unit, Discount or Retail price options are available. When the Price Type is set to “Unit”, the discount is calculated by default sale price. When the Price Type is set to “Discount”, the discount is calculated by discount price. When the Price Type is set to “Retail”, the discount is calculated by retail price.

  • Percentage: The products applied to the promotion will be discounted by the percentage specified in the benefit. For example, if the benefit is set to 20%, the products will be discounted by 20% according to the price type.

  • Price Sort Type: The products applied to the promotion will be sorted by the price type specified in the benefit. Price Sort Type can be null. If the Price Sort Type is null, the products will be sorted by the default sort type.

  • Quantity: The products applied to the promotion will be discounted by the percentage specified in the benefit. The default value is 1. When it is 0 or None, Quantity will be set to 1.

Product Based Amount Discount

"Product Based Amount Discount" makes a discount by fixed amount per product. The fixed amount specified in the benefit will be deducted from the basket total amount and split among the products applied to the promotion. For example, if the benefit is set to 20 TRY, and match 5 products, each product will be discounted by 20 TRY and the discount will be 100 TRY. This benefit allows you to create a promotion like "20 TRY discount for each product".

Parameters:

  • Collection: The products applied to the promotion will be discounted by the percentage specified in the benefit. Collection can be null. If the collection is null, All products will benefit from the discount.

  • Price Sort Type: The products applied to the promotion will be sorted by the price type specified in the benefit. Price Sort Type can be null. If the Price Sort Type is null, the products will be sorted by the default sort type.

  • Quantity: Limit the number of products which will be discounted. The default value is 1. When it is 0 or None, Quantity will be set to 1.

  • Amount: The fixed amount specified in the benefit will be deducted per product.

Product Based Fixed Total Amount Discount

"Product Based Fixed Total Amount Discount" makes a discount to match the total amount specified in the benefit. The products applied to the promotion will be discounted by the total amount specified in the benefit.

This benefit allows you to create a promotion like "Buy Any 3 Products and pay only 100 TRY".

For example, Product A, Product B and Product C match the benefit. The total amount of the products is 180 TRY. The benefit target total amount is 100 TRY. The discount will be 180 - 100 = 80 TRY. The discount will be split among the products.

Parameters:

  • Collection: The products applied to the promotion will be discounted by the percentage specified in the benefit. Collection can be null. If the collection is null, All products will benefit from the discount.

  • Price Sort Type: The products applied to the promotion will be sorted by the price type specified in the benefit. Price Sort Type can be null. If the Price Sort Type is null, the products will be sorted by the default sort type.

  • Quantity: Limit the number of products which will be discounted. When it is 0 or None, Quantity will be set to 1. Quantity is used to calculate the total amount of the products. It is so important to set the Quantity correctly.

  • Total Amount: The target total amount which will be matched by the discount.

  • Price Type: Unit, Discount or Retail price options are available. When the Price Type is set to “Unit”, the discount is calculated by default sale price. When the Price Type is set to “Discount”, the discount is calculated by discount price. When the Price Type is set to “Retail”, the discount is calculated by retail price.

Product Based Fixed Price

"Product Based Fixed Price" makes a discount to match the fixed price per product specified in the benefit. The products applied to the promotion will be sold at the fixed price specified in the benefit. For example, if the benefit is set to 20 TRY, the products will be sold at 20 TRY. There will be enough discount to match the price. This benefit allows you to create a promotion like "Buy Any 2 Products and pay only 20 TRY for each product".

Parameters:

  • Collection: The products applied to the promotion will be discounted by the percentage specified in the benefit. Collection can be null. If the collection is null, All products will benefit from the discount.

  • Price Sort Type: The products applied to the promotion will be sorted by the price type specified in the benefit. Price Sort Type can be null. If the Price Sort Type is null, the products will be sorted by the default sort type.

  • Quantity: Limit the number of products which will be discounted. When it is 0 or None, Quantity will be set to unlimited.

  • Price: The target price which will be matched by the discount.

  • Price Type: Unit, Discount or Retail price options are available. When the Price Type is set to “Unit”, the discount is calculated by default sale price. When the Price Type is set to “Discount”, the discount is calculated by discount price. When the Price Type is set to “Retail”, the discount is calculated by retail price.

Product Based Price By Percentage

"Product Based Price By Percentage" makes a discount to match the price per product specified in the benefit. The products applied to the promotion will be sold at the percentage specified in the benefit. For example, if the benefit is set to 20%, the products will be sold at 20% of the price type. There will be enough discount to match the price.

Another popular usage of a combination of multiple benefits is to create a promotion like "Buy any t-shirt and get 10% discount. Buy any jeans and get a 20% discount. Buy 3 items and get the cheapest item total 30% off".

First, create a promotion with "Product Based Percentage Discount" benefit. Set the percentage to 10% and the quantity to 1. The Collection will be set to "T-Shirt". Priority will be higher than the second benefit. Second, create a promotion with "Product Based Percentage Discount" benefit. Set the percentage to 20% and the quantity to 1. This benefit will be applied to the products which match the promotion. Priority will be higher than the third benefit. Third, create a promotion with "Product Based Price By Percentage" benefit. Set the percentage to (100 - 30) = 70% and the quantity to 1. Price Sort Type will be set to "Cheapest". Percentage Price Type will be set to "Unit" and Price Type will be set to "Discount". The Collection will be set to "Jeans". Priority must be lower than the first benefit and second promotion. Because the first and second promotion must be applied first. Then the third promotion will be applied to make the remaining discount to match the price. When the cheapest product is a t-shirt, the third promotion will give a 20% discount to match the price. When the cheapest product is a jean, the third promotion will give a 10% discount to match the price.

Discount is calculated by the following formula per product:

Target Price = (100 - Percentage) * Percentage Price Type / 100

Discount = max(0, Price Type - Target Price)

Parameters:

  • Collection: The products applied to the promotion will be discounted by the percentage specified in the benefit. Collection can be null. If the collection is null, All products will benefit from the discount.

  • Price Sort Type: The products applied to the promotion will be sorted by the price type specified in the benefit. Price Sort Type can be null. If the Price Sort Type is null, the products will be sorted by the default sort type.

  • Quantity: Limit the number of products which will be discounted. When it is 0 or None, Quantity will be set to unlimited.

  • Percentage: The target percentage which will be matched by the discount. For example, if the benefit is set to 20%, the products will be sold at 20% of the price type. Discount will be 80% of the price type.

  • Percentage Type: Unit, Discount or Retail price options are available. Target price will be calculated by the percentage of the price type specified in the benefit.

  • Price Type: Unit, Discount or Retail price options are available. This price type will be subtracted by the target price to calculate the discount.

PreviousUser Segmentation & RulesNextOMS

Last updated 15 days ago

Was this helpful?