# Minimal print partner integration

Here you get an overview of the requirements for a minimal integration as a print partner to the cloudprinter.com print network.

# Getting the orders

One of the following methods for receiving orders must be supported

The communication between Cloudprinter your API endpoint must be TLS encrypted for all live orders, so in other words HTTPS is required.

Your RESTFul API endpoint does realtime validation of the order document, or saves the order document and process's it within 15 minutes.

# Updating status

The following method for delivering status signals to Cloudprinter must be supported

# Signal types

The following signals must be implemented

  • ItemRegistered
  • ItemShipped
  • ItemError
  • ItemCanceled

# Flow overview

Here is a simple overview of the communication flow.