SlideShare uma empresa Scribd logo
1 de 91
Baixar para ler 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

Mais conteúdo relacionado

Destaque

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
 

Destaque (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
 

Semelhante a 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
 
Mail.ru АПИшник - Разработка высоконагруженного клиента для API
Mail.ru АПИшник - Разработка высоконагруженного клиента для APIMail.ru АПИшник - Разработка высоконагруженного клиента для API
Mail.ru АПИшник - Разработка высоконагруженного клиента для APIMihail Ivankov
 
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
 

Semelhante a 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
 
Mail.ru АПИшник - Разработка высоконагруженного клиента для API
Mail.ru АПИшник - Разработка высоконагруженного клиента для APIMail.ru АПИшник - Разработка высоконагруженного клиента для API
Mail.ru АПИшник - Разработка высоконагруженного клиента для API
 
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
 

Mais de 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
 

Último

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 

Último (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 

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