Integration flow
- Install our Shopify app. A private app granting read-only access to your products + an order webhook. Takes about 2 minutes from Shopify admin.
- We import your catalog. Titles, descriptions, images, variants, prices. Mirrored to
paythedolls.com/shop/<your-brand>. Pricing stays in sync via the API. - Buyers click your products on PTD → land on your Shopify checkout → buy from you. Standard Shopify checkout, standard Shopify fulfillment.
- The webhook reports every paid order back to us. We track attributed volume in the platform ledger.
- Monthly invoice for the partner fee on attributed sales. Paid automatically. That's it.
What you keep
- Your existing Shopify store, untouched
- Your customer list (we never see it)
- Your checkout, your conversion data, your fulfillment
- Your IP, your audience, your right to leave anytime
What we bring
- A queer shelf at paythedolls.com. DØLLs and ally brand partners
- The audience built through the marketplace and STuDiØ ZØ
- Your fee funds the build. It keeps the platform running, not a middleman
Webhook payload
Every paid Shopify order fires a webhook to api.paythedolls.com/webhooks/shopify/orders-paid. We log the order in our external-sale ledger for invoicing.
POST /webhooks/shopify/orders-paid
Content-Type: application/json
X-Shopify-Hmac-Sha256: <signature>
{
"id": 4321698734520,
"name": "#1042",
"total_price": "104.99",
"currency": "USD",
"line_items": [
{ "title": "Desert Tee · Sand", "quantity": 1, "price": "85.00" }
],
"customer": { "id": 987654321 },
"fulfillment_status": null,
"financial_status": "paid"
}Partner launch: DESERT ETHOS launched this way in Q2. First partner-brand sell-through hit 60% in two weeks. Get in touch →