Product V1- API Endpoint
**Product V1 services will be unvalid starting from 10th August 2026. You need to finalize Product V2 service developments on your end.
List of APIs you should use for Product Services
| SERVICE | ENDPOINT | METHOD | URL |
|---|---|---|---|
| Return and Shipping Address Information | getSuppliersAddresses | GET | /integration/sellers/(sellerId)/addresses |
| Trendyol Brand List | getBrands | GET | /integration/product/brands |
| Trendyol Brand List | getProviders | GET | Tablodan Alınmalı |
| Trendyol Category List | getCategoryTree | GET | /integration/product/product-categories |
| Trendyol Category-Attribute List | getCategoryAttributes | GET | /integration/product/product-categories/(categoryId)/attributes |
| Product Create | createProducts | POST | /integration/product/sellers/(sellerId)/products |
| Product Update | updateProduct | PUT | /integration/product/sellers/(sellerId)/products |
| Stock and Price Update | updatePriceAndInventory | POST | /integration/inventory/sellers/(sellerId)/products/price-and-inventory |
| Product Delete | products | DELETE | /integration/product/sellers/(sellerId)/products |
| Check Batchrequest Result | getBatchRequestResult | GET | /integration/product/sellers/(sellerId)/products/batch-requests/(batchRequestId) |
| Product Filter | filterProducts | GET | /integration/product/sellers/(sellerId)/products |
Updated 28 days ago