
"type": "order",
"account_id": "DJ Account ID",
"account_zip": "DJ Account Zip",
"purchase_order": "Order ID",
"ship_provider": "Order Shipping Carrier",
"ship_methoid": "Order Shipping Method",
"order_notes": "normal if order is not urgent else express",
"ship_to": {
"first_name": "Order Customer Name Split",
"last_name": "Order Customer Name Split",
"company_name": "Order Ship Company Name",
"address": "Order ship address 1",
"address2": "Order ship address 2 + 3",
"city": "Order Ship Address 4",
"state": "Order Ship Address 5",
"zip_code": "Order Ship Post Code",
"country": "Order Ship Country",
"email": "Customer Email",
"telephone": "Customer Mobile or Telphone in that priority order"
},
"ship_from": {
"comment": "Same as ship to but from billing if the integration has",
"comment": "use order billing address ticked"
},
"items": [{
"sku": "Item Mapped SKU",
"customer_skus": "Item SKU",
"name": "Item Description",
"quantity": "Item Quantity",
"designs": [{
"placement": "front or back",
"art_file": "PJ Output name",
"art_url": "PJ Output URL",
"underbase": "Underbase Attribute Value (see setup)"
}]
}]
}