Skip to content
FREE SHIPPING ON ORDERS $50+|POWERED BY SUBSTANCE VINYLS|3-5 DAY TURNAROUND|FREE PROOFS ON EVERY ORDER|WEATHERPROOF 3-5 YEARS|MADE IN BEND, OREGON|FREE SHIPPING ON ORDERS $50+|POWERED BY SUBSTANCE VINYLS|3-5 DAY TURNAROUND|FREE PROOFS ON EVERY ORDER|WEATHERPROOF 3-5 YEARS|MADE IN BEND, OREGON|
For Developers

Print API

Submit sticker orders programmatically from your Etsy shop, Shopify store, or custom application.

# Create an order

curl -X POST https://bendprintco.com/api/v1/orders \

-H "x-api-key: YOUR_API_KEY" \

-H "Content-Type: application/json" \

-d '{"items": [{"productName": "Die-Cut Stickers", "quantity": 100, "configuration": {"shape": "die-cut", "material": "white-vinyl", "finish": "gloss", "widthIn": 3, "heightIn": 3}}]}'

Endpoints

POST
/api/v1/orders

Create a new order

GET
/api/v1/orders

List your orders

GET
/api/v1/orders/:id

Get order details + proof status + tracking

POST
/api/upload

Upload design files (returns URL)

POST
/api/pricing

Calculate pricing for a configuration

GET
/api/shipping/rates

Get shipping rates for a destination

Authentication

Include your API key in the x-api-key header with every request. API keys are issued to approved wholesale accounts.

Don't have an API key? Apply for a wholesale account and request API access.

Webhooks

Receive real-time notifications when order status changes. Provide a callbackUrl when creating an order and we'll POST status updates to your endpoint.

Events: order.proof_ready, order.proof_approved, order.in_production, order.shipped, order.delivered

Rate Limits

60 requests per minute. Burst: 10 requests per second. Contact us for higher limits.

Print API for Developers — Bend Print Co | Bend Print Co