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"
}
}
}