Custos por anunciar
Conteúdos
→Descrição de atributos →Filtragem por preço →Por preço e listing_type →Filtrar por tipo de publicação e quantidade →Filtrar por preço e categoria →Por preço e moeda →Filtrar por tipo de publicação e categoria →Por categoria
Descrição de atributos
Atributo | Descrição |
---|---|
listing_type_id | ID do tipo de publicação. |
listing_type_name | Nome do tipo de publicação. |
listing_exposure | Nível de exposição da publicação. |
requires_picture | Mostra se o tipo de publicação exige pelo menos uma imagem. |
currency_id | ID da moeda das taxas. |
listing_fee_amount | Montante de taxas da publicação. |
selling_fee_amount | Montante de taxas da venda. |
Filtragem por preço
Recupera os diferentes tipos de publicações e cada uma das taxas associadas em moeda local, quando o preço do produto é 5.000.
Exemplo:
curl -X GET https://api.mercadolibre.com/sites/$SITE_ID/listing_prices?price=5000
Resposta:
{
"listing_type_id": "gold_pro",
"listing_type_name": "Oro Premium Full",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 1150,
"free_relist": false,
"stop_time": "2016-04-22T10:31:44.135-04:00"
},
{
"listing_type_id": "gold_premium",
"listing_type_name": "Oro Premium",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 250,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:31:44.119-04:00"
},
{
"listing_type_id": "gold_special",
"listing_type_name": "Oro Profesional",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 525,
"free_relist": false,
"stop_time": "2016-04-22T10:31:44.121-04:00"
},
{
"listing_type_id": "gold",
"listing_type_name": "Oro",
"listing_exposure": "high",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 150,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:31:44.133-04:00"
},
{
"listing_type_id": "silver",
"listing_type_name": "Plata",
"listing_exposure": "mid",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 50,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:31:44.127-04:00"
},
{
"listing_type_id": "bronze",
"listing_type_name": "Bronce",
"listing_exposure": "low",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 550,
"free_relist": false,
"stop_time": "2016-04-22T10:31:44.130-04:00"
},
{
"listing_type_id": "free",
"listing_type_name": "Gratuita",
"listing_exposure": "lowest",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:31:44.116-04:00"
}
Por preço e listing_type
Recupera os diferentes tipos de publicações associadas ao tipo de publicação Gold em moeda local quando o preço do produto é 5.000.Exemplo:
curl -X GET https://api.mercadolibre.com/sites/$SITE_ID/listing_prices?price=5000&listing_type_id=gold
Resposta:
{
"listing_type_id": "gold",
"listing_type_name": "Oro",
"listing_exposure": "high",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 150,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:32:39.264-04:00"
}
Filtrar por tipo de publicação e quantidade
Recupera os diferentes tipos de publicações e cada taxa associada em moeda local quando o preço do produto é 5.000 e a quantidade é 5.
Exemplo:
curl -X GET https://api.mercadolibre.com/sites/$SITE_ID/listing_prices?price=5000&quantity=5
Resposta:
{
"listing_type_id": "gold_pro",
"listing_type_name": "Oro Premium Full",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 1150,
"free_relist": false,
"stop_time": "2016-04-22T10:33:22.631-04:00"
},
{
"listing_type_id": "gold_premium",
"listing_type_name": "Oro Premium",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 800,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:33:22.614-04:00"
},
{
"listing_type_id": "gold_special",
"listing_type_name": "Oro Profesional",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 525,
"free_relist": false,
"stop_time": "2016-04-22T10:33:22.617-04:00"
},
{
"listing_type_id": "gold",
"listing_type_name": "Oro",
"listing_exposure": "high",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 480,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:33:22.628-04:00"
},
{
"listing_type_id": "silver",
"listing_type_name": "Plata",
"listing_exposure": "mid",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 160,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:33:22.622-04:00"
},
{
"listing_type_id": "bronze",
"listing_type_name": "Bronce",
"listing_exposure": "low",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 550,
"free_relist": false,
"stop_time": "2016-04-22T10:33:22.624-04:00"
},
{
"listing_type_id": "free",
"listing_type_name": "Gratuita",
"listing_exposure": "lowest",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:33:22.611-04:00"
}
Filtrar por preço e categoria
Recupera os diferentes tipos de publicações e cada uma das taxas associadas em moeda local, quando o preço do produto é 5.000 e a categoria é MLA1744.
Exemplo:
curl -X GET https://api.mercadolibre.com/sites/$SITE_ID/listing_prices?price=5000&category_id=MLA1744
Resposta:
{
"listing_type_id": "gold_premium",
"listing_type_name": "Oro Premium",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 357,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:33:58.127-04:00"
},
{
"listing_type_id": "gold",
"listing_type_name": "Oro",
"listing_exposure": "high",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 267,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:33:58.135-04:00"
},
{
"listing_type_id": "silver",
"listing_type_name": "Plata",
"listing_exposure": "mid",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 147,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:33:58.130-04:00"
},
{
"listing_type_id": "free",
"listing_type_name": "Gratuita",
"listing_exposure": "lowest",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-03-23T10:33:58.132-04:00"
}
Por preço e moeda
Recupera os diferentes tipos de publicações e cada uma das taxas associadas em moeda local, quando o preço do produto é US$ 5.000.
Exemplo:
curl -X GET https://api.mercadolibre.com/sites/$SITE_ID/listing_prices?price=5000¤cy_id=USD
Resposta:
{
"listing_type_id": "gold_pro",
"listing_type_name": "Oro Premium Full",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 1150,
"free_relist": false,
"stop_time": "2016-04-22T10:34:27.793-04:00"
},
{
"listing_type_id": "gold_premium",
"listing_type_name": "Oro Premium",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 250,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:34:27.779-04:00"
},
{
"listing_type_id": "gold_special",
"listing_type_name": "Oro Profesional",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 525,
"free_relist": false,
"stop_time": "2016-04-22T10:34:27.782-04:00"
},
{
"listing_type_id": "gold",
"listing_type_name": "Oro",
"listing_exposure": "high",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 150,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:34:27.791-04:00"
},
{
"listing_type_id": "silver",
"listing_type_name": "Plata",
"listing_exposure": "mid",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 50,
"sale_fee_amount": 375,
"free_relist": false,
"stop_time": "2016-04-22T10:34:27.786-04:00"
},
{
"listing_type_id": "bronze",
"listing_type_name": "Bronce",
"listing_exposure": "low",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 550,
"free_relist": false,
"stop_time": "2016-04-22T10:34:27.788-04:00"
},
{
"listing_type_id": "free",
"listing_type_name": "Gratuita",
"listing_exposure": "lowest",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:34:27.776-04:00"
}
Filtrar por tipo de publicação e categoria
Recupera a comissão associada ao tipo de publicação Gold quando o ID da categoria é MLA1743.
Exemplo:
curl -X GET https://api.mercadolibre.com/sites/$SITE_ID/listing_prices/gold?category_id=MLA1743
Resposta:
{
"listing_type_id": "gold",
"listing_type_name": "Oro",
"listing_exposure": "high",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 267,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:35:02.225-04:00"
}
Por categoria
Recupera os diferentes tipos de publicações e cada uma das taxas associadas em moeda local quando a categoria é MLA1743.
Exemplo:
curl -X GET https://api.mercadolibre.com/sites/$SITE_ID/listing_prices?category_id=MLA1743
Resposta:
{
"listing_type_id": "gold_premium",
"listing_type_name": "Oro Premium",
"listing_exposure": "highest",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 357,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:35:31.996-04:00"
},
{
"listing_type_id": "gold",
"listing_type_name": "Oro",
"listing_exposure": "high",
"requires_picture": true,
"currency_id": "ARS",
"listing_fee_amount": 267,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:35:32.006-04:00"
},
{
"listing_type_id": "silver",
"listing_type_name": "Plata",
"listing_exposure": "mid",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 147,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-04-22T10:35:31.999-04:00"
},
{
"listing_type_id": "free",
"listing_type_name": "Gratuita",
"listing_exposure": "lowest",
"requires_picture": false,
"currency_id": "ARS",
"listing_fee_amount": 0,
"sale_fee_amount": 0,
"free_relist": false,
"stop_time": "2016-03-23T10:35:32.003-04:00"
}
Próximo: Descrição de produtos.