SASOM Partners API
Welcome to the SASOM Partners API documentation. This API enables partners to manage listings, orders, and warehouse operations on the SASOM marketplace.
Overview
The SASOM Partners API is a RESTful API that allows you to:
- Create and manage listings - List products for sale (Ask) or pre-order
- Handle orders - Confirm, update shipping, and manage order lifecycle
- Warehouse operations - Send items to SASOM warehouse via R2S (Return to Sasom)
Base URL
https://partners.sasomapi.com
Getting Started
- Get your API credentials - Contact support@sasom.co.th to request API access
- Set up authentication - Use HTTP Basic Auth with your API key and secret
- Make your first request - Start with the Quick Start Guide
Quick Example
curl -X GET https://partners.sasomapi.com/partner/processing/orders \
-u "YOUR_API_KEY:YOUR_API_SECRET"
API Endpoints Overview
| Category | Endpoints | Description |
|---|---|---|
| Listings | /partner/list/*, /partner/edit/* | Create and manage Ask/Preorder listings |
| Orders | /partner/confirm/*, /partner/update/* | Order operations and retrieval |
| Warehouse | /partner/batch/r2s | R2S batch operations |
Need Help?
- Authentication Guide - How to authenticate your requests
- Error Handling - Understanding error responses
- Submit a Ticket - Report issues or request features
- Email: support@sasom.co.th