Created
July 4, 2022 07:24
-
-
Save etherealite/6fd5399227c0301b5ee8f066c50f3855 to your computer and use it in GitHub Desktop.
Sample of Shopify Cart Product Property key value pairs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
[ | |
"Customize the Message", | |
"asfdsf" | |
], | |
[ | |
"Delivery Deadline", | |
"adfasdf" | |
], | |
[ | |
"Select The Background Color", | |
"Orange" | |
], | |
[ | |
"Select The Lettering Color", | |
"White" | |
], | |
[ | |
"Special Instructions ", | |
"sfasdf" | |
], | |
[ | |
"Add Canvas Bags", | |
"Yes" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment