Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Using the Product Variant Delete flow, I need to send an HTTP request to our backend ERP. In the body of the request, I'd like to include the email address of the shopify user that deleted the variant. Something like:
{ "AdminEmail": "{{admin.email}}"
, "VariantId":{{productVariantId}}
Thank you,
Chris
Hi, Looks like you need to organize and clean a bit data.
Something like:
let userData= [
{{email}},
variantId:{{product.variantID}}
]
Try this in array table, and unarray it with something like:
let userProfile = json [userData];
console.log (userProfile);
console.log (userProfile[1]);
I'm not sure you actually know what a Flow is. If you can't show an actual solution, don't offer one
User | RANK |
---|---|
3 | |
2 | |
2 | |
2 | |
1 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023