Get Product By Product Code
You can use this service to filter the all products by productCode.
Request
curl --location --request GET '<BASE_URL>/merchant-products/by-product-code/{productCode}'
--header 'Content-Type: application/json'
--header 'Authorization: Basic ZGVtbzpwQDU1dzByZA=='
Path Variables
Parameter | Type | Required | Description |
---|---|---|---|
productCode | String | Yes | Product Code |
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
sellerCode | String | Yes | Seller Code |
merchantCode | String | Yes | The merchant code to which the product belongs. |
Response
200 OK
{
"id": 1288,
"name": "Kenar Köşe Aparatı | Dıego Impact",
"model": "",
"description": null,
"categoryTree": "Entegrasyon",
"brand": "Fakir",
"mainCategoryId": 3,
"categoryId": 3,
"subCategoryId": 106,
"subCategoryBrandId": 1037,
"merchantName": "Fakir",
"warrantyYear": 2,
"setupRequired": false,
"createdAt": "2023-05-14 14:03",
"updatedAt": "2023-06-15 21:59",
"source": "TSOFT",
"productCode": "TSOFT-3183-45017509"
}