SlideShare a Scribd company logo
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 santos
fsolari
 
Vendedores 01 abertura - helisson lemos
Vendedores 01   abertura - helisson lemosVendedores 01   abertura - helisson lemos
Vendedores 01 abertura - helisson lemos
fsolari
 
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 APIM
BizTalk360
 
Experiencias de integração
Experiencias de integraçãoExperiencias de integração
Experiencias de integração
fsolari
 
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 dematteo
fsolari
 

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 Bertalot
fsolari
 
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 Dematteo
fsolari
 
API-Entwicklung bei XING
API-Entwicklung bei XINGAPI-Entwicklung bei XING
API-Entwicklung bei XING
Mark Schmidt
 
Hands on SPA development
Hands on SPA developmentHands on SPA development
Hands on SPA development
Shawn 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 - Japan
tristansokol
 
Elixir, GraphQL and Vue.js
Elixir, GraphQL and Vue.jsElixir, GraphQL and Vue.js
Elixir, GraphQL and Vue.js
Jeroen 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 JSON
Chris Saxon
 
[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] Keynote[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] Keynote
MongoDB
 
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 App
Sabrina 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 DevSecOps
DevSecCon
 
VBA API for scriptDB primer
VBA API for scriptDB primerVBA API for scriptDB primer
VBA API for scriptDB primer
Bruce 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 learned
MarcinStachniuk
 
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 days
yann_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

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

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

20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 

Recently uploaded (20)

20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 

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