Search Products |
GET |
/products |
Returns a list of products, base on a specific search query by product name and an optional product category. |
Search By MinCode |
GET |
/min_code |
Returns a list of products, base on min_code input to search product. |
Get Product Details |
GET |
/products/{product_id} |
Returns a list of product attributes and it’s sub products (if exist), base on Product ID |
Get Seller Products |
GET |
/products/{product_id}/seller_products |
Returns a list of SKUs of a product, base on Product ID |
Get Categories |
GET |
/categories |
Returns a list of product categories, base on Parent Category ID |
Get Attributes by Category ID |
GET |
/categories/{category_id}/attributes |
Returns a list of attributes including their option values of a product category, base on Category ID |
Create Product |
POST |
/product |
Creates a new product. The created product may be a simple product or a configurable product (see Product Structure above for more details). |
Link To Existing Product |
POST |
/link |
Link an exited product with unique SKU number within third-party system to an existed seller SKU within Tiki seller center. |
Update Price/Quantity |
PUT |
/skus/pricequantity |
Update price and quantity for a list of SKUs.
System supports maximum 5 SKUs in a request. |
Update Product Status |
PUT |
/skus/status |
Update status (Active / Inactive) for an existing seller SKU. |
Get Requests |
GET |
/requests |
Returns a list of requests for creating new products. |
Get Request by ID |
GET |
/requests/{request_id} |
Returns information of a product request base on request ID. |