SPOD
SPOD (Spreadshirt Print-On-Demand), now branded Spreadconnect, is the print-on-demand and dropshipping fulfillment service from Spreadshirt. Its REST API (base https://rest.spod.com) lets any shop system create customizable articles from designs, place and manage orders, choose shipping types and track shipments, browse the catalog of 250+ product types, check stock, and subscribe to webhook notifications for article, order, and shipment events. Authentication is a per-account API access token sent in the X-SPOD-ACCESS-TOKEN header. There are no setup or monthly fees; sellers are invoiced per fulfilled order (base product price plus print and shipping costs).
APIs
SPOD Articles API
Create, list, retrieve, and delete customizable articles - the sellable products built by placing a design onto a product type and view. Each article carries its variants (SKUs)...
SPOD Orders API
Place and manage print-on-demand orders. Create an order (simple single-request flow or a controlled create/update/confirm flow), retrieve or update order details, confirm an or...
SPOD Shipping API
List the available shipping types for an order with their prices and delivery estimates, set the preferred shipping type on an order, and retrieve shipment records with tracking...
SPOD Product Types API
Browse the SPOD catalog of 250+ product types (article types) - blank products such as T-shirts, hoodies, and accessories. Retrieve a product type's sizes, colors, views, printa...
SPOD Stock API
Check inventory availability across product variants. Retrieve stock for all variants or for a specific SKU so you can surface availability in your shop before an article is ord...
SPOD Subscriptions and Webhooks API
Register webhook subscriptions to be notified via POST about Article, Order, and Shipment state changes. List and delete subscriptions, verify authenticity with the X-SPRD-SIGNA...