/
Action Node

Action Node

Action Node JSON Object:


{ "id": 76462234, "typeOf": "action", "parentId": 76462210, "rootId": 76250695, "workspaceSlug": "montecarlo", "authenticationId": 17733606, "title": null, "paused": true, "versionCode": "57887@1.0.0", "resourceSlug": "create_order", "params": { "customerOrderNumber": "{{76250695##order_number}}", "orderDate": "{{76250695##created_at}}", "isCOD": "1", "taxAmount": "{{76250695##total_tax}}", "shipChargeAmount": "{{76250695##shipping_lines[].price}}", "subtotal": "{{76250695##subtotal_price}}", "orderTotal": "{{76250695##total_price}}", "balanceDue": "{{76250695##total_price}}", "lineItemSequenceNumber": "{{76250695##line_items[]##id}}", "itemID": "{{76250695##line_items[]##variant_id}}", "quantity": "{{76250695##line_items[]##quantity}}", "customerPrice": "{{76486057##output}}", "discount": "{{76681284##output##Customer Price[]##Line Items Discount Amount}}", "taxRate": "{{76681284##output##Customer Price[]##Line Items Tax Rate}}", "TaxAmount": "{{76681284##output##Customer Price[]##Line Items Tax Amount}}", "lineItemTotal": "{{76486057##output}}", "shippingAddress##customerName": "{{76250695##shipping_address##name}}", "shippingAddress##addressLine1": "{{76250695##shipping_address##address1}}", "shippingAddress##addressLine2": "{{76250695##shipping_address##address2}}", "shippingAddress##city": "{{76250695##shipping_address##city}}", "shippingAddress##state": "{{76250695##shipping_address.province}}", "shippingAddress##postalCode": "{{76250695##shipping_address##zip}}", "shippingAddress##countryName": "{{76250695##shipping_address##country}}", "shippingAddress##countryCode": "{{76250695##shipping_address##country_code}}", "shippingAddress##contactPhone": "{{76250695##shipping_address##phone}}", "shippingAddress##email": "{{76250695##contact_email}}", "billingAddress##customerName": "{{76250695##billing_address##name}}", "billingAddress##addressLine1": "{{76250695##billing_address##address1}}", "billingAddress##addressLine2": "{{76250695##billing_address##address2}}", "billingAddress##city": "{{76250695##billing_address##city}}", "billingAddress##state": "{{76250695##billing_address##province}}", "billingAddress##postalCode": "{{76250695##billing_address##zip}}", "billingAddress##countryName": "{{76250695##billing_address##country}}", "billingAddress##countryCode": "{{76250695##billing_address##country_code}}", "billingAddress##contactPhone": "{{76250695##billing_address##phone}}", "billingAddress##email": "{{76250695##customer##email}}" }, "expectedShipDate": "{{76250695##updated_at}}", "isGift": "0" }, "meta": { "parammap": {}, "selectedGives": { "76250695##order_number": "Order Number", "76250695##created_at": "Created At", "76250695##total_tax": "Total Tax", "76250695##shipping_lines[]##price": "Shipping Lines Price", "76250695##subtotal_price": "Subtotal Price", "76250695##total_price": "Total Price", "76250695##line_items[]##id": "Line Items ID", "76250695##line_items[]##variant_id": "Line Items Variant ID", "76250695##line_items[]##quantity": "Line Items Quantity", "76486057##output": "Output Customer Price Line Item Price", "76681284##output##Customer Price[]Line Items Discount Amount": "Output Customer Price Line Items Discount Amount", "76681284##output##Customer Price[]Line Items Tax Rate": "Output Customer Price Line Items Tax Rate", "76681284##output##Customer Price[]Line Items Tax Amount": "Output Customer Price Line Items Tax Amount", "76250695##shipping_address##name": "Shipping Address Name", "76250695##shipping_address##address1": "Shipping Address Address1", "76250695##shipping_address##address2": "Shipping Address Address2", "76250695##shipping_address##city": "Shipping Address City", "76250695##shipping_address##province": "Shipping Address Province", "76250695##shipping_address##zip": "Shipping Address Zip", "76250695##shipping_address##country": "Shipping Address Country", "76250695##shipping_address##country_code": "Shipping Address Country Code", "76250695##shipping_address##phone": "Shipping Address Phone", "76250695##contact_email": "Contact Email", "76250695##billing_address##name": "Billing Address Name", "76250695##billing_address##address1": "Billing Address Address1", "76250695##billing_address##address2": "Billing Address Address2", "76250695##billing_address##city": "Billing Address City", "76250695##billing_address##province": "Billing Address Province", "76250695##billing_address##zip": "Billing Address Zip", "76250695##billing_address##country": "Billing Address Country", "76250695##billing_address##country_code": "Billing Address Country Code", "76250695##billing_address##phone": "Billing Address Phone", "76250695##customer__email": "Customer Email", "76250695##updated_at": "Updated At" } }, "createdById": null, "is_template": false, "createdAt": "2020-02-07T08:30:05+00:00", "updatedAt": "2020-02-07T13:14:06+00:00" }


Params Object for Action:

This object consists of key-value pair mappings, where keys are the input fields required by the selected Action API and value is the field selected or entered by the creator of the Automation.
The keys in the object are the keys mentioned in the input designer by the developer of the App.

Related content