1. Order
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
        POST
      • Get the prices and the shipping costs for the items
        POST
      • Create an order
        POST
      • Get the order details
        POST
      • Search orders
        POST
      • Add labels to the order
        POST
      • Get the labels for the order
        POST
    • Account
      • Check your balance on SUNSKY
      • Get your balance history
    • Stats
      • Get the hot items
    • Coupon
      • Get the coupon list
  1. Order

Get the labels for the order

POST
https://open.sunsky-online.com/openapi/order!getLabels.do
This API return all the labels for the order.

Request

Body Params application/x-www-form-urlencodedRequired

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.sunsky-online.com/openapi/order!getLabels.do' \
--data-urlencode 'key=' \
--data-urlencode 'signature=' \
--data-urlencode 'number='

Responses

🟢200
application/json
Successful response
Body

Example
{
    "result": "success",
    "data": [
        {
            "url": "https://...",
            "barcode": "B001"
        }
    ]
}
Modified at 2026-03-12 08:25:51
Previous
Add labels to the order
Next
Check your balance on SUNSKY
Built with