The table below lists APIs that can be used for product management.
| API name | Description |
| Product Category |
|
| Retrieve all product brands in the system. | |
| GetCategoryTree | Retrieve the list of all product categories in the system. |
| GetCategoryAttributes | Get a list of attributes with options for a given category. |
| Product Create and Update |
|
| CreateProduct | Create a new product using the prepared information. |
| UpdateProduct | Update attributes or SKUs of an existing product. |
| UpdatePriceQuantity | Update the price and quantity of one or more existing products. |
| RemoveProduct | Remove an existing product from the system. |
| UpdateSellableQuantity | Use this API to increase or decrease sellable quantity of one or more existing products. |
| GetQcStatus | Get the quality control status of items being created. |
| GetProducts | Get all or a range of products that meets the specified conditions. |
| GetProductItems | Get all SKUs under one single product by ItemId or SellerSku |
| Product Images and content |
|
| UploadImage | Upload an image to the Lazada server from local workstation. |
| MigrateImage | Migration an image to the Lazada server from external sites. |
| MigrateImages | Migration multiple images to the Lazada server from external sites. |
| GetResponse | Get the returned information from the system for the UploadImages and MigrateImages API. |
| SetImage | Set the images for an existing product by associating one or more image URLs with it. |