SUNSKY Open API
Copy Page
SUNSKY Open API
SUNSKY Open API
Common Calling Convention
Callback Hooks
Appendixes
Category
Get the children of the category
Product
Search products
Get the product details
Download the product images
Get the image changelist
Order
Get the country list for shipping
Get the prices and the shipping costs for the items
Create an order
Get the order details
Search orders
Add labels to the order
Get the labels for the order
Account
Check your balance on SUNSKY
Get your balance history
Stats
Get the hot items
Coupon
Get the coupon list
SUNSKY Open API
Copy Page
Callback Hooks
You could provide us a URL to your sales manager to get your program all events notified. The events include:
order/shipped
: Your order has been shipped.
order/cancelled
: Your order has been cancelled.
order/tracking
: The tracking number for your order has been changed.
We'll call your URL via POST every 5 minutes until it returns an HTTP 200 response. The data in the POST body is as follows:
{
"event"
:
"order/shipped"
,
"order"
:
{
...
}
// same as the order details
}
Modified at
2026-03-12 08:06:29
Previous
Common Calling Convention
Next
Appendixes