Product Update - Unapproved Product v2
This service allows you to update unapproved products in your Trendyol store.
-
Only product information is updated through this service.
-
Since new categories and category attribute values can be added, we recommend that you check whether the categories, category attributes, and category attribute values you are using are up-to-date in the getCategoryTree, getCategoryAttributes, and getCategoryAttributesValues services before updating your products.
-
The maximum number of items that can be sent in each request is 1,000.
CHECK BATCH REQUEST RESULT
After the product create process, you need to check the status of your products and the transfer process via the getBatchRequestResult service with the batchRequestId in the response.
POST updateProducts
Sample Service Response
{
"items": [
{
"barcode": "barcodelarrtest1",
"title": "string",
"description": "string",
"productMainId": "string",
"brandId": 1,
"categoryId": 1,
"stockCode": "string",
"dimensionalWeight": 0,
"vatRate": 0,
"deliveryOption": {
"deliveryDuration": 0,
"fastDeliveryType": "string"
},
"locationBasedDelivery": "string", //It can accept the values "ENABLED", "DISABLED", or null.
"lotNumber": "string",
"shipmentAddressId": 0,
"returningAddressId": 0,
"images": [
{
"url": "trendyol.com/test.jpeg"
}
],
"attributes": [
{
"attributeId": 1,
"attributeValueIds": [
1
],
},
{
"attributeId": 2,
"attributeValue": "String"
}
]
}
]
}Updated 10 days ago