# Shanjing Ecommerce Api ## Docs - Access Guide [Platform Overview](https://ecommerce-api.shanjing-inc.com/docs/en/doc-8311479.md): - Access Guide [Become a Developer](https://ecommerce-api.shanjing-inc.com/docs/en/doc-8311480.md): - Taobao & Tmall API > Authentication [Obtain Token](https://ecommerce-api.shanjing-inc.com/docs/en/doc-8311481.md): ## API Docs - Taobao & Tmall API > Authentication [Refresh Token](https://ecommerce-api.shanjing-inc.com/docs/en/api-426247984.md): Before the token expires, a new token needs to be obtained through the refresh token. - Taobao & Tmall API > Product Related [Taobao/Tmall Product Details API](https://ecommerce-api.shanjing-inc.com/docs/en/api-424998911.md): Pass the Taobao/Tmall product ID to get product details, supports multi-language translation. - Taobao & Tmall API > Product Related [Taobao/Tmall Product Keyword Search Interface](https://ecommerce-api.shanjing-inc.com/docs/en/api-424998909.md): Please use Chinese keywords for search, search results support translation into multiple languages - Taobao & Tmall API > Product Related [Taobao/Tmall Image Search for Similar Products Interface](https://ecommerce-api.shanjing-inc.com/docs/en/api-424998908.md): Submit non-Ali image URLs via pic_url, which may have a certain failure rate. It is recommended to first call the image upload interface to obtain the image ID, and then query using the image ID. The image search interface does not currently support pagination. Please handle it yourself. Search results support en|vi|ru|ko|ja. - Taobao & Tmall API > Product Related [Upload image to Taobao/Tmall for product search](https://ecommerce-api.shanjing-inc.com/docs/en/api-424998907.md): Please submit image_base64 via POST method to get imageId for subsequent image search interfaces. The Base64 encoding must be the image file encoding of jpg, jpeg, png, webp formats, with a size limit of 3MB. - Taobao & Tmall API > Order Related [Taobao/Tmall Collision Database Interface](https://ecommerce-api.shanjing-inc.com/docs/en/api-424998918.md): Product detail search interface, which needs to be called before previewing products and creating orders, to obtain mpId and mpSkuid - Taobao & Tmall API > Order Related [Taobao/Tmall Pre-create Order Interface](https://ecommerce-api.shanjing-inc.com/docs/en/api-424998919.md): Before placing an order, you need to call this interface first. The interface will return which products can be purchased, which products cannot be purchased, and the accurate price and Chinese shipping costs. - Taobao & Tmall API > Order Related [Taobao/Tmall Order Cancellation Interface](https://ecommerce-api.shanjing-inc.com/docs/en/api-424998921.md): Create an order interface, through which you can automatically cancel Taobao orders. - Taobao & Tmall API > Order Related [Taobao/Tmall Official Order Creation Interface](https://ecommerce-api.shanjing-inc.com/docs/en/api-424998920.md): Order creation interface, through which Taobao orders can be automatically generated. Before calling the order creation interface, please first call the database collision interface - Taobao & Tmall API > Order Related [Taobao/Tmall Order Query Interface](https://ecommerce-api.shanjing-inc.com/docs/en/api-424998922.md): Order query interface, through which you can query Taobao order details.