Core objects
Shop
A merchant’s store (slug, design template, payment methods, currency). Public read via
/shops/v2/public/name/{name}; managed via /shops/v2.Product
Physical, digital, or print-on-demand (POD). Carries SKUs, pricing, and — for physical/POD —
a
shippingProfileId. Public catalog via /product-v2/public/shop/{name}.Cart
/v2/carts/... — add items, attach a customer, prepare for checkout (address verification +
shipping rates), and pay.Order
The result of a completed checkout (
/order-v2), including fulfillment for POD via Printful.Surfaces
- Storefront (
droplinked.io) — where customers browse and buy. - Shop Builder (
droplinked.com) — where merchants design the storefront and manage inventory. - Checkout (
checkout.droplinked.io) — the single-page purchase flow (contact → delivery → shipping → payment), supporting card (Stripe), PayPal, crypto/stablecoin, and regional PSPs per the shop’s configuredpaymentMethods.