Supplier Integration | Stakes

Supplier Integration | Stakes

Introduction

This article has been created to show how to setup the supplier integration Kornit X has built to connect to Stakes.

Setup

To setup the Stakes integration, please head to your company and within the advanced settings head to "Supplier Integrations" and click to enable the Stakes Option. This has been shown below. 

When setting this up you will need to set your "Username" and "Password". This information will be provided to you from Stakes before you setup the integration with us.

You can set additional options within the integration such as setting the timings for push minimal and choosing your "Order Provider" with the options "Standard" or "Event Based".

Workflow

Orders for companies with Stakes enabled that are on the status of received will be sent to Fedex every hour. The following data will be sent out for each order.
{
      "data": {
            " id": "string",
            "client_ref": "string",
            "order_ref": "string",
            "note": "string",
            "order_date": "string",
            "order_pending": true,
            "order_canceled": 0,
            "shipments": [],
            "items": []
      {
      "name": "string",
      "address1": "string",
      "address2": "string",
      "city": "string",
      "state": "string",
            "postal_code": "string",
            "country": "string",
            "phone": "string"
            }
      }
}