{
"automationType": "shopify",
"nodeId": "shopify-create-order-001",
"nodeParams": {
"action": "create_order",
"params": {
"shop": "plura-integrations.myshopify.com",
"body": {
"email": "[email protected]",
"line_items": [
{ "variant_id": 447654529, "quantity": 1 },
{ "variant_id": 447654530, "quantity": 2 }
],
"billing_address": {
"first_name": "John",
"last_name": "Doe",
"address1": "123 Elm St",
"city": "NYC",
"province": "NY",
"country": "US",
"zip": "10001"
},
"shipping_address": {
"first_name": "John",
"last_name": "Doe",
"address1": "123 Elm St",
"city": "NYC",
"province": "NY",
"country": "US",
"zip": "10001"
}
}
}
}
}