Skip to main content

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

  1. Get your API credentials - Contact support@sasom.co.th to request API access
  2. Set up authentication - Use HTTP Basic Auth with your API key and secret
  3. 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

CategoryEndpointsDescription
Listings/partner/list/*, /partner/edit/*Create and manage Ask/Preorder listings
Orders/partner/confirm/*, /partner/update/*Order operations and retrieval
Warehouse/partner/batch/r2sR2S batch operations

Need Help?