Supplier Integrations: YourSurprise

Supplier Integrations: YourSurprise

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

Integration Setup
When setting this up  you will need to set your "Username", "Password",  "Partner ID" and "Partner Key". These details will be provided to you from YourSurprise before you setup the integration with us.

You can set up additional options within the main integration menu such as setting an Start Timestamp.

Status and Timings
Orders for companies with YourSurprise enabled that are on the status of "received" will be sent to YourSurprise every hour. The following data will be sent out for each order.
<?xml version="1.0" encoding="UTF-8"?>
<shipments timestamp="1551186513">
<shipment>
<orderid>order.external_ref</orderid>
<customer>
<salutation></salutation>
<firstname>
<![CDATA[]]>
</firstname>
<infix></infix>
<lastname>
<![CDATA[order.customer_name]>
</lastname>
<address>
<street>
<![CDATA[order.shipping_address_2]]>
</street>
<number>order.shipping_address_1</number>
<zipcode>order.shipping_postcode</zipcode>
<city>
<![CDATA[order.shipping_address_4]]>
</city>
<countrycode>order.shipping_country_code</countrycode>
</address>
</customer>
<artikelen>
<artikel>
<artikelcode>item.mapped_sku</artikelcode>
<printfile>print_job_artwork_url</printfile>
<aantal>item.quantity</aantal>
</artikel>
</artikelen>
</shipment>
</shipments>
Once the order is sent to YourSurprise the order will be moved to sent to supplier and have an attribute labelled ‘:YourSurprise OrderID’ added to the order with the value being the Order Id from YourSurprise.

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: 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", ...
    • 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 ...