Sending the Order to the Threekit Platform
The first step of every post-order workflow is sending the source data(original order) for processing. Threekit exposes Private API endpoint for submission of orders coming from external systems. There are 3 steps to this process:
- Generate private token from Threekit admin backend
- POST order to Threekit backend using your newly generated API key , see example below:
Parameters:
Items: This is a saved configuration of the Threekit product.
platform: This is E-commerce platform specific information .
- Platform: string
- Id: string → Should be the orderId in the eCommerce platform
- storeName: string
- (optional) Retrieve orders from Threekit backend to check if your submission was successful