mercadolibre_attributes resource
Attributes
- title
-
create, read, update
- description
-
create, read, update
- available_qty
-
create, read, update
- pictures
-
create, read, update
- meli_category_id
-
create, read, update
- price
-
create, read, update
- currency_id
-
create, read, update
- shipping_mode
-
create, read, update
- seller_custom_field
-
create, read, update
- listing_type_id
-
create, read, update enum (gold_pro, gold_premium, gold_special, gold, silver, bronze, free)
- item_condition
-
create, read, update enum (new, used, reconditioned)
- warranty_type
-
create, read, update enum (factory, seller)
- warranty_time
-
create, read, update
- official_store_id
-
create, read, update
Relationships
- publication
-
has one of type: publication
JSON Resource Example
{
data: {
type: mercadolibre_attributes,
id: 407,
attributes: {
title: someValue,
description: someValue,
available_qty: someValue,
pictures: someValue,
meli_category_id: someValue,
price: someValue,
currency_id: someValue,
shipping_mode: someValue,
seller_custom_field: someValue,
listing_type_id: someValue,
item_condition: someValue,
warranty_type: someValue,
warranty_time: someValue,
official_store_id: someValue
},
relationships: {
publication:{
id: 563,
type: publication
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/mercadolibre_attributes/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/mercadolibre_attributes/