Supplier Integrations: Dream Junction

Supplier Integrations: Dream Junction

Introduction
This integration allows the Kornit X platform to send order data out to Dream Junction for fulfillers using that system to produce and dispatch items.

Integration Setup
When setting this up  you will need to set your "API Token", "Account ID" and "Account Zip". These details will be provided to you from Dream Junction before you setup the integration with us.

You can set up additional options within the main integration menu such as setting a starting timestamp and an email to send errors too.

There are also additional tickbox options to set such as enabling Secondary Orders, setting rthe integration to be a Sandbox, Use Order Billing Address and finally ensuring Legacy is enabled. 
An important setting to take into account is Artwork Format which offers the options "PNG", "JPEG", "TIFF" and "PDF". 

Status and Timings
Orders for companies with Dream Junction enabled that are on the status of "received" will be sent to Dream Junction every hour. Below is an example of the data sent with every order.
 "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)"
        }]
 }]
}
Only External Artwork or Print Job orders can go to Dream junction, print job orders will only send areas named Front or Back (case insensitive) and at least one must be sent
External Artwork orders send the external artwork as the Front area.

Still Need Help?
You can access our extensive knowledge base or raise a ticket with our technical support teams using the buttons below




    • Related Articles

    • Supplier Integrations: Anatwine

      Introduction This integration allows the Kornit X platform to send order data out to Anatwine for fulfillers using that system to produce and dispatch items. Integration Setup To setup the Anatwine integration, please head to your company and within ...
    • Supplier Integrations | Access Supply Chain

      Introduction This integration allows the Kornit X platform to send order data out to Access Supply Chain for fulfillers using that system to produce and dispatch items. Integration Setup When setting this up users will need to set their MSSQL ...
    • Supplier Integrations: Generic API

      Introduction The Order Push API allows a supplier to configure a per dropship URL that will receive order details for any new orders created by retailers. Order details are sent to the URL via a simple JSON POST request. Additionally, a ...
    • Supplier Integrations: Fedex

      Introduction This integration allows the Kornit X platform to send order data out to Fedex for fulfillers using that system to produce and dispatch items. This is completely unrelated to our Fedex shipping integration, the difference being this ...
    • Supplier Integrations: Canva PSP

      Introduction This integration allows the Kornit X platform to send order data out to Canva PSP for fulfillers using that system to produce and dispatch items. Integration Setup When setting this up  you will need to add your "Basic Auth Username", ...