Integrations
Integration basics
Last Updated: March 6, 2025Before you start integrating your system to Skyplanner we suggest you plan exactly what you want and need to integrate. You can for example bring only your manufacturing/sales orders to Skyplanner from your ERP-system and handle product structures, process steps, stock levels etc. in Skyplanner. Or vice versa, it’s all up to you! Integration levels...
Integration tutorial
Last Updated: March 6, 2025Workflow for basic integration This is an integration workflow for a basic Skyplanner implementation using the Skyplanner REST API. In this guide, we use the Postman application to send requests to the API. Kind reminder: The Skyplanner REST API is a benefit offered exclusively for premium members. You can find the link to the API...
Creating an order
Last Updated: March 6, 2025Here you can find a comprehensive guide on how to create an order into Skyplanner with all related data. Some of this has been covered in the integration tutorial, but here we go through the Skyplanner data structure and integration process in more detail. Data structure First we will go through how a Skyplanner order...
Products and materials
Last Updated: March 7, 2025Here we go through how you can create products and materials and how you can attach them to you orders with the Skyplanner-API. We will also show you how to create default process steps for your products and how to create order items using those defaults. Creating a product/material Creating and updating both products and...
Scheduled process step timings and workstations
Last Updated: March 12, 2025After Skyplanner has scheduled your process steps into the timeline you might want to fetch the start, end times and workstation data for the steps into you ERP-system. This can be done using the /jobs-endpoint. Updating the scheduled times By giving the GET-request done to the /jobs-endpoint the URL-parameter job_parts=true your return response will include...
Timelogs
Last Updated: March 6, 2025Skyplanner data structure Before we dive into the timelogs, we need to discuss a little about the data structure in Skyplanner and how things work under the hood. All of this will come into play later. If you integrated your order/workorder/job data into Skyplanner, you most likely used at least these API-endpoints: Effectively, data inserted...