Embedding Our Editors in Another Site
Embedding our editors into your existing site or another site is relatively straightforward. This article attempts to provide you with all the tools and understanding you will need to successfully mimic the process.
Supported Editors: MegaEdit, Infigo Editor
Firstly, we recommend viewing the attached resources (see below) as they provide additional information on how the process works along with tools to get set up quickly and start testing.
The first step with all API communication is to obtain your API Token from the Support Team.
Now that you have this, we can look at the specifics required to load an editor, capture personalization, and then create the artwork or place an order.

The User Journey Is:
Store Infigo Product ID against the external Product - Product Linkage.
API Request - To return the editor URL for that product.
Load editor in Iframe.
Obtain Job ID and Add to basket click event.
You can obtain the Job ID from the Iframe Communicator Module.
Store Job ID against the order line item in the external site.
Continue ordering journey on the external site.
Order placed on the external site that includes an order linked to an Infigo Job.
API Request - Request output for a job.
Store Artwork in your site.
For reference, check Infigo Demo Application and GitHub Repository.