For enhancing our search on publications related to cars and trucks parts, it will be mandatory to add the part_number attribute on the items published in the following categories (only for Argentina, Brazil and Mexico):
MLA:
All children categories under “Repuestos Autos y Camionetas” (MLA1747)
MLB:
- “Amortecedores” (MLB22709)
- “Pneus” (MLB2233)
- “Baterias” (MLB2220)
- “Molas” (MLB63429)
- “Pastilhas de Freios” (MLB47097)
- “Amortiguadores” (MLM45878)
- “Neumáticos” (MLM5686)
It is important to complete this attribute for each item published so users can find your products faster and easier.
How to do that?
Simple. You just need to add the part_number attribute to your items through the following call:
EXAMPLE
curl -X PUT -H "Content-Type: application/json" -H "Accept: application/json" -d "{'attributes': [{'id': 'PART_NUMBER', 'value_name': 'part number goes here'} ] }" "https://api.mercadolibre.com/items/$item_id?access=token"
IMPORTANT: In case you have to create a new item, don’t forget to add the part_number attribute.