Key features
Store management
Create and manage multiple stores with full configuration control.
Product management
Add, update, and organize products or inventory items.
Web3 payments
Integrate decentralized payments using crypto and blockchain technology.
NFT minting
Convert products into NFTs to enable on-chain ownership or digital verification.
What you can build
Developers use the Droplinked API to build:- Online stores — create and manage digital storefronts
- Admin dashboards — build management panels for merchants and sellers
- Web3 eCommerce apps — enable features such as crypto payments and NFT product minting
Getting started
1. Get your API key
To start using the API, create an API key from your Droplinked dashboard.Open the dashboard
Go to droplinked.com and log in with your account credentials.
2. Base URL
All API requests should be made to:3. Authentication header
Every request must include your API key in the headers:Example — curl
4. Live API reference
You can explore and test the full API specification interactively from the API Reference tab in this docs site, or browse the legacy Swagger at apiv3.droplinked.com/swagger/dev-docs. The OpenAPI spec is downloadable at apiv3.droplinked.com/swagger/json.Core concepts
The main functional modules in the Droplinked API:| Module | Purpose |
|---|---|
| User management | Merchant registration, authentication (login), and account management |
| Product management | Create, edit, and organize products within stores |
| Shipping management | Configure and manage shipping systems and delivery methods |
| Cart & Order management | Cart creation, order placement, and order tracking |
| Payment management | Process and manage payments through traditional and Web3 methods |
| Blog management | Create and manage blogs, articles, and related content for storefronts |
API reference catalog
The full live API reference (auto-generated from OpenAPI) groups endpoints by resource:Merchant
Authentication, registration, profile
Customer
Customer accounts + sessions
Shop
Shop CRUD, payment methods, domains
Product
Product CRUD + variants
Collection
Product groupings
SKU
Stock-keeping units + inventory
Shipping
Rates + carriers
Gift Card
Gift-card issuance + redemption
Blog
Articles + content
Cart
Cart lifecycle
Order
Order placement + tracking
Address Book
Saved shipping addresses
Related
- Use cases — endpoint-by-endpoint walkthroughs
- API cookbook — end-to-end recipes
- Web3 shop tutorial — build a full storefront
- Droplinked tools — embeddables, OAuth, DIMST