Picture of Iframe | Place Order in Infigo

Iframe | Place Order in Infigo

To create an order in your eCommerce platform, you will have basket items, some of which may contain an Infigo Job. To process these orders, you must call the Record Order endpoint in Infigo, which will create the order within the Infigo system. For more details, refer to the Record Order API documentation.

You can find a practical implementation in the GitHub repository.

Incomplete
Retrigger Logic

Infigo recommends setting up a retrigger system within your platform. This system allows you to retrigger failed jobs or orders after updates are made to the product, job, or Infigo setup. By implementing this retrigger system, you can promptly address any failures and maintain an efficient and up-to-date workflow.

The retrigger system will attempt to recreate orders in Infigo for any that have failed. It can be configured to run at specific intervals or can be triggered manually by an admin user.