Start with Shoppi API
Integrate Shoppi's powerful commerce engine into your own applications. Our RESTful API allows you to search products, manage orders, and sync content globally.
Drive sales with content strategy
Shoppi gives you the ability to create and manage pages for your next customer marketing campaign,
publish visual contents like photos, videos and articles.
Your customers will be indexed by search engines and shared on social networks.
Full-integration with API
You can integrate and develop custom web or mobile applications for your customers using Shoppi APIs and
provide tailored solutions by saving a lot of time in software deployment.
https://api.shoppi.app/[CLASS]/[METHOD]/[OUTPUT]
Search API
Perform powerful cross-entity searches across the Shoppi ecosystem.
GET /search/query/json?q=keyword&type=products
| Parameter | Type | Description |
|---|---|---|
q |
string | Search keyword |
type |
enum | products, services, news, pages |
View Page
Retrieve detailed information about a specific Shoppi entity (Page, Shop, or Profile).
GET /page/view/json/[PAGE_ID]
View Product
Get full product details including price, options, and stock status.
GET /product/view/json/[PRODUCT_ID]
View News
Retrieve news articles and visual content posted by brands.
GET /news/view/json/[NEWS_ID]
Create Order
Programmatically place an order for a product or service.
POST /order/create/json
List Orders
List all orders associated with a user or vendor account.
GET /order/list/json
