Docs

Add Order

Creates an order in Cloudprinter.com.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

Client order reference.

stringrequired

Customer email address for the order.

array of objectrequired

One or more delivery addresses.

stringrequired

Address type. Cloudprinter expects delivery for order creation.

stringrequired

Recipient first name.

stringrequired

Recipient last name.

stringrequired

Primary street line for the delivery address.

stringrequired

Postal or ZIP code for the delivery address.

stringrequired

City for the delivery address.

stringrequired

Delivery country in ISO 3166-1 alpha-2 format.

stringrequired

Email for the delivery address contact.

stringrequired

Phone number for the delivery address contact. Required by the live API.

array of objectrequired

One or more order items.

stringrequired

Client item reference. Must match the reference used when quoting.

stringrequired

Cloudprinter product reference.

stringrequired

Number of copies to produce for this item.

string

Quote hash returned by Get Order Quote for this item.

string

Preferred shipping level when no quote hash is supplied.

string

Optional customer-facing item title.

array of object

Optional item options. Cloudprinter expects an array value even when empty.

array of objectrequired

Files to print for this item.

stringrequired

File type expected by the selected product.

stringrequired

HTTPS URL where Cloudprinter can download the print file.

stringrequired

MD5 checksum used by Cloudprinter to validate the downloaded file.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.