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

Get the image changelist

POST
https://open.sunsky-online.com/openapi/product!getImageChangeList.do
Get the image changelist.

HINT: How to get the changed images?#

1.
Before calling the changelist API, load the previously saved time T0 from db/file;
2.
Call the changelist API with gmtModifiedStart=T0, it'll return the item numbers whose images ever changed since T0;
3.
Get the max gmtModified among the item numbers as T, then save T to db/file;
4.
If T equals T0, then increase the page number, else update T0 to T and reset the page number to 1;
5.
Repeat step 2~5 until the changelist API returns no data or the current page number is smaller than the page count;

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!getImageChangeList.do' \
--data-urlencode 'key=' \
--data-urlencode 'signature=' \
--data-urlencode 'pageSize=100' \
--data-urlencode 'page=1' \
--data-urlencode 'gmtModifiedStart=10/30/2016 11:14:01'

Responses

🟢200
application/json
Successful response
Body

Example
{
    "result": "success",
    "data": {
        "total": 14181,
        "pageCount": 355,
        "result": [
            {
                "gmtModified": "01/03/2026 21:23:55",
                "itemNo": "EDA008890101B"
            },
            {
                "gmtModified": "01/03/2026 21:23:56",
                "itemNo": "EDA008890301A"
            },
            {
                "gmtModified": "01/03/2026 21:23:57",
                "itemNo": "EDA008827601A"
            },
            {
                "gmtModified": "01/03/2026 21:23:57",
                "itemNo": "EDA008890101A"
            },
            {
                "gmtModified": "01/03/2026 21:23:59",
                "itemNo": "EDA008827601B"
            },
            {
                "gmtModified": "01/04/2026 01:25:25",
                "itemNo": "S-SP-0538B"
            },
            {
                "gmtModified": "01/04/2026 02:20:26",
                "itemNo": "MPH3088W"
            },
            {
                "gmtModified": "01/04/2026 02:36:35",
                "itemNo": "TBD0606560201A"
            },
            {
                "gmtModified": "01/04/2026 02:36:35",
                "itemNo": "TBD0606560201B"
            },
            {
                "gmtModified": "01/04/2026 02:36:35",
                "itemNo": "TBD0606560201C"
            },
            {
                "gmtModified": "01/04/2026 02:36:35",
                "itemNo": "TBD0606560201D"
            },
            {
                "gmtModified": "01/04/2026 02:36:35",
                "itemNo": "TBD0606560201E"
            },
            {
                "gmtModified": "01/04/2026 02:43:30",
                "itemNo": "SYA002118102A"
            },
            {
                "gmtModified": "01/04/2026 02:43:31",
                "itemNo": "SYA002118102C"
            },
            {
                "gmtModified": "01/04/2026 02:43:31",
                "itemNo": "SYA002118102D"
            },
            {
                "gmtModified": "01/04/2026 02:43:31",
                "itemNo": "SYA002118102E"
            },
            {
                "gmtModified": "01/04/2026 02:43:31",
                "itemNo": "SYA002118102F"
            },
            {
                "gmtModified": "01/04/2026 02:43:31",
                "itemNo": "SYA002118102G"
            },
            {
                "gmtModified": "01/04/2026 02:43:31",
                "itemNo": "SYA002118102H"
            },
            {
                "gmtModified": "01/04/2026 02:43:31",
                "itemNo": "SYA002118102I"
            },
            {
                "gmtModified": "01/04/2026 02:43:31",
                "itemNo": "SYA002118102J"
            },
            {
                "gmtModified": "01/04/2026 02:43:33",
                "itemNo": "SYA002118103A"
            },
            {
                "gmtModified": "01/04/2026 02:43:33",
                "itemNo": "SYA002118103C"
            },
            {
                "gmtModified": "01/04/2026 02:43:33",
                "itemNo": "SYA002118103D"
            },
            {
                "gmtModified": "01/04/2026 02:43:33",
                "itemNo": "SYA002118103E"
            },
            {
                "gmtModified": "01/04/2026 02:43:33",
                "itemNo": "SYA002118103F"
            },
            {
                "gmtModified": "01/04/2026 02:43:33",
                "itemNo": "SYA002118103G"
            },
            {
                "gmtModified": "01/04/2026 02:43:33",
                "itemNo": "SYA002118103H"
            },
            {
                "gmtModified": "01/04/2026 02:43:33",
                "itemNo": "SYA002118103I"
            },
            {
                "gmtModified": "01/04/2026 02:43:33",
                "itemNo": "SYA002118103J"
            },
            {
                "gmtModified": "01/04/2026 02:43:34",
                "itemNo": "SYA002118102B"
            },
            {
                "gmtModified": "01/04/2026 02:43:36",
                "itemNo": "SYA002118101A"
            },
            {
                "gmtModified": "01/04/2026 02:43:36",
                "itemNo": "SYA002118101C"
            },
            {
                "gmtModified": "01/04/2026 02:43:36",
                "itemNo": "SYA002118101D"
            },
            {
                "gmtModified": "01/04/2026 02:43:36",
                "itemNo": "SYA002118101E"
            },
            {
                "gmtModified": "01/04/2026 02:43:36",
                "itemNo": "SYA002118101F"
            },
            {
                "gmtModified": "01/04/2026 02:43:36",
                "itemNo": "SYA002118101G"
            },
            {
                "gmtModified": "01/04/2026 02:43:36",
                "itemNo": "SYA002118101H"
            },
            {
                "gmtModified": "01/04/2026 02:43:36",
                "itemNo": "SYA002118101I"
            },
            {
                "gmtModified": "01/04/2026 02:43:36",
                "itemNo": "SYA002118101J"
            }
        ]
    }
}
Modified at 2026-03-11 08:10:30
Previous
Download the product images
Next
Get the country list for shipping
Built with