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

Add labels to the order

POST
https://open.sunsky-online.com/openapi/order!addLabels.do
Add labels to 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!addLabels.do' \
--data-urlencode 'key=' \
--data-urlencode 'signature=' \
--data-urlencode 'number=' \
--data-urlencode 'items.#.url=' \
--data-urlencode 'items.#.barcode=items.1.barcode=B001'

Responses

🟢200
application/json
Successful response
Body

Example
{
  "result": "success"
}
Modified at 2026-03-11 08:45:18
Previous
Search orders
Next
Get the labels for the order
Built with