Focus on growing your business, not worrying about fulfillment or inventory management. We make it easy to seamlessly pass orders from your eCommerce store or app to our manufacturing facilities for printing and fulfillment.

What is an API?
API stands for Application Programming Interface. It allows two systems, like your eCommerce system and our web service, to communicate with one another. Your programmer can use the CG Pro Prints Integration API, to pass orders from your shopping cart to our manufacturing facility.
 
Configure your shopping cart to work with our API once, and forget inventory management once and for all.

 
Sign up now for details on the API and to get your custom access token.

Who should use the API?

-Experienced developers
-Custom shopping cart users

What is an SDK?

SDK stands for Software Development Kit. It can be an implementation of an one or more APIs in the form of a library that can be used in development.

How do I get an SDK for my specific programming language e.g. Java?

To generate an SDK for a specific programming language utilize Swagger. Here is how:

Step One:
Go to the swagger online editor: http://editor.swagger.io/#/

Step Two

Click on File -> Import URL…
Copy and Paste in the following url:
https://integrations.cgproprints.com/wp-content/plugins/cdp/service.json

Step Three

Click on Generate Client->(then choose programming language like Java, PHP, Ruby)

The code will be generated and a zip file will be downloaded with the SDK for that programming language.