Webhook endpoint is live

Register this URL in your Printify dashboard under Settings → Webhooks to receive order status updates (created, sent to production, shipped, delivered):

https://lineupatthepitch.com/api/printify/webhook

Optionally add a PRINTIFY_WEBHOOK_SECRET secret to verify incoming webhook signatures.

Product Catalog

No products synced yet

Loading products…

Order Fulfillment API

Once Printify credentials are configured, forward Square merch orders to Printify for print-on-demand production by calling:

POST /api/printify/orders

Include lineItems (with Printify product/variant IDs) and addressTo from the Square order. See the API handler for the full request schema.