Skip to main content

Build an Order Status flow

In this tutorial, you'll learn to make an Order Status flow using templates. By the end, you'll have a complete flow and a better grasp of how to create them. Let's get started!

What does this flow do?

The Order Status flow enables you to effortlessly obtain the current status of your order. Simply input the order number, and the flow will seamlessly retrieve order information from Shopify. If a tracking number is present in the order, it will further query TrackingMore to provide you with the latest status updates. By the conclusion of the process, you'll receive comprehensive order status information along with a suggested macro template for your convenience.

Create your flow

  1. Log in to you Kodif Dashoboard account and go to the flows page.
  2. Click Create New Flow
  3. In this tutorial we will use Order Status template - click on Use Template under Order Status template card
  4. Flow from template is created.

To make the flow work you need to get Shopify and TrackingMore access tokens.

Once you get the Shopify token, go to the "Get Order In Shopify" node and change the token inside "$.getShopifyOrder" request that already exists in the flow.

img_1.png

To change the token for Tracking more, go to the "Get Tracking Info" node and change the token inside "$.trackingInfo" request.

img_4.png

Note

Don't forget to change the request's URL workspace to your company's workspace

img_5.png

Now, after changing tokens our flow is ready to use. Go to the Demo view button to see how the flow works.

Click here to see how to view the Demo