Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 578 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 578 Bytes

Polyglot Shopify Function Examples

In this repo I will be demonstrating how to create Shopify Functions in various language toolchains.

Function requirements

IF customer has VIP metafield with a value of 'true'
AND products in their cart with tag X have a total of more than $Y
THEN discount the order by Z%

Implemented functions

You can find the function implementations in the app.

Codelabs

You can get step by step instructions for these examples in the published codelabs.