1. Product
SUNSKY Open API
  • SUNSKY Open API
    • Common Calling Convention
    • Callback Hooks
    • Appendixes
    • Category
      • Get the children of the category
    • Product
      • Search products
        POST
      • Get the product details
        POST
      • Download the product images
        POST
      • Get the image changelist
        POST
    • 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
  1. Product

Download the product images

POST
https://open.sunsky-online.com/openapi/product!getImages.do
If the itemNo doesn't exist, the response code is 404, otherwise a zip stream is returned.

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/product!getImages.do' \
--data-urlencode 'key=' \
--data-urlencode 'signature=' \
--data-urlencode 'itemNo=' \
--data-urlencode 'size=' \
--data-urlencode 'watermark='

Responses

🟢200
application/json
Successful response
Body

Example
{}
Modified at 2026-03-12 08:23:42
Previous
Get the product details
Next
Get the image changelist
Built with