API info
Register a dev account
Connect to Tmall Global via the Web 2 Web API for:
-
Publish products (simple xml schema with all product details) - this gives us Item ID which is then used to the item further
Update
-
Orders - Tmall sends us a notification with a Transaction ID ("TID"). Once we have TID, we call the API and get order details. Notification is obtained by - A)We can call the API to check for all Transaction ID within a specific period or B)we can go via SDK which they can provide. There are number of different order statuses (see doc). We can use their delivery system and their warehouse (they then provide a pdf to ship the product) or we can use a diff delivery method and push an update via the API.
Further scope to be done face to face.