Shopify API Docs

Provide an ISO country code e.g.: GB, DE or US

Your Shopify domain e.g. testshop.myshopify.com

{
    "url": "https://leadthing.dev/api/shopify",
    "method": "POST",
    "headers": {
        "apiKey": "Sign in to get your LEADTHING.DEV API key",
        "content-type": "application/json"
    },
    "body": {
        firstname: "John",
        lastname: "Smith",
        email: "john.smith@example.com",
        tag: "Example Lead Tag"
    }
}