Created
August 24, 2022 22:12
-
-
Save elephantsneverforget/e1769adec0096296c2b2a9848f1e08c7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"purchase": { | |
"actionField": { | |
"action": "purchase", | |
"affiliation": "jadedlondon", | |
"id": "F7827544", | |
"order_name": "F7827544", | |
"discount_amount": 0, | |
"revenue": 9.78, | |
"shipping": 8.15, | |
"sub_total": 1.63, | |
"tax": 0 | |
}, | |
"products": [ | |
{ | |
"brand": "Jaded London", | |
"category": "size-xxl", | |
"id": "", | |
"image": "https://cdn.shopify.com/s/files/1/0022/9824/9267/products/White.jpg?v=1641300054", | |
"name": "Test Product - S / White", | |
"price": 1, | |
"product_id": "6620944269363", | |
"quantity": 1, | |
"variant": "S / White", | |
"variant_id": "39597669351475" | |
} | |
] | |
}, | |
"currencyCode": "GBP" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment