MMyAPI

Sandbox

SANDBOX MODE

ทดลองยิง API จริงและจำลอง event ทั้งหมดโดยไม่กระทบข้อมูลจริง — response ลอกจาก backend จริง เพื่อให้ developer นำไป integrate ได้ตรง

เลือก endpoint → แก้ JSON → กด Send → ดู response + curl (Shipping & Return Sandbox)

Request
POST/order-management/express/order-express-shipping-costreal
Response

กด Send เพื่อดู response (sandbox)

curl

curl -X POST "https://api.myorder.ai/order-management/express/order-express-shipping-cost" \
  -H "Authorization: Bearer sk_sandbox_xxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"orders":[{"orderID":"6a30b4a3efd4b54e253bd8f9","weight":0.3}]}'