SlideShare a Scribd company logo
1 of 91
Download to read offline
MercadoLivre Developers Conference
APIs Overview
Rafael Prenzier
Software Engineer
Hobbies: Movies, Series,
Books Xbox 360
@prenzier
APIs OVERVIEW
O QUE POSSO FAZER COM AS APIs DO MERCADOLIVRE?
MercadoLivre Developers Conference
APIs OVERVIEW
TUDO!
MercadoLivre Developers Conference
APIs OVERVIEW
TUDO!OBS: Menos Comprar...
MercadoLivre Developers Conference
APIs OVERVIEW
AGENDA
➔ Anúncios
➔ Perguntas e Respostas
➔ Pedidos
➔ Qualificação
➔ Buscas
MercadoLivre Developers Conference
APIs OVERVIEW
POST /items
➔ Título e Descrição
➔ Categoria
➔ Quantidade e Preço
➔ Nível de exposição
➔ Fotos
MercadoLivre Developers Conference
{
"title": "Playstation 3" ,
"subtitle": "Some subtitle here" ,
"category_id": "MLB5529",
"price": 10,
"currency_id": "BRL",
"available_quantity" : 1,
"buying_mode": "buy_it_now",
"listing_type_id" : "bronze",
"condition": "new",
"description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2
controle e 3 ótimos jogos" ,
"video_id": "YOUTUBE_ID_HERE" ,
"warranty": "12 months",
"pictures": [
{ "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "},
{ "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" }
]
}
APIs OVERVIEW
POST /items
MercadoLivre Developers Conference
{
"title": "Playstation 3" ,
"subtitle": "Some subtitle here" ,
"category_id": "MLB5529",
"price": 10,
"currency_id": "BRL",
"available_quantity" : 1,
"buying_mode": "buy_it_now",
"listing_type_id" : "bronze",
"condition": "new",
"description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2
controle e 3 ótimos jogos" ,
"video_id": "YOUTUBE_ID_HERE" ,
"warranty": "12 months",
"pictures": [
{ "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "},
{ "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" }
]
}
APIs OVERVIEW
POST /items
MercadoLivre Developers Conference
{
"title": "Playstation 3" ,
"subtitle": "Some subtitle here" ,
"category_id": "MLB5529",
"price": 10,
"currency_id": "BRL",
"available_quantity" : 1,
"buying_mode": "buy_it_now",
"listing_type_id" : "bronze",
"condition": "new",
"description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2
controle e 3 ótimos jogos" ,
"video_id": "YOUTUBE_ID_HERE" ,
"warranty": "12 months",
"pictures": [
{ "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "},
{ "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" }
]
}
APIs OVERVIEW
POST /items
MercadoLivre Developers Conference
{
"title": "Playstation 3" ,
"subtitle": "Some subtitle here" ,
"category_id": "MLB5529",
"price": 10,
"currency_id": "BRL",
"available_quantity" : 1,
"buying_mode": "buy_it_now",
"listing_type_id" : "bronze",
"condition": "new",
"description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2
controle e 3 ótimos jogos" ,
"video_id": "YOUTUBE_ID_HERE" ,
"warranty": "12 months",
"pictures": [
{ "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "},
{ "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" }
]
}
APIs OVERVIEW
POST /items
MercadoLivre Developers Conference
{
"title": "Playstation 3" ,
"subtitle": "Some subtitle here" ,
"category_id": "MLB5529",
"price": 10,
"currency_id": "BRL",
"available_quantity" : 1,
"buying_mode": "buy_it_now",
"listing_type_id" : "bronze",
"condition": "new",
"description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2
controle e 3 ótimos jogos" ,
"video_id": "YOUTUBE_ID_HERE" ,
"warranty": "12 months",
"pictures": [
{ "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "},
{ "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" }
]
}
APIs OVERVIEW
POST /items
MercadoLivre Developers Conference
{
"title": "Playstation 3" ,
"subtitle": "Some subtitle here" ,
"category_id": "MLB5529",
"price": 10,
"currency_id": "BRL",
"available_quantity" : 1,
"buying_mode": "buy_it_now",
"listing_type_id" : "bronze",
"condition": "new",
"description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2
controle e 3 ótimos jogos" ,
"video_id": "YOUTUBE_ID_HERE" ,
"warranty": "12 months",
"pictures": [
{ "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "},
{ "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" }
]
}
APIs OVERVIEW
POST /items
MercadoLivre Developers Conference
{
"title": "Playstation 3" ,
"subtitle": "Some subtitle here" ,
"category_id": "MLB5529",
"price": 10,
"currency_id": "BRL",
"available_quantity" : 1,
"buying_mode": "buy_it_now",
"listing_type_id" : "bronze",
"condition": "new",
"description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2
controle e 3 ótimos jogos" ,
"video_id": "YOUTUBE_ID_HERE" ,
"warranty": "12 months",
"pictures": [
{ "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "},
{ "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" }
]
}
APIs OVERVIEW
POST /items
MercadoLivre Developers Conference
APIs OVERVIEW
POST /items
MELIAPP
MercadoLivre Developers Conference
APIs OVERVIEW
POST /items
MELIAPP POST
MercadoLivre Developers Conference
APIs OVERVIEW
POST /items
MELIAPP POST
MELIAPP
MercadoLivre Developers Conference
APIs OVERVIEW
POST /items
MELIAPP POST
201 Created MELIAPP
MercadoLivre Developers Conference
APIs OVERVIEW
POST /items
MELIAPP POST
201 Created MELIAPP
{
"id": "MLB502951323",
"site_id": "MLB",
"title": "Playstation 3",
"sold_quantity": 0,
"permalink": http://produto.mercadolivre.com.br/MLB-502951323....
…
}
MercadoLivre Developers Conference
APIs OVERVIEW
POST /items
MELIAPP POST
201 Created MELIAPP
{
"id": "MLB502951323",
"site_id": "MLB",
"title": "Playstation 3",
"sold_quantity": 0,
"permalink": http://produto.mercadolivre.com.br/MLB-502951323....
…
}
MercadoLivre Developers Conference
APIs OVERVIEW
PUT /items/MLB502951323
MercadoLivre Developers Conference
APIs OVERVIEW
PUT /items/MLB502951323
MELIAPP
MercadoLivre Developers Conference
APIs OVERVIEW
PUT /items/MLB502951323
MELIAPP PUT
MercadoLivre Developers Conference
APIs OVERVIEW
PUT /items/MLB502951323
MELIAPP PUT
{
"title": "Novo titulo",
"price": 1000
}
MercadoLivre Developers Conference
APIs OVERVIEW
PUT /items/MLB502951323
MELIAPP PUT
MELIAPP
{
"title": "Novo titulo",
"price": 1000
}
MercadoLivre Developers Conference
APIs OVERVIEW
PUT /items/MLB502951323
MELIAPP PUT
200 OK MELIAPP
{
"title": "Novo titulo",
"price": 1000
}
MercadoLivre Developers Conference
APIs OVERVIEW
PUT /items/MLB502951323
{
"status": "paused"
}
MercadoLivre Developers Conference
APIs OVERVIEW
{
"listing_type_id": "silver",
"quantity": 20,
"price": 500
}
POST /items/MLB502951323/relist
MercadoLivre Developers Conference
APIs OVERVIEW
Publicar POST /items
Modificar PUT /items/MLB502951323
Republicar POST /items/MLB502951323/relist
MercadoLivre Developers Conference
APIs OVERVIEW
Publicar POST /items
Modificar PUT /items/MLB502951323
Republicar POST /items/MLB502951323/relist
MercadoLivre Developers Conference
APIs OVERVIEW
AGENDA
➔ Anúncios
➔ Perguntas e Respostas
➔ Pedidos
➔ Qualificação
➔ Buscas
MercadoLivre Developers Conference
APIs OVERVIEW
POST /questions
{
"text": "Olá amigo, tem na cor preta?",
"item_id": "MLB502951323"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
{
"user_id": 1234,
"resource": "/questions/123123123",
"topic": "questions",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
{
"user_id": 1234,
"resource": "/questions/123123123",
"topic": "questions",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
{
"user_id": 1234,
"resource": "/questions/123123123",
"topic": "questions",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
{
"user_id": 1234,
"resource": "/questions/123123123",
"topic": "questions",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
MELIAPP
{
"user_id": 1234,
"resource": "/questions/123123123",
"topic": "questions",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
200 OK MELIAPP
{
"user_id": 1234,
"resource": "/questions/123123123",
"topic": "questions",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
GET /questions/123123123
{
"id": 123123123,
"answer": null,
"date_created": "2013-08-10T13:43:13.000-04:00",
"item_id": "MLB502951323",
"seller_id": xxxxxxx,
"status": "UNANSWERED",
"text": "Olá amigo, tem na cor preta?"
"from": { "id": xxxxxxx,
"answered_questions": 0 }
}
MercadoLivre Developers Conference
APIs OVERVIEW
GET /questions/123123123
{
"id": 123123123,
"answer": null,
"date_created": "2013-08-10T13:43:13.000-04:00",
"item_id": "MLB502951323",
"seller_id": xxxxxxx,
"status": "UNANSWERED",
"text": "Olá amigo, tem na cor preta?"
"from": { "id": xxxxxxx,
"answered_questions": 0 }
}
MercadoLivre Developers Conference
APIs OVERVIEW
GET /questions/123123123
{
"id": 123123123,
"answer": null,
"date_created": "2013-08-10T13:43:13.000-04:00",
"item_id": "MLB502951323",
"seller_id": xxxxxxx,
"status": "UNANSWERED",
"text": "Olá amigo, tem na cor preta?"
"from": { "id": xxxxxxx,
"answered_questions": 0 }
}
MercadoLivre Developers Conference
APIs OVERVIEW
POST /answers
{
"question_id": 123123123,
"text": "Sim, temos na cor preta?"
}
MercadoLivre Developers Conference
APIs OVERVIEW
DELETE /questions/123123123
MercadoLivre Developers Conference
APIs OVERVIEW
AGENDA
➔ Anúncios
➔ Perguntas e Respostas
➔ Pedidos
➔ Qualificação
➔ Buscas
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
{
"user_id": 1234,
"resource": "/orders/123123123",
"topic": "orders",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
{
"user_id": 1234,
"resource": "/orders/123123123",
"topic": "orders",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
{
"user_id": 1234,
"resource": "/orders/123123123",
"topic": "orders",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
{
"user_id": 1234,
"resource": "/orders/123123123",
"topic": "orders",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
MELIAPP
{
"user_id": 1234,
"resource": "/orders/123123123",
"topic": "orders",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
Notificação
MELIAPP POST
200 OK MELIAPP
{
"user_id": 1234,
"resource": "/orders/123123123",
"topic": "orders",
"received": "2013-08-09T14:59:15+00:00",
"sent": "2013-08-09T14:59:15+00:00"
}
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
{
"id": 785128848,
"status": "paid",
"status_detail": null,
"date_created": "2013-08-25T15:55:03.000-04:00",
"date_closed": "2013-08-25T15:55:03.000-04:00",
"order_items": [{
"item": {
"id": "MLB500xxxxx9",
"title": "Playstation 3",
"variation_id": null,
"variation_attributes": [ ] },
"quantity": 1,
"unit_price": 99.98,
"currency_id": "BRL",
}],
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
{
"id": 785128848,
"status": "paid",
"status_detail": null,
"date_created": "2013-08-25T15:55:03.000-04:00",
"date_closed": "2013-08-25T15:55:03.000-04:00",
"order_items": [{
"item": {
"id": "MLB500xxxxx9",
"title": "Playstation 3",
"variation_id": null,
"variation_attributes": [ ] },
"quantity": 1,
"unit_price": 99.98,
"currency_id": "BRL",
}],
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
{
"id": 785128848,
"status": "paid",
"status_detail": null,
"date_created": "2013-08-25T15:55:03.000-04:00",
"date_closed": "2013-08-25T15:55:03.000-04:00",
"order_items": [{
"item": {
"id": "MLB500xxxxx9",
"title": "Playstation 3",
"variation_id": null,
"variation_attributes": [ ] },
"quantity": 1,
"unit_price": 99.98,
"currency_id": "BRL",
}],
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
{
"id": 785128848,
"status": "paid",
"status_detail": null,
"date_created": "2013-08-25T15:55:03.000-04:00",
"date_closed": "2013-08-25T15:55:03.000-04:00",
"order_items": [{
"item": {
"id": "MLB500xxxxx9",
"title": "Playstation 3",
"variation_id": null,
"variation_attributes": [ ] },
"quantity": 1,
"unit_price": 99.98,
"currency_id": "BRL",
}],
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"buyer": {
"id": 123xxxx64,
"nickname": "XXXXXXXXXXXXXXX",
"email": "email@teste.com.br",
"phone": {
"area_code": " ",
"number": "919xxxxx183",
"extension": null,
},
"first_name": "usuario",
"last_name": "teste",
"billing_info": {
"doc_type": "CPF",
"doc_number": "663xxxxx53",
},
},
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"buyer": {
"id": 123xxxx64,
"nickname": "XXXXXXXXXXXXXXX",
"email": "email@teste.com.br",
"phone": {
"area_code": " ",
"number": "919xxxxx183",
"extension": null,
},
"first_name": "usuario",
"last_name": "teste",
"billing_info": {
"doc_type": "CPF",
"doc_number": "663xxxxx53",
},
},
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"buyer": {
"id": 123xxxx64,
"nickname": "XXXXXXXXXXXXXXX",
"email": "email@teste.com.br",
"phone": {
"area_code": " ",
"number": "919xxxxx183",
"extension": null,
},
"first_name": "usuario",
"last_name": "teste",
"billing_info": {
"doc_type": "CPF",
"doc_number": "663xxxxx53",
},
},
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"buyer": {
"id": 123xxxx64,
"nickname": "XXXXXXXXXXXXXXX",
"email": "email@teste.com.br",
"phone": {
"area_code": " ",
"number": "919xxxxx183",
"extension": null,
},
"first_name": "usuario",
"last_name": "teste",
"billing_info": {
"doc_type": "CPF",
"doc_number": "663xxxxx53",
},
},
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"buyer": {
"id": 123xxxx64,
"nickname": "XXXXXXXXXXXXXXX",
"email": "email@teste.com.br",
"phone": {
"area_code": " ",
"number": "919xxxxx183",
"extension": null,
},
"first_name": "usuario",
"last_name": "teste",
"billing_info": {
"doc_type": "CPF",
"doc_number": "663xxxxx53",
},
},
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"buyer": {
"id": 123xxxx64,
"nickname": "XXXXXXXXXXXXXXX",
"email": "email@teste.com.br",
"phone": {
"area_code": " ",
"number": "919xxxxx183",
"extension": null,
},
"first_name": "usuario",
"last_name": "teste",
"billing_info": {
"doc_type": "CPF",
"doc_number": "663xxxxx53",
},
},
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"buyer": {
"id": 123xxxx64,
"nickname": "XXXXXXXXXXXXXXX",
"email": "email@teste.com.br",
"phone": {
"area_code": " ",
"number": "919xxxxx183",
"extension": null,
},
"first_name": "usuario",
"last_name": "teste",
"billing_info": {
"doc_type": "CPF",
"doc_number": "663xxxxx53",
},
},
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"payments": [
{
"id": 64xxxxx64,
"transaction_amount": 99.98,
"coupon_amount": 0,
"currency_id": "BRL",
"status": "approved",
"date_created": "2013-08-25T16:04:26.000-04:00",
"date_last_modified": "2013-08-25T16:04:26.000-04:00",
},
],
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"payments": [
{
"id": 64xxxxx64,
"transaction_amount": 99.98,
"coupon_amount": 0,
"currency_id": "BRL",
"status": "approved",
"date_created": "2013-08-25T16:04:26.000-04:00",
"date_last_modified": "2013-08-25T16:04:26.000-04:00",
},
],
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"payments": [
{
"id": 64xxxxx64,
"transaction_amount": 99.98,
"coupon_amount": 0,
"currency_id": "BRL",
"status": "approved",
"date_created": "2013-08-25T16:04:26.000-04:00",
"date_last_modified": "2013-08-25T16:04:26.000-04:00",
},
],
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"shipping": {
"id": 2070xxx653,
"date_first_printed": null,
"shipping_mode": "me1",
"service_id": 2,
"shipment_type": "shipping",
"status": "shipped",
"currency_id": "BRL",
"date_created": "2013-08-25T16:04:20.000-04:00",
"receiver_address": {
"address_line": "joao xxxxxxx angulo 1099",
"id": 11xxxxx31,
"zip_code": "68xxxxx00",
"state": {
"id": "BR-PA",
"name": "Pará",
},
MercadoLivre Developers Conference
APIs OVERVIEW
GET /orders/123123123
"shipping": {
"id": 2070xxx653,
"date_first_printed": null,
"shipping_mode": "me1",
"service_id": 2,
"shipment_type": "shipping",
"status": "shipped",
"currency_id": "BRL",
"date_created": "2013-08-25T16:04:20.000-04:00",
"receiver_address": {
"address_line": "joao xxxxxxx angulo 1099",
"id": 11xxxxx31,
"zip_code": "68xxxxx00",
"state": {
"id": "BR-PA",
"name": "Pará",
},
MercadoLivre Developers Conference
APIs OVERVIEW
AGENDA
➔ Anúncios
➔ Perguntas e Respostas
➔ Pedidos
➔ Qualificação
➔ Buscas
MercadoLivre Developers Conference
APIs OVERVIEW
POST /orders/123123123/feedback
MercadoLivre Developers Conference
APIs OVERVIEW
POST /orders/123123123/feedback
MercadoLivre Developers Conference
{
"rating": "positive",
"fullfiled": true,
"message": "Recomendo a todos do MercadoLivre"
}
APIs OVERVIEW
POST /orders/123123123/feedback
{
"rating": "positive",
"fullfiled": true,
"message": "Recomendo a todos do MercadoLivre"
}
MercadoLivre Developers Conference
APIs OVERVIEW
POST /orders/123123123/feedback
{
"rating": "positive",
"fullfiled": true,
"message": "Recomendo a todos do MercadoLivre"
}
MercadoLivre Developers Conference
APIs OVERVIEW
POST /orders/123123123/feedback
{
"rating": "positive",
"fullfiled": true,
"message": "Recomendo a todos do MercadoLivre"
}
MercadoLivre Developers Conference
APIs OVERVIEW
POST /orders/123123123/feedback
{
"rating": "positive",
"fullfiled": true,
"message": "Recomendo a todos do MercadoLivre"
}
LIKE A SIR
MercadoLivre Developers Conference
APIs OVERVIEW
AGENDA
➔ Anúncios
➔ Perguntas e Respostas
➔ Pedidos
➔ Qualificação
➔ Buscas
MercadoLivre Developers Conference
APIs OVERVIEW
GET /sites/MLB/search
Alguns filtros:
Por keyword
GET /sites/MLB/search?q=ipod
Por Categoria
GET /sites/MLB/search?category=MLB105449
Por Nickname
GET /sites/MLB/search?nickname=$NICKNAME
Por Seller_id
GET /sites/MLB/search?seller_id=89827346
MercadoLivre Developers Conference
APIs OVERVIEW
GET /sites/MLB/search
Alguns filtros:
Por keyword
GET /sites/MLB/search?q=ipod
Por Categoria
GET /sites/MLB/search?category=MLB105449
Por Nickname
GET /sites/MLB/search?nickname=$NICKNAME
Por Seller_id
GET /sites/MLB/search?seller_id=89827346
MercadoLivre Developers Conference
APIs OVERVIEW
GET /sites/MLB/search
Alguns filtros:
Por keyword
GET /sites/MLB/search?q=ipod
Por Categoria
GET /sites/MLB/search?category=MLB105449
Por Nickname
GET /sites/MLB/search?nickname=$NICKNAME
Por Seller_id
GET /sites/MLB/search?seller_id=89827346
MercadoLivre Developers Conference
APIs OVERVIEW
GET /sites/MLB/search
Alguns filtros:
Por keyword
GET /sites/MLB/search?q=ipod
Por Categoria
GET /sites/MLB/search?category=MLB105449
Por Nickname
GET /sites/MLB/search?nickname=$NICKNAME
Por Seller_id
GET /sites/MLB/search?seller_id=89827346
MercadoLivre Developers Conference
APIs OVERVIEW
GET /sites/MLB/search
Combinações:
GET /sites/MLB/search?category=MLB105449&seller_id=89827346&q=ipod
Ordenação – Sort
GET /sites/MLB/search?q=ipod&sort=price_asc
Paginação – Limit e Offset
GET /sites/MLB/search?q=ipod&offset=100&limit=10
MercadoLivre Developers Conference
APIs OVERVIEW
GET /sites/MLB/search
Combinações:
GET /sites/MLB/search?category=MLB105449&seller_id=89827346&q=ipod
Ordenação – Sort
GET /sites/MLB/search?q=ipod&sort=price_asc
Paginação – Limit e Offset
GET /sites/MLB/search?q=ipod&offset=100&limit=10
MercadoLivre Developers Conference
APIs OVERVIEW
GET /sites/MLB/search
Combinações:
GET /sites/MLB/search?category=MLB105449&seller_id=89827346&q=ipod
Ordenação – Sort
GET /sites/MLB/search?q=ipod&sort=price_asc
Paginação – Limit e Offset
GET /sites/MLB/search?q=ipod&offset=100&limit=10
MercadoLivre Developers Conference
APIs OVERVIEW
GET /sites/MLB/search
Combinações:
GET /sites/MLB/search?category=MLB105449&seller_id=89827346&q=ipod
Ordenação – Sort
GET /sites/MLB/search?q=ipod&sort=price_asc
Paginação – Limit e Offset
GET /sites/MLB/search?q=ipod&offset=100&limit=10
MercadoLivre Developers Conference
APIs OVERVIEW
AGENDA
➔ Anúncios
➔ Perguntas e Respostas
➔ Pedidos
➔ Qualificação
➔ Buscas
MercadoLivre Developers Conference
APIs OVERVIEW
MercadoLivre Developers Conference
Perguntas?
Rafael Prenzier
Software Engineer
@prenzier

More Related Content

Viewers also liked

Gerenciando ventas - MeliDevConf BsAs.
Gerenciando ventas - MeliDevConf BsAs.Gerenciando ventas - MeliDevConf BsAs.
Gerenciando ventas - MeliDevConf BsAs.melidevelopers
 
Arquitetura de Mensagens Assíncronas - MeliDevConf 2013 - SP
Arquitetura de Mensagens Assíncronas - MeliDevConf 2013 - SPArquitetura de Mensagens Assíncronas - MeliDevConf 2013 - SP
Arquitetura de Mensagens Assíncronas - MeliDevConf 2013 - SPmelidevelopers
 
MercadoPago
MercadoPagoMercadoPago
MercadoPagofsolari
 
VirtualSeller
VirtualSellerVirtualSeller
VirtualSellerfsolari
 
Federico Procaccini DevConf 2014
Federico Procaccini DevConf 2014Federico Procaccini DevConf 2014
Federico Procaccini DevConf 2014fsolari
 
DevConf AR2014
DevConf AR2014DevConf AR2014
DevConf AR2014fsolari
 
Mercadopago - MeliDevConf BsAs.
Mercadopago - MeliDevConf BsAs.Mercadopago - MeliDevConf BsAs.
Mercadopago - MeliDevConf BsAs.melidevelopers
 
Mobile Apps
Mobile AppsMobile Apps
Mobile Appsfsolari
 
Business opportunities - MeliDevConf BsAs.
Business opportunities - MeliDevConf BsAs.Business opportunities - MeliDevConf BsAs.
Business opportunities - MeliDevConf BsAs.melidevelopers
 
Nubimetrics
NubimetricsNubimetrics
Nubimetricsfsolari
 
Sala 2 03 o auth e cadastro de produtos - danilo santos
Sala 2 03   o auth e cadastro de produtos - danilo santosSala 2 03   o auth e cadastro de produtos - danilo santos
Sala 2 03 o auth e cadastro de produtos - danilo santosfsolari
 
Vendedores 01 abertura - helisson lemos
Vendedores 01   abertura - helisson lemosVendedores 01   abertura - helisson lemos
Vendedores 01 abertura - helisson lemosfsolari
 
Byram healthcare dramatically speeds processes and reduces downtime using the...
Byram healthcare dramatically speeds processes and reduces downtime using the...Byram healthcare dramatically speeds processes and reduces downtime using the...
Byram healthcare dramatically speeds processes and reduces downtime using the...BizTalk360
 
Audit¢rio 06 categoria fashion - oportunidades e como se integrar - rafael ...
Audit¢rio 06   categoria fashion - oportunidades e como se integrar - rafael ...Audit¢rio 06   categoria fashion - oportunidades e como se integrar - rafael ...
Audit¢rio 06 categoria fashion - oportunidades e como se integrar - rafael ...fsolari
 
Integration made easy with Azure Service Bus and APIM
Integration made easy with Azure Service Bus and APIMIntegration made easy with Azure Service Bus and APIM
Integration made easy with Azure Service Bus and APIMBizTalk360
 
Experiencias de integração
Experiencias de integraçãoExperiencias de integração
Experiencias de integraçãofsolari
 
API Interaction
API InteractionAPI Interaction
API Interactionfsolari
 
Introducción - MeliDevConf BsAs.
Introducción - MeliDevConf BsAs.Introducción - MeliDevConf BsAs.
Introducción - MeliDevConf BsAs.melidevelopers
 
Real Trends
Real TrendsReal Trends
Real Trendsfsolari
 
Audit¢rio 10 tendàncias em aplicaá‰es m¢veis - soledad dematteo
Audit¢rio 10   tendàncias em aplicaá‰es m¢veis - soledad dematteoAudit¢rio 10   tendàncias em aplicaá‰es m¢veis - soledad dematteo
Audit¢rio 10 tendàncias em aplicaá‰es m¢veis - soledad dematteofsolari
 

Viewers also liked (20)

Gerenciando ventas - MeliDevConf BsAs.
Gerenciando ventas - MeliDevConf BsAs.Gerenciando ventas - MeliDevConf BsAs.
Gerenciando ventas - MeliDevConf BsAs.
 
Arquitetura de Mensagens Assíncronas - MeliDevConf 2013 - SP
Arquitetura de Mensagens Assíncronas - MeliDevConf 2013 - SPArquitetura de Mensagens Assíncronas - MeliDevConf 2013 - SP
Arquitetura de Mensagens Assíncronas - MeliDevConf 2013 - SP
 
MercadoPago
MercadoPagoMercadoPago
MercadoPago
 
VirtualSeller
VirtualSellerVirtualSeller
VirtualSeller
 
Federico Procaccini DevConf 2014
Federico Procaccini DevConf 2014Federico Procaccini DevConf 2014
Federico Procaccini DevConf 2014
 
DevConf AR2014
DevConf AR2014DevConf AR2014
DevConf AR2014
 
Mercadopago - MeliDevConf BsAs.
Mercadopago - MeliDevConf BsAs.Mercadopago - MeliDevConf BsAs.
Mercadopago - MeliDevConf BsAs.
 
Mobile Apps
Mobile AppsMobile Apps
Mobile Apps
 
Business opportunities - MeliDevConf BsAs.
Business opportunities - MeliDevConf BsAs.Business opportunities - MeliDevConf BsAs.
Business opportunities - MeliDevConf BsAs.
 
Nubimetrics
NubimetricsNubimetrics
Nubimetrics
 
Sala 2 03 o auth e cadastro de produtos - danilo santos
Sala 2 03   o auth e cadastro de produtos - danilo santosSala 2 03   o auth e cadastro de produtos - danilo santos
Sala 2 03 o auth e cadastro de produtos - danilo santos
 
Vendedores 01 abertura - helisson lemos
Vendedores 01   abertura - helisson lemosVendedores 01   abertura - helisson lemos
Vendedores 01 abertura - helisson lemos
 
Byram healthcare dramatically speeds processes and reduces downtime using the...
Byram healthcare dramatically speeds processes and reduces downtime using the...Byram healthcare dramatically speeds processes and reduces downtime using the...
Byram healthcare dramatically speeds processes and reduces downtime using the...
 
Audit¢rio 06 categoria fashion - oportunidades e como se integrar - rafael ...
Audit¢rio 06   categoria fashion - oportunidades e como se integrar - rafael ...Audit¢rio 06   categoria fashion - oportunidades e como se integrar - rafael ...
Audit¢rio 06 categoria fashion - oportunidades e como se integrar - rafael ...
 
Integration made easy with Azure Service Bus and APIM
Integration made easy with Azure Service Bus and APIMIntegration made easy with Azure Service Bus and APIM
Integration made easy with Azure Service Bus and APIM
 
Experiencias de integração
Experiencias de integraçãoExperiencias de integração
Experiencias de integração
 
API Interaction
API InteractionAPI Interaction
API Interaction
 
Introducción - MeliDevConf BsAs.
Introducción - MeliDevConf BsAs.Introducción - MeliDevConf BsAs.
Introducción - MeliDevConf BsAs.
 
Real Trends
Real TrendsReal Trends
Real Trends
 
Audit¢rio 10 tendàncias em aplicaá‰es m¢veis - soledad dematteo
Audit¢rio 10   tendàncias em aplicaá‰es m¢veis - soledad dematteoAudit¢rio 10   tendàncias em aplicaá‰es m¢veis - soledad dematteo
Audit¢rio 10 tendàncias em aplicaá‰es m¢veis - soledad dematteo
 

Similar to API's overview - MeliDevConf 2013 - SP

Novedades de la API - Leandro Bertalot
Novedades de la API - Leandro BertalotNovedades de la API - Leandro Bertalot
Novedades de la API - Leandro Bertalotfsolari
 
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...MongoDB
 
Novedades de la Plataforma MercadoEnvios - Soledad Dematteo
Novedades de la Plataforma MercadoEnvios - Soledad DematteoNovedades de la Plataforma MercadoEnvios - Soledad Dematteo
Novedades de la Plataforma MercadoEnvios - Soledad Dematteofsolari
 
API-Entwicklung bei XING
API-Entwicklung bei XINGAPI-Entwicklung bei XING
API-Entwicklung bei XINGMark Schmidt
 
Hands on SPA development
Hands on SPA developmentHands on SPA development
Hands on SPA developmentShawn Constance
 
MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...
MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...
MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...MongoDB
 
SDKs, the good the bad the ugly - Japan
SDKs, the good the bad the ugly - JapanSDKs, the good the bad the ugly - Japan
SDKs, the good the bad the ugly - Japantristansokol
 
Elixir, GraphQL and Vue.js
Elixir, GraphQL and Vue.jsElixir, GraphQL and Vue.js
Elixir, GraphQL and Vue.jsJeroen Visser
 
CloudML talk at DevFest Madurai 2016
CloudML talk at DevFest Madurai 2016 CloudML talk at DevFest Madurai 2016
CloudML talk at DevFest Madurai 2016 Karthik Padmanabhan
 
Agile Database Development with JSON
Agile Database Development with JSONAgile Database Development with JSON
Agile Database Development with JSONChris Saxon
 
[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] Keynote[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] KeynoteMongoDB
 
Princípios básicos e oAuth 2.0 - MeliDevConf 2013 - SP
Princípios básicos e oAuth 2.0 - MeliDevConf 2013 - SPPrincípios básicos e oAuth 2.0 - MeliDevConf 2013 - SP
Princípios básicos e oAuth 2.0 - MeliDevConf 2013 - SPmelidevelopers
 
Designing Capital One's iPhone and iPad App
Designing Capital One's iPhone and iPad AppDesigning Capital One's iPhone and iPad App
Designing Capital One's iPhone and iPad AppSabrina Ngai
 
MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...
MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...
MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...MongoDB
 
DevSecCon London 2018: Open DevSecOps
DevSecCon London 2018: Open DevSecOpsDevSecCon London 2018: Open DevSecOps
DevSecCon London 2018: Open DevSecOpsDevSecCon
 
VBA API for scriptDB primer
VBA API for scriptDB primerVBA API for scriptDB primer
VBA API for scriptDB primerBruce McPherson
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedMarcinStachniuk
 
Keynote - Speaker: Grigori Melnik
Keynote - Speaker: Grigori Melnik Keynote - Speaker: Grigori Melnik
Keynote - Speaker: Grigori Melnik MongoDB
 
Introduction to GraphQL at API days
Introduction to GraphQL at API daysIntroduction to GraphQL at API days
Introduction to GraphQL at API daysyann_s
 
RICOH THETA x IoT Developers Contest : Cloud API Seminar (2nd installation)
RICOH THETA x IoT Developers Contest : Cloud API Seminar (2nd installation)RICOH THETA x IoT Developers Contest : Cloud API Seminar (2nd installation)
RICOH THETA x IoT Developers Contest : Cloud API Seminar (2nd installation)contest-theta360
 

Similar to API's overview - MeliDevConf 2013 - SP (20)

Novedades de la API - Leandro Bertalot
Novedades de la API - Leandro BertalotNovedades de la API - Leandro Bertalot
Novedades de la API - Leandro Bertalot
 
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...
 
Novedades de la Plataforma MercadoEnvios - Soledad Dematteo
Novedades de la Plataforma MercadoEnvios - Soledad DematteoNovedades de la Plataforma MercadoEnvios - Soledad Dematteo
Novedades de la Plataforma MercadoEnvios - Soledad Dematteo
 
API-Entwicklung bei XING
API-Entwicklung bei XINGAPI-Entwicklung bei XING
API-Entwicklung bei XING
 
Hands on SPA development
Hands on SPA developmentHands on SPA development
Hands on SPA development
 
MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...
MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...
MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...
 
SDKs, the good the bad the ugly - Japan
SDKs, the good the bad the ugly - JapanSDKs, the good the bad the ugly - Japan
SDKs, the good the bad the ugly - Japan
 
Elixir, GraphQL and Vue.js
Elixir, GraphQL and Vue.jsElixir, GraphQL and Vue.js
Elixir, GraphQL and Vue.js
 
CloudML talk at DevFest Madurai 2016
CloudML talk at DevFest Madurai 2016 CloudML talk at DevFest Madurai 2016
CloudML talk at DevFest Madurai 2016
 
Agile Database Development with JSON
Agile Database Development with JSONAgile Database Development with JSON
Agile Database Development with JSON
 
[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] Keynote[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] Keynote
 
Princípios básicos e oAuth 2.0 - MeliDevConf 2013 - SP
Princípios básicos e oAuth 2.0 - MeliDevConf 2013 - SPPrincípios básicos e oAuth 2.0 - MeliDevConf 2013 - SP
Princípios básicos e oAuth 2.0 - MeliDevConf 2013 - SP
 
Designing Capital One's iPhone and iPad App
Designing Capital One's iPhone and iPad AppDesigning Capital One's iPhone and iPad App
Designing Capital One's iPhone and iPad App
 
MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...
MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...
MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...
 
DevSecCon London 2018: Open DevSecOps
DevSecCon London 2018: Open DevSecOpsDevSecCon London 2018: Open DevSecOps
DevSecCon London 2018: Open DevSecOps
 
VBA API for scriptDB primer
VBA API for scriptDB primerVBA API for scriptDB primer
VBA API for scriptDB primer
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
 
Keynote - Speaker: Grigori Melnik
Keynote - Speaker: Grigori Melnik Keynote - Speaker: Grigori Melnik
Keynote - Speaker: Grigori Melnik
 
Introduction to GraphQL at API days
Introduction to GraphQL at API daysIntroduction to GraphQL at API days
Introduction to GraphQL at API days
 
RICOH THETA x IoT Developers Contest : Cloud API Seminar (2nd installation)
RICOH THETA x IoT Developers Contest : Cloud API Seminar (2nd installation)RICOH THETA x IoT Developers Contest : Cloud API Seminar (2nd installation)
RICOH THETA x IoT Developers Contest : Cloud API Seminar (2nd installation)
 

More from melidevelopers (20)

Mercado Envíos Ful
Mercado Envíos FulMercado Envíos Ful
Mercado Envíos Ful
 
Fernando Adrian Scasserra
Fernando Adrian ScasserraFernando Adrian Scasserra
Fernando Adrian Scasserra
 
Lucía Brizuela
Lucía BrizuelaLucía Brizuela
Lucía Brizuela
 
Victor Piñal
Victor PiñalVictor Piñal
Victor Piñal
 
Leandro Bertalot y Jair Vázquez
Leandro Bertalot y Jair VázquezLeandro Bertalot y Jair Vázquez
Leandro Bertalot y Jair Vázquez
 
Omar Galicia
Omar GaliciaOmar Galicia
Omar Galicia
 
Daniel Gándara
Daniel GándaraDaniel Gándara
Daniel Gándara
 
Mercado Pago para seller del on
Mercado Pago para seller del onMercado Pago para seller del on
Mercado Pago para seller del on
 
Mandaê
MandaêMandaê
Mandaê
 
Eu entrego
Eu entregoEu entrego
Eu entrego
 
Be Commerce
Be CommerceBe Commerce
Be Commerce
 
Bling!
Bling!Bling!
Bling!
 
Any Market
Any MarketAny Market
Any Market
 
Aprendendo sobre o seu mercado
Aprendendo sobre o seu mercadoAprendendo sobre o seu mercado
Aprendendo sobre o seu mercado
 
AWS
AWS AWS
AWS
 
Mercado Pago - SDK mobile
Mercado Pago - SDK mobile Mercado Pago - SDK mobile
Mercado Pago - SDK mobile
 
sensedia - Design Sprint
sensedia - Design Sprint sensedia - Design Sprint
sensedia - Design Sprint
 
VTEX
VTEX VTEX
VTEX
 
Mercado pago - além do e-commerce
Mercado pago - além do e-commerceMercado pago - além do e-commerce
Mercado pago - além do e-commerce
 
Facebook - Marketing
Facebook - MarketingFacebook - Marketing
Facebook - Marketing
 

Recently uploaded

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 

Recently uploaded (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

API's overview - MeliDevConf 2013 - SP

  • 2. Rafael Prenzier Software Engineer Hobbies: Movies, Series, Books Xbox 360 @prenzier
  • 3. APIs OVERVIEW O QUE POSSO FAZER COM AS APIs DO MERCADOLIVRE? MercadoLivre Developers Conference
  • 5. APIs OVERVIEW TUDO!OBS: Menos Comprar... MercadoLivre Developers Conference
  • 6. APIs OVERVIEW AGENDA ➔ Anúncios ➔ Perguntas e Respostas ➔ Pedidos ➔ Qualificação ➔ Buscas MercadoLivre Developers Conference
  • 7. APIs OVERVIEW POST /items ➔ Título e Descrição ➔ Categoria ➔ Quantidade e Preço ➔ Nível de exposição ➔ Fotos MercadoLivre Developers Conference
  • 8. { "title": "Playstation 3" , "subtitle": "Some subtitle here" , "category_id": "MLB5529", "price": 10, "currency_id": "BRL", "available_quantity" : 1, "buying_mode": "buy_it_now", "listing_type_id" : "bronze", "condition": "new", "description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2 controle e 3 ótimos jogos" , "video_id": "YOUTUBE_ID_HERE" , "warranty": "12 months", "pictures": [ { "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "}, { "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" } ] } APIs OVERVIEW POST /items MercadoLivre Developers Conference
  • 9. { "title": "Playstation 3" , "subtitle": "Some subtitle here" , "category_id": "MLB5529", "price": 10, "currency_id": "BRL", "available_quantity" : 1, "buying_mode": "buy_it_now", "listing_type_id" : "bronze", "condition": "new", "description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2 controle e 3 ótimos jogos" , "video_id": "YOUTUBE_ID_HERE" , "warranty": "12 months", "pictures": [ { "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "}, { "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" } ] } APIs OVERVIEW POST /items MercadoLivre Developers Conference
  • 10. { "title": "Playstation 3" , "subtitle": "Some subtitle here" , "category_id": "MLB5529", "price": 10, "currency_id": "BRL", "available_quantity" : 1, "buying_mode": "buy_it_now", "listing_type_id" : "bronze", "condition": "new", "description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2 controle e 3 ótimos jogos" , "video_id": "YOUTUBE_ID_HERE" , "warranty": "12 months", "pictures": [ { "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "}, { "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" } ] } APIs OVERVIEW POST /items MercadoLivre Developers Conference
  • 11. { "title": "Playstation 3" , "subtitle": "Some subtitle here" , "category_id": "MLB5529", "price": 10, "currency_id": "BRL", "available_quantity" : 1, "buying_mode": "buy_it_now", "listing_type_id" : "bronze", "condition": "new", "description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2 controle e 3 ótimos jogos" , "video_id": "YOUTUBE_ID_HERE" , "warranty": "12 months", "pictures": [ { "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "}, { "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" } ] } APIs OVERVIEW POST /items MercadoLivre Developers Conference
  • 12. { "title": "Playstation 3" , "subtitle": "Some subtitle here" , "category_id": "MLB5529", "price": 10, "currency_id": "BRL", "available_quantity" : 1, "buying_mode": "buy_it_now", "listing_type_id" : "bronze", "condition": "new", "description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2 controle e 3 ótimos jogos" , "video_id": "YOUTUBE_ID_HERE" , "warranty": "12 months", "pictures": [ { "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "}, { "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" } ] } APIs OVERVIEW POST /items MercadoLivre Developers Conference
  • 13. { "title": "Playstation 3" , "subtitle": "Some subtitle here" , "category_id": "MLB5529", "price": 10, "currency_id": "BRL", "available_quantity" : 1, "buying_mode": "buy_it_now", "listing_type_id" : "bronze", "condition": "new", "description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2 controle e 3 ótimos jogos" , "video_id": "YOUTUBE_ID_HERE" , "warranty": "12 months", "pictures": [ { "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "}, { "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" } ] } APIs OVERVIEW POST /items MercadoLivre Developers Conference
  • 14. { "title": "Playstation 3" , "subtitle": "Some subtitle here" , "category_id": "MLB5529", "price": 10, "currency_id": "BRL", "available_quantity" : 1, "buying_mode": "buy_it_now", "listing_type_id" : "bronze", "condition": "new", "description": "Item:, <strong> Incrível Playstation 3 </strong> vem com 2 controle e 3 ótimos jogos" , "video_id": "YOUTUBE_ID_HERE" , "warranty": "12 months", "pictures": [ { "source": http://upload.wikimedia.org//fd/Ray_Ban_Original_Wayfarer.jpg "}, { "source": "http://en.wikipedia.org/wiki/File:Teashades.gif" } ] } APIs OVERVIEW POST /items MercadoLivre Developers Conference
  • 16. APIs OVERVIEW POST /items MELIAPP POST MercadoLivre Developers Conference
  • 17. APIs OVERVIEW POST /items MELIAPP POST MELIAPP MercadoLivre Developers Conference
  • 18. APIs OVERVIEW POST /items MELIAPP POST 201 Created MELIAPP MercadoLivre Developers Conference
  • 19. APIs OVERVIEW POST /items MELIAPP POST 201 Created MELIAPP { "id": "MLB502951323", "site_id": "MLB", "title": "Playstation 3", "sold_quantity": 0, "permalink": http://produto.mercadolivre.com.br/MLB-502951323.... … } MercadoLivre Developers Conference
  • 20. APIs OVERVIEW POST /items MELIAPP POST 201 Created MELIAPP { "id": "MLB502951323", "site_id": "MLB", "title": "Playstation 3", "sold_quantity": 0, "permalink": http://produto.mercadolivre.com.br/MLB-502951323.... … } MercadoLivre Developers Conference
  • 23. APIs OVERVIEW PUT /items/MLB502951323 MELIAPP PUT MercadoLivre Developers Conference
  • 24. APIs OVERVIEW PUT /items/MLB502951323 MELIAPP PUT { "title": "Novo titulo", "price": 1000 } MercadoLivre Developers Conference
  • 25. APIs OVERVIEW PUT /items/MLB502951323 MELIAPP PUT MELIAPP { "title": "Novo titulo", "price": 1000 } MercadoLivre Developers Conference
  • 26. APIs OVERVIEW PUT /items/MLB502951323 MELIAPP PUT 200 OK MELIAPP { "title": "Novo titulo", "price": 1000 } MercadoLivre Developers Conference
  • 27. APIs OVERVIEW PUT /items/MLB502951323 { "status": "paused" } MercadoLivre Developers Conference
  • 28. APIs OVERVIEW { "listing_type_id": "silver", "quantity": 20, "price": 500 } POST /items/MLB502951323/relist MercadoLivre Developers Conference
  • 29. APIs OVERVIEW Publicar POST /items Modificar PUT /items/MLB502951323 Republicar POST /items/MLB502951323/relist MercadoLivre Developers Conference
  • 30. APIs OVERVIEW Publicar POST /items Modificar PUT /items/MLB502951323 Republicar POST /items/MLB502951323/relist MercadoLivre Developers Conference
  • 31. APIs OVERVIEW AGENDA ➔ Anúncios ➔ Perguntas e Respostas ➔ Pedidos ➔ Qualificação ➔ Buscas MercadoLivre Developers Conference
  • 32. APIs OVERVIEW POST /questions { "text": "Olá amigo, tem na cor preta?", "item_id": "MLB502951323" } MercadoLivre Developers Conference
  • 36. APIs OVERVIEW Notificação MELIAPP POST { "user_id": 1234, "resource": "/questions/123123123", "topic": "questions", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 37. APIs OVERVIEW Notificação MELIAPP POST { "user_id": 1234, "resource": "/questions/123123123", "topic": "questions", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 38. APIs OVERVIEW Notificação MELIAPP POST { "user_id": 1234, "resource": "/questions/123123123", "topic": "questions", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 39. APIs OVERVIEW Notificação MELIAPP POST { "user_id": 1234, "resource": "/questions/123123123", "topic": "questions", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 40. APIs OVERVIEW Notificação MELIAPP POST MELIAPP { "user_id": 1234, "resource": "/questions/123123123", "topic": "questions", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 41. APIs OVERVIEW Notificação MELIAPP POST 200 OK MELIAPP { "user_id": 1234, "resource": "/questions/123123123", "topic": "questions", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 42. APIs OVERVIEW GET /questions/123123123 { "id": 123123123, "answer": null, "date_created": "2013-08-10T13:43:13.000-04:00", "item_id": "MLB502951323", "seller_id": xxxxxxx, "status": "UNANSWERED", "text": "Olá amigo, tem na cor preta?" "from": { "id": xxxxxxx, "answered_questions": 0 } } MercadoLivre Developers Conference
  • 43. APIs OVERVIEW GET /questions/123123123 { "id": 123123123, "answer": null, "date_created": "2013-08-10T13:43:13.000-04:00", "item_id": "MLB502951323", "seller_id": xxxxxxx, "status": "UNANSWERED", "text": "Olá amigo, tem na cor preta?" "from": { "id": xxxxxxx, "answered_questions": 0 } } MercadoLivre Developers Conference
  • 44. APIs OVERVIEW GET /questions/123123123 { "id": 123123123, "answer": null, "date_created": "2013-08-10T13:43:13.000-04:00", "item_id": "MLB502951323", "seller_id": xxxxxxx, "status": "UNANSWERED", "text": "Olá amigo, tem na cor preta?" "from": { "id": xxxxxxx, "answered_questions": 0 } } MercadoLivre Developers Conference
  • 45. APIs OVERVIEW POST /answers { "question_id": 123123123, "text": "Sim, temos na cor preta?" } MercadoLivre Developers Conference
  • 47. APIs OVERVIEW AGENDA ➔ Anúncios ➔ Perguntas e Respostas ➔ Pedidos ➔ Qualificação ➔ Buscas MercadoLivre Developers Conference
  • 51. APIs OVERVIEW Notificação MELIAPP POST { "user_id": 1234, "resource": "/orders/123123123", "topic": "orders", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 52. APIs OVERVIEW Notificação MELIAPP POST { "user_id": 1234, "resource": "/orders/123123123", "topic": "orders", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 53. APIs OVERVIEW Notificação MELIAPP POST { "user_id": 1234, "resource": "/orders/123123123", "topic": "orders", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 54. APIs OVERVIEW Notificação MELIAPP POST { "user_id": 1234, "resource": "/orders/123123123", "topic": "orders", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 55. APIs OVERVIEW Notificação MELIAPP POST MELIAPP { "user_id": 1234, "resource": "/orders/123123123", "topic": "orders", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 56. APIs OVERVIEW Notificação MELIAPP POST 200 OK MELIAPP { "user_id": 1234, "resource": "/orders/123123123", "topic": "orders", "received": "2013-08-09T14:59:15+00:00", "sent": "2013-08-09T14:59:15+00:00" } MercadoLivre Developers Conference
  • 57. APIs OVERVIEW GET /orders/123123123 { "id": 785128848, "status": "paid", "status_detail": null, "date_created": "2013-08-25T15:55:03.000-04:00", "date_closed": "2013-08-25T15:55:03.000-04:00", "order_items": [{ "item": { "id": "MLB500xxxxx9", "title": "Playstation 3", "variation_id": null, "variation_attributes": [ ] }, "quantity": 1, "unit_price": 99.98, "currency_id": "BRL", }], MercadoLivre Developers Conference
  • 58. APIs OVERVIEW GET /orders/123123123 { "id": 785128848, "status": "paid", "status_detail": null, "date_created": "2013-08-25T15:55:03.000-04:00", "date_closed": "2013-08-25T15:55:03.000-04:00", "order_items": [{ "item": { "id": "MLB500xxxxx9", "title": "Playstation 3", "variation_id": null, "variation_attributes": [ ] }, "quantity": 1, "unit_price": 99.98, "currency_id": "BRL", }], MercadoLivre Developers Conference
  • 59. APIs OVERVIEW GET /orders/123123123 { "id": 785128848, "status": "paid", "status_detail": null, "date_created": "2013-08-25T15:55:03.000-04:00", "date_closed": "2013-08-25T15:55:03.000-04:00", "order_items": [{ "item": { "id": "MLB500xxxxx9", "title": "Playstation 3", "variation_id": null, "variation_attributes": [ ] }, "quantity": 1, "unit_price": 99.98, "currency_id": "BRL", }], MercadoLivre Developers Conference
  • 60. APIs OVERVIEW GET /orders/123123123 { "id": 785128848, "status": "paid", "status_detail": null, "date_created": "2013-08-25T15:55:03.000-04:00", "date_closed": "2013-08-25T15:55:03.000-04:00", "order_items": [{ "item": { "id": "MLB500xxxxx9", "title": "Playstation 3", "variation_id": null, "variation_attributes": [ ] }, "quantity": 1, "unit_price": 99.98, "currency_id": "BRL", }], MercadoLivre Developers Conference
  • 61. APIs OVERVIEW GET /orders/123123123 "buyer": { "id": 123xxxx64, "nickname": "XXXXXXXXXXXXXXX", "email": "email@teste.com.br", "phone": { "area_code": " ", "number": "919xxxxx183", "extension": null, }, "first_name": "usuario", "last_name": "teste", "billing_info": { "doc_type": "CPF", "doc_number": "663xxxxx53", }, }, MercadoLivre Developers Conference
  • 62. APIs OVERVIEW GET /orders/123123123 "buyer": { "id": 123xxxx64, "nickname": "XXXXXXXXXXXXXXX", "email": "email@teste.com.br", "phone": { "area_code": " ", "number": "919xxxxx183", "extension": null, }, "first_name": "usuario", "last_name": "teste", "billing_info": { "doc_type": "CPF", "doc_number": "663xxxxx53", }, }, MercadoLivre Developers Conference
  • 63. APIs OVERVIEW GET /orders/123123123 "buyer": { "id": 123xxxx64, "nickname": "XXXXXXXXXXXXXXX", "email": "email@teste.com.br", "phone": { "area_code": " ", "number": "919xxxxx183", "extension": null, }, "first_name": "usuario", "last_name": "teste", "billing_info": { "doc_type": "CPF", "doc_number": "663xxxxx53", }, }, MercadoLivre Developers Conference
  • 64. APIs OVERVIEW GET /orders/123123123 "buyer": { "id": 123xxxx64, "nickname": "XXXXXXXXXXXXXXX", "email": "email@teste.com.br", "phone": { "area_code": " ", "number": "919xxxxx183", "extension": null, }, "first_name": "usuario", "last_name": "teste", "billing_info": { "doc_type": "CPF", "doc_number": "663xxxxx53", }, }, MercadoLivre Developers Conference
  • 65. APIs OVERVIEW GET /orders/123123123 "buyer": { "id": 123xxxx64, "nickname": "XXXXXXXXXXXXXXX", "email": "email@teste.com.br", "phone": { "area_code": " ", "number": "919xxxxx183", "extension": null, }, "first_name": "usuario", "last_name": "teste", "billing_info": { "doc_type": "CPF", "doc_number": "663xxxxx53", }, }, MercadoLivre Developers Conference
  • 66. APIs OVERVIEW GET /orders/123123123 "buyer": { "id": 123xxxx64, "nickname": "XXXXXXXXXXXXXXX", "email": "email@teste.com.br", "phone": { "area_code": " ", "number": "919xxxxx183", "extension": null, }, "first_name": "usuario", "last_name": "teste", "billing_info": { "doc_type": "CPF", "doc_number": "663xxxxx53", }, }, MercadoLivre Developers Conference
  • 67. APIs OVERVIEW GET /orders/123123123 "buyer": { "id": 123xxxx64, "nickname": "XXXXXXXXXXXXXXX", "email": "email@teste.com.br", "phone": { "area_code": " ", "number": "919xxxxx183", "extension": null, }, "first_name": "usuario", "last_name": "teste", "billing_info": { "doc_type": "CPF", "doc_number": "663xxxxx53", }, }, MercadoLivre Developers Conference
  • 68. APIs OVERVIEW GET /orders/123123123 "payments": [ { "id": 64xxxxx64, "transaction_amount": 99.98, "coupon_amount": 0, "currency_id": "BRL", "status": "approved", "date_created": "2013-08-25T16:04:26.000-04:00", "date_last_modified": "2013-08-25T16:04:26.000-04:00", }, ], MercadoLivre Developers Conference
  • 69. APIs OVERVIEW GET /orders/123123123 "payments": [ { "id": 64xxxxx64, "transaction_amount": 99.98, "coupon_amount": 0, "currency_id": "BRL", "status": "approved", "date_created": "2013-08-25T16:04:26.000-04:00", "date_last_modified": "2013-08-25T16:04:26.000-04:00", }, ], MercadoLivre Developers Conference
  • 70. APIs OVERVIEW GET /orders/123123123 "payments": [ { "id": 64xxxxx64, "transaction_amount": 99.98, "coupon_amount": 0, "currency_id": "BRL", "status": "approved", "date_created": "2013-08-25T16:04:26.000-04:00", "date_last_modified": "2013-08-25T16:04:26.000-04:00", }, ], MercadoLivre Developers Conference
  • 71. APIs OVERVIEW GET /orders/123123123 "shipping": { "id": 2070xxx653, "date_first_printed": null, "shipping_mode": "me1", "service_id": 2, "shipment_type": "shipping", "status": "shipped", "currency_id": "BRL", "date_created": "2013-08-25T16:04:20.000-04:00", "receiver_address": { "address_line": "joao xxxxxxx angulo 1099", "id": 11xxxxx31, "zip_code": "68xxxxx00", "state": { "id": "BR-PA", "name": "Pará", }, MercadoLivre Developers Conference
  • 72. APIs OVERVIEW GET /orders/123123123 "shipping": { "id": 2070xxx653, "date_first_printed": null, "shipping_mode": "me1", "service_id": 2, "shipment_type": "shipping", "status": "shipped", "currency_id": "BRL", "date_created": "2013-08-25T16:04:20.000-04:00", "receiver_address": { "address_line": "joao xxxxxxx angulo 1099", "id": 11xxxxx31, "zip_code": "68xxxxx00", "state": { "id": "BR-PA", "name": "Pará", }, MercadoLivre Developers Conference
  • 73. APIs OVERVIEW AGENDA ➔ Anúncios ➔ Perguntas e Respostas ➔ Pedidos ➔ Qualificação ➔ Buscas MercadoLivre Developers Conference
  • 75. APIs OVERVIEW POST /orders/123123123/feedback MercadoLivre Developers Conference { "rating": "positive", "fullfiled": true, "message": "Recomendo a todos do MercadoLivre" }
  • 76. APIs OVERVIEW POST /orders/123123123/feedback { "rating": "positive", "fullfiled": true, "message": "Recomendo a todos do MercadoLivre" } MercadoLivre Developers Conference
  • 77. APIs OVERVIEW POST /orders/123123123/feedback { "rating": "positive", "fullfiled": true, "message": "Recomendo a todos do MercadoLivre" } MercadoLivre Developers Conference
  • 78. APIs OVERVIEW POST /orders/123123123/feedback { "rating": "positive", "fullfiled": true, "message": "Recomendo a todos do MercadoLivre" } MercadoLivre Developers Conference
  • 79. APIs OVERVIEW POST /orders/123123123/feedback { "rating": "positive", "fullfiled": true, "message": "Recomendo a todos do MercadoLivre" } LIKE A SIR MercadoLivre Developers Conference
  • 80. APIs OVERVIEW AGENDA ➔ Anúncios ➔ Perguntas e Respostas ➔ Pedidos ➔ Qualificação ➔ Buscas MercadoLivre Developers Conference
  • 81. APIs OVERVIEW GET /sites/MLB/search Alguns filtros: Por keyword GET /sites/MLB/search?q=ipod Por Categoria GET /sites/MLB/search?category=MLB105449 Por Nickname GET /sites/MLB/search?nickname=$NICKNAME Por Seller_id GET /sites/MLB/search?seller_id=89827346 MercadoLivre Developers Conference
  • 82. APIs OVERVIEW GET /sites/MLB/search Alguns filtros: Por keyword GET /sites/MLB/search?q=ipod Por Categoria GET /sites/MLB/search?category=MLB105449 Por Nickname GET /sites/MLB/search?nickname=$NICKNAME Por Seller_id GET /sites/MLB/search?seller_id=89827346 MercadoLivre Developers Conference
  • 83. APIs OVERVIEW GET /sites/MLB/search Alguns filtros: Por keyword GET /sites/MLB/search?q=ipod Por Categoria GET /sites/MLB/search?category=MLB105449 Por Nickname GET /sites/MLB/search?nickname=$NICKNAME Por Seller_id GET /sites/MLB/search?seller_id=89827346 MercadoLivre Developers Conference
  • 84. APIs OVERVIEW GET /sites/MLB/search Alguns filtros: Por keyword GET /sites/MLB/search?q=ipod Por Categoria GET /sites/MLB/search?category=MLB105449 Por Nickname GET /sites/MLB/search?nickname=$NICKNAME Por Seller_id GET /sites/MLB/search?seller_id=89827346 MercadoLivre Developers Conference
  • 85. APIs OVERVIEW GET /sites/MLB/search Combinações: GET /sites/MLB/search?category=MLB105449&seller_id=89827346&q=ipod Ordenação – Sort GET /sites/MLB/search?q=ipod&sort=price_asc Paginação – Limit e Offset GET /sites/MLB/search?q=ipod&offset=100&limit=10 MercadoLivre Developers Conference
  • 86. APIs OVERVIEW GET /sites/MLB/search Combinações: GET /sites/MLB/search?category=MLB105449&seller_id=89827346&q=ipod Ordenação – Sort GET /sites/MLB/search?q=ipod&sort=price_asc Paginação – Limit e Offset GET /sites/MLB/search?q=ipod&offset=100&limit=10 MercadoLivre Developers Conference
  • 87. APIs OVERVIEW GET /sites/MLB/search Combinações: GET /sites/MLB/search?category=MLB105449&seller_id=89827346&q=ipod Ordenação – Sort GET /sites/MLB/search?q=ipod&sort=price_asc Paginação – Limit e Offset GET /sites/MLB/search?q=ipod&offset=100&limit=10 MercadoLivre Developers Conference
  • 88. APIs OVERVIEW GET /sites/MLB/search Combinações: GET /sites/MLB/search?category=MLB105449&seller_id=89827346&q=ipod Ordenação – Sort GET /sites/MLB/search?q=ipod&sort=price_asc Paginação – Limit e Offset GET /sites/MLB/search?q=ipod&offset=100&limit=10 MercadoLivre Developers Conference
  • 89. APIs OVERVIEW AGENDA ➔ Anúncios ➔ Perguntas e Respostas ➔ Pedidos ➔ Qualificação ➔ Buscas MercadoLivre Developers Conference