Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this Article

Table of Contents
maxLevel3
absoluteUrltrue

...

Using Shopify Snap Pack To Apply Discount On A Customer Order

Discounts are an integral part of a sales operation that benefit both business and customers. Once a marketing team designs promotional strategies around discounts, the onus is on the sales team to implement these strategies to increase sales and customer satisfaction. Customers are now accustomed to discounts year round—so there has to be a mechanism in place to push discounts automatically based on certain preconditions and business rules. For example, when the sale is more than $5000 we get a 10% discount or when your sale order is $9000 you can claim a gift on additional $1000 purchase and so on. This use case demonstrates how we can use the Shopify Snap Pack to apply discounts on customer sale orders.

Problem

In a real business case scenario, creating orders and applying discounts based on the overall sales order is a manual and time-consuming operation. To automate the process of applying discounts, we can design a Pipeline using the Shopify Snap Pack to fasten the process, which helps retain customers and avoid human error.

Solution

Using the Shopify Snap Pack, we can automate the workflow of discount application on sales orders based on discount codes. This Pipeline demonstrates how we can accomplish this task efficiently with a simple Pipeline.
Image Modified

Download the Shopify Discounts Pipeline

...

Info
titleKey Steps
  1. Send Customer Data
  2. Use Customer Data to apply Discount
  3. Create a Discounted Order

Prerequisites

  • Create an app and store in your Shopify application.
  • Set the required scopes for the app. In this use case, we set the scopes to perform the following actions:
    • Add read customers, read orders, and read products.
    • Add write orders.

...