Papello Logo
Contact usLoginSign up for free
Products
All ProductsBest SellersPosters & PrintsFramed PrintsMetallic Foil PrintsMugsStationeryWrapping PaperGreetings CardsNotebooks & JournalsWeekly Desk Planners
Start Selling
Print on Demand UKCustom Poster PrintingCustom Framed PostersCustom MugsCustom Metallic Foil PrintsCustom Wrapping PaperCustom NotebooksCustom Greetings CardsCustom Spiral NotebooksCustom Softback NotebooksCustom Weekly Desk Planners
Tools & Apps
Integrations
EtsyShopifyWooCommerceSquarespaceAPI Integration
Tools
Mockup GeneratorCSV ImporterSimple OrderingListing Creator
Guides
For Different Users
Order for YourselfFor BeginnersFor BrandsFor CreatorsFor ArtistsFor EventsFor Small BusinessesFor Etsy Sellers
Getting Started
How to Start POD BusinessHow to Design for PODBest POD Products to Sell
Business Guides
POD Pricing GuideMarketing StrategiesCommon Mistakes
Comparisons
POD vs DropshippingPOD vs Traditional PrintingBest POD Companies UK
UK Specific
Print on Demand UKBest POD Companies UKFastest POD UKPOD Tax UK
Special Topics
Eco-Friendly PODWhite Label PODPOD Branding
Order for Yourself
OverviewPersonalised PostersPersonalised MugsPersonalised Greeting CardsBirthday GiftsWedding GiftsChristmas Gifts
POD Gifts
Corporate GiftsChristmas GiftsValentine's GiftsFather's Day Gifts
Resources
Learn About POD
What is Print on Demand?Print on Demand UKGiclée PrintingPOD Glossary
Help & Support
Knowledge BaseSample PackAPI DocumentationProduction Status
Company
About PapelloSustainabilityPapello BlogDownload Centre

Products

  • Order for Yourself
  • Personalised Posters
  • Personalised Mugs
  • All Products
  • Best Sellers
  • Wall Art
  • Home & Living
  • Stationery
  • Collections

Company

  • About us
  • Blog
  • Sustainability
  • Affiliate Program
  • Print on Demand UK
  • Sellers Login

Print on Demand

  • Print on Demand for Artists
  • Print on Demand
  • Giclée Printing
  • Integrations
  • Etsy Print on Demand
  • Shopify Print on Demand
  • WooCommerce Print on Demand
  • Squarespace Print on Demand
  • Print on Demand API
  • CSV Importer
  • Download Centre
  • Simple Ordering
Sign up free

Guides

  • Print on Demand for Beginners
  • How to Start Print on Demand Business
  • How to Design for Print on Demand
  • Print on Demand for Etsy Sellers
  • Print on Demand for Small Businesses
  • Best Print on Demand Companies UK
  • Printful Alternatives UK
  • Printify Alternatives UK
  • Gelato Alternatives UK
  • Prodigi Alternatives
  • Best Print on Demand Products to Sell
  • Print on Demand Pricing Guide
  • Eco-Friendly Print on Demand

Help

  • Contact
  • Sample Pack
  • Production Status
  • Product Mock-up Generator
  • FAQ / Knowledge base
Terms of UsePrivacy PolicyTerms & Conditions

© 2026 Papello. All rights reserved.

  1. Home
  2. /Print on Demand API
Developer API

Print on Demand API

Our API empowers you to easily integrate print on demand products into your website or app. Place orders with ease, gain real-time insights into the live status of your orders, including comprehensive delivery and tracking information. UK based fulfilment with worldwide shipping.

Full API DocumentationExplore Features
Papello API keys management dashboard

Simple to integrate

Send your first order in minutes with our clear, well-documented REST API.

API Example
// Create a new order via API
POST https://api.papello.com/v1/orders
{
  "shipping": {
    "firstName": "John",
    "lastName": "Doe",
    "address1": "123 Main St",
    "city": "London",
    "postcode": "SW1A 1AA",
    "country": "GB"
  },
  "items": [{
    "sku": "PP-ENAMUG-12OZ-W",
    "quantity": 1,
    "printReadyFile": "https://example.com/image.png"
  }]
}

Secure and easy to use

The print API is securely accessed over HTTPS and can only be used by authenticated clients. It's based on pragmatic RESTful principles making it easy to use with a wide variety of programming environments.

If you're a developer looking to integrate print on demand products into your website or app, then we are able to provide direct connectivity to the manufacturing infrastructure used by many of the world's most popular retail print services.

Authentication Example
curl -X GET "https://api.papello.com/v1/orders" \
-H "Authorization: Bearer test_YOUR_API_KEY"
Black framed print roll product

Print on Demand Products

A full range of print on demand products including picture frames, mugs, stationery, wall art, and more.

Shipped from UK

On demand fulfilment

You can benefit from rapid, on demand fulfilment of high-quality products without the expense or complexity of building your own print service.

The print API is already used by many International clients to outsource their printing and we specialise in providing fast, low cost delivery around the world.

Easy to Start

Get up and running with our API in minutes. We've made it simple to integrate with clear examples and straightforward authentication.

Choose from our most common API calls below to see exactly how to structure your requests and get started immediately.

Create Order - POST /v1/orders
curl -X POST "https://api.papello.com/v1/orders" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "shipping": {
      "firstName": "John",
      "lastName": "Doe",
      "address1": "123 Main St",
      "city": "London",
      "postcode": "SW1A 1AA",
      "country": "GB"
    },
    "items": [{
      "sku": "PP-ENAMUG-12OZ-W",
      "quantity": 1,
      "printReadyFile": "https://example.com/image.png"
    }]
  }'

Print on Demand API Overview

Our comprehensive API provides endpoints for managing your print-on-demand business. From creating orders to managing quotes and validation, we've got you covered.

View Complete API Documentation

Orders

Create, retrieve, and manage orders with support for single and multiple print areas

Quotes

Calculate pricing, tax, shipping, and duties before placing orders

Validation

Validate SKUs and verify print area names for multi-print area products

Updates

Modify recipient details and shipping methods for pending orders

Manage Your Webhooks

Receive real-time order notifications and stay updated on order status changes

Real-time Notifications

Get instant updates when orders are shipped. Includes tracking information and service provider information.

Subscribe to Events

Subscribe to "order.shipped" events and other important order lifecycle updates

Configure Webhooks
Webhook Event Example
{
  "event": "order.shipped",
  "orderId": "100001",
  "trackingNumber": "TRK123456789",
  "carrier": "Royal Mail",
  "shippedAt": "2024-01-15T10:30:00Z",
  "estimatedDelivery": "2024-01-18T14:00:00Z"
}

Authentication

All API requests require authentication using API keys managed in your Papello Dashboard.

API Keys

  • •Generate TEST and LIVE API keys
  • •Secure Bearer Token authentication
  • •HTTPS-only access

Example Header

Authorization: Bearer YOUR_API_KEY
Papello API keys management dashboard

Quick Start

Get up and running with the Papello API in just a few simple steps

1

Import Postman Collection

Import the Papello API collection into Postman to explore and test all endpoints quickly.

2

Send Your First Request

Start with the POST Create Order request to place your first test order using your TEST_ API key.

3

Go Live

Switch to your LIVE_ API key to place real orders in production.

Personalised t-shirt print on demand product

Helpful Tools & Resources

Everything you need to build powerful integrations with Papello

Papello Dashboard

Manage your account, orders, and stores. Generate and manage your API keys.

Access Dashboard

Postman Collection

Import our complete Postman collection to explore, test, and integrate the API quickly.

View Collection

Complete API Documentation

Comprehensive interactive API reference with detailed examples, endpoints, and implementation guides.

View Full Documentation
White ceramic mug print on demand product

Print on demand

Ready to Integrate with Papello's API?

Transform your business with the power of programmatic access to our print on demand platform. Import our Postman collection and begin building with Papello.

View Postman Collection→Go to Console
No minimum ordersFree to sign upUK fulfilmentWorldwide shipping