Whenever a consumer completes the order containing one or more products configured via Zakeke, it is mandatory to register the order through the following API.
The auth needed for this API must be S2S (Server2Server).
Order properties
orderCode |
The order identifier on your system. |
orderDate |
The date and time (ISO 8601 format) when the order was created in your system. |
total |
The sum of all line item prices, discounts, shipping, taxes, and tips (must be positive).
|
compositionDetails |
A list of composition detail objects, each containing information about an product configuration in the order. Each object has the following properties:
|
Order endpoint
POST https://api.zakeke.com/v1/order | |
Register an order in Zakeke. | |
Register an onderPOST https://api.zakeke.com/v1/order { Response HTTP/1.1 200 OK |