Documentación Mercado Libre
Descubre toda la información que debes conocer sobre las APIs de Mercado Libre.Documentación
Última actualización 04/12/2023
Pedidos y opiniones
Recurso | Descripción | Ejemplo |
---|---|---|
/orders/search?seller=$SELLER_ID | Buscar los pedidos por vendedor. | GET
Go back X
Buscar los pedidos por vendedorcurl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' 'https://api.mercadolibre.com/orders/search?seller=207035636' Respuesta"{ "query": "", "display": "complete", "paging": { "total": 1, "offset": 0, "limit": 50 }, "results": [ { "id": 1068825849, "comments": null, "status": "paid", "status_detail": { "description": null, "code": null }, "date_created": "2016-02-25T15:53:38.000-04:00", "date_closed": "2016-02-25T15:53:37.000-04:00", "expiration_date": "2016-03-17T15:53:38.000-04:00", "date_last_updated": "2016-02-25T15:55:44.973Z", "hidden_for_seller": false, "currency_id": "ARS", "order_items": [ { "currency_id": "ARS", "item": { "id": "MLA607850752", "title": "Item De Testeo, Por Favor No Ofertar --kc:off", "seller_custom_field": null, "variation_attributes": [ ], "category_id": "MLA3530", "variation_id": null }, "sale_fee": 1.05, "quantity": 1, "unit_price": 10 } ], "total_amount": 10, "mediations": [ ], "payments": [ { "id": 1833868697, "order_id": 2000003508419013, "payer_id": 207040551, "collector": { "id": 207035636 }, "currency_id": "ARS", "status": "approved", "status_code": "0", "status_detail": "accredited", "transaction_amount": 10, "shipping_cost": 0, "overpaid_amount": 0, "total_paid_amount": 10, "marketplace_fee": null, "coupon_amount": 0, "date_created": "2016-02-25T15:55:42.000-04:00", "date_last_modified": "2016-02-25T15:55:42.000-04:00", "card_id": null, "reason": "Item De Testeo, Por Favor No Ofertar --kc:off", "activation_uri": null, "payment_method_id": "diners", "installments": 9, "issuer_id": "1028", "atm_transfer_reference": { "company_id": null, "transaction_id": null }, "coupon_id": null, "operation_type": "regular_payment", "payment_type": "credit_card", "available_actions": [ ], "installment_amount": 1.11, "deferred_period": null, "date_approved": "2016-02-25T15:55:42.000-04:00", "authorization_code": "1234567", "transaction_order_id": "1234567" } ], "shipping": { "substatus": null, "status": "to_be_agreed", "id": null, "service_id": null, "currency_id": null, "shipping_mode": null, "shipment_type": null, "sender_id": null, "picking_type": null, "date_created": null, "cost": null, "date_first_printed": null }, "buyer": { "id": 207040551, "nickname": "TETE5029382", "email": "test_user_97424966@testuser.com", "phone": { "area_code": "01", "number": "1111-1111", "extension": "", "verified": false }, "alternative_phone": { "area_code": "", "number": "", "extension": "" }, "first_name": "Test", "last_name": "Test", "billing_info": { "doc_type": null, "doc_number": null } }, "seller": { "id": 207035636, "nickname": "TETE9544096", "email": "test_user_50828007@testuser.com", "phone": { "area_code": "01", "number": "1111-1111", "extension": "", "verified": false }, "alternative_phone": { "area_code": "", "number": "", "extension": "" }, "first_name": "Test", "last_name": "Test" }, "feedback": { "sale": null, "purchase": null }, "tags": [ "not_delivered", "paid" ] } ], "sort": { "id": "date_asc", "name": "Date ascending" }, "available_sorts": [ { "id": "date_desc", "name": "Date descending" } ], "filters": [ ], "available_filters": [ { "id": "order.status", "name": "Order Status", "type": "text", "values": [ { "id": "paid", "name": "Order Paid", "results": 1 }, { "id": "confirmed", "name": "Order Confirmed", "results": 0 }, { "id": "payment_in_process", "name": "Payment in Process", "results": 0 }, { "id": "payment_required", "name": "Payment Required", "results": 0 }, { "id": "cancelled", "name": "Order Cancelled", "results": 0 }, { "id": "invalid", "name": "Invalid", "results": 0 } ] }, { "id": "shipping.status", "name": "Shipping Status", "type": "text", "values": [ { "id": "to_be_agreed", "name": "To be agreed", "results": 1 }, { "id": "pending", "name": "Pending", "results": 0 }, { "id": "handling", "name": "Handling", "results": 0 }, { "id": "ready_to_ship", "name": "Ready to ship", "results": 0 }, { "id": "shipped", "name": "Shipped", "results": 0 }, { "id": "delivered", "name": "Delivered", "results": 0 }, { "id": "not_delivered", "name": "Not delivered", "results": 0 }, { "id": "not_verified", "name": "Not verified", "results": 0 }, { "id": "cancelled", "name": "Cancelled", "results": 0 }, { "id": "closed", "name": "Closed", "results": 0 }, { "id": "error", "name": "Error", "results": 0 }, { "id": "active", "name": "Active", "results": 0 }, { "id": "not_specified", "name": "Not specified", "results": 0 }, { "id": "stale_ready_to_ship", "name": "Stale ready to ship", "results": 0 }, { "id": "stale_shipped", "name": "Stale shipped", "results": 0 } ] }, { "id": "feedback.sale.rating", "name": "Feedback rating", "type": "text", "values": [ { "id": "negative", "name": "Negative", "results": 0 }, { "id": "neutral", "name": "Neutral", "results": 0 }, { "id": "positive", "name": "Positive", "results": 0 } ] }, { "id": "feedback.purchase.rating", "name": "Feedback rating", "type": "text", "values": [ { "id": "negative", "name": "Negative", "results": 0 }, { "id": "neutral", "name": "Neutral", "results": 0 }, { "id": "positive", "name": "Positive", "results": 0 } ] }, { "id": "feedback.sale.fulfilled", "name": "Feedback sale fulfilled", "type": "boolean", "values": [ { "id": "F", "name": "Transaction was aborted", "results": 0 }, { "id": "T", "name": "Transaction actually happened", "results": 0 } ] }, { "id": "feedback.purchase.fulfilled", "name": "Feedback purchase fulfilled", "type": "boolean", "values": [ { "id": "F", "name": "Transaction was aborted", "results": 0 }, { "id": "T", "name": "Transaction actually happened", "results": 0 } ] }, { "id": "shipping.service_id", "name": "Shipping Service", "type": "long", "values": [ { "id": "61", "name": "Estándar", "results": 0 }, { "id": "64", "name": "Prioritario", "results": 0 }, { "id": "151", "name": "Estándar", "results": 0 }, { "id": "154", "name": "Prioritario", "results": 0 }, { "id": "321", "name": "Colecta Retiro Sucursal", "results": 0 }, { "id": "341", "name": "Estándar", "results": 0 }, { "id": "251", "name": "Otros", "results": 0 }, { "id": "63", "name": "Estándar", "results": 0 }, { "id": "153", "name": "Estándar", "results": 0 }, { "id": "351", "name": "Prioritario", "results": 0 }, { "id": "311", "name": "Colecta Normal", "results": 0 }, { "id": "381", "name": "Prioritario", "results": 0 }, { "id": "62", "name": "Prioritario", "results": 0 }, { "id": "312", "name": "Colecta Express", "results": 0 }, { "id": "152", "name": "Estándar", "results": 0 }, { "id": "81", "name": "Moto Express", "results": 0 } ] }, { "id": "shipping.substatus", "name": "Shipping Substatus", "type": "text", "values": [ { "id": "cost_exceeded", "name": "Cost exceeded", "results": 0 }, { "id": "regenerating", "name": "Regenerating", "results": 0 }, { "id": "waiting_for_label_generation", "name": "Waiting for label generation", "results": 0 }, { "id": "ready_to_print", "name": "Ready to print", "results": 0 }, { "id": "invoice_pending", "name": "Invoice pending", "results": 0 }, { "id": "printed", "name": "Printed", "results": 0 }, { "id": "in_pickup_list", "name": "In pikcup list", "results": 0 }, { "id": "ready_for_pkl_creation", "name": "Ready for pkl creation", "results": 0 }, { "id": "ready_for_pickup", "name": "Ready for pickup", "results": 0 }, { "id": "picked_up", "name": "Picked up", "results": 0 }, { "id": "stale", "name": "Stale shipped", "results": 0 }, { "id": "in_hub", "name": "In hub", "results": 0 }, { "id": "measures_ready", "name": "Measures and weight ready", "results": 0 }, { "id": "waiting_for_carrier_authorization", "name": "Waiting for carrier authorization", "results": 0 }, { "id": "authorized_by_carrier", "name": "Authorized by carrier", "results": 0 }, { "id": "in_plp", "name": "In PLP", "results": 0 }, { "id": "delayed", "name": "Delayed", "results": 0 }, { "id": "waiting_for_withdrawal", "name": "Waiting for withdrawal", "results": 0 }, { "id": "contact_with_carrier_required", "name": "Contact with carrier required", "results": 0 }, { "id": "receiver_absent", "name": "Receiver absent", "results": 0 }, { "id": "reclaimed", "name": "Reclaimed", "results": 0 }, { "id": "not_localized", "name": "Not localized", "results": 0 }, { "id": "forwarded_to_third", "name": "Forwarded to third party", "results": 0 }, { "id": "soon_deliver", "name": "Soon deliver", "results": 0 }, { "id": "refused_delivery", "name": "Delivery refused", "results": 0 }, { "id": "bad_address", "name": "Bad address", "results": 0 }, { "id": "negative_feedback", "name": "Stale shipped forced to not delivered due to negative feedback by buyer", "results": 0 }, { "id": "need_review", "name": "Need to review carrier status to understand what happened", "results": 0 }, { "id": "damaged", "name": "damaged", "results": 0 }, { "id": "fulfilled_feedback", "name": "Fulfilled by buyer feedback", "results": 0 }, { "id": "no_action_taken", "name": "No action taken by buyer", "results": 0 }, { "id": "double_refund", "name": "Double Refund", "results": 0 }, { "id": "returning_to_sender", "name": "Returning to sender", "results": 0 }, { "id": "retained", "name": "Retained", "results": 0 }, { "id": "stolen", "name": "Stolen", "results": 0 }, { "id": "returned", "name": "Returned", "results": 0 }, { "id": "confiscated", "name": "confiscated", "results": 0 }, { "id": "to_review", "name": "Closed shipment", "results": 0 }, { "id": "destroyed", "name": "Destroyed", "results": 0 }, { "id": "claimed_me", "name": "Stale shipped with claim that was forced to not delivered", "results": 0 } ] }, { "id": "feedback.status", "name": "Feedback Status", "type": "text", "values": [ { "id": "pending", "name": "Waiting for your feedback", "results": 1 }, { "id": "waiting_buyer", "name": "Waiting for Buyer's feedback", "results": 0 } ] }, { "id": "tags", "name": "Tags", "type": "text", "values": [ { "id": "paid", "name": "Order Paid", "results": 1 }, { "id": "not_delivered", "name": "Not Delivered", "results": 1 }, { "id": "delivered", "name": "Delivered", "results": 0 }, { "id": "not_paid", "name": "Order Not Paid", "results": 0 }, { "id": "claim_closed", "name": "Claim Closed", "results": 0 }, { "id": "claim_opened", "name": "Claim Opened", "results": 0 }, { "id": "not_processed", "name": "Not processed order", "results": 0 }, { "id": "processed", "name": "Processed order", "results": 0 } ] }, { "id": "mediations.status", "name": "Mediation Status", "type": "text", "values": [ { "id": "claim_opened", "name": "Claim opened", "results": 0 }, { "id": "claim_closed", "name": "Claim closed", "results": 0 }, { "id": "dispute_opened", "name": "Dispute opened", "results": 0 }, { "id": "dispute_closed", "name": "Dispute closed", "results": 0 }, { "id": "seller_dispute_opened", "name": "Seller dispute opened", "results": 0 }, { "id": "seller_dispute_closed", "name": "Seller dispute closed", "results": 0 } ] } ] }"Leer más. |
/orders/search?seller=$SELLER_ID&q=$ORDER_ID | Buscar un pedido de un vendedor. | GET
Go back X
Buscar pedido por vendedorcurl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' 'https://api.mercadolibre.com/orders/search?seller=207035636&q= 2000003508419013' Respuesta{ "query": "2000003508419013", "display": "complete", "paging": { "total": 1, "offset": 0, "limit": 50 }, "results": [{ "id": 1068825849, "comments": null, "status": "paid", "status_detail": { "description": null, "code": null }, "date_created": "2016-02-25T15:53:38.000-04:00", "date_closed": "2016-02-25T15:53:37.000-04:00", "expiration_date": "2016-03-17T15:53:38.000-04:00", "date_last_updated": "2016-03-09T21:17:48.457Z", "hidden_for_seller": false, "currency_id": "ARS", "order_items": [{ "currency_id": "ARS", "item": { "id": "MLA607850752", "title": "Item De Testeo, Por Favor No Ofertar --kc:off", "seller_custom_field": null, "variation_attributes": [], "category_id": "MLA3530", "variation_id": null }, "sale_fee": 1.05, "quantity": 1, "unit_price": 10 }], "total_amount": 10, "mediations": [], "payments": [{ "id": 1833868697, "order_id": 2000003508419013, "payer_id": 207040551, "collector": { "id": 207035636 }, "currency_id": "ARS", "status": "refunded", "status_code": "0", "status_detail": "refunded", "transaction_amount": 10, "shipping_cost": 0, "overpaid_amount": 0, "total_paid_amount": 10, "marketplace_fee": null, "coupon_amount": 0, "date_created": "2016-02-25T15:55:42.000-04:00", "date_last_modified": "2016-03-07T13:05:16.000-04:00", "card_id": null, "reason": "Item De Testeo, Por Favor No Ofertar --kc:off", "activation_uri": null, "payment_method_id": "diners", "installments": 9, "issuer_id": "1028", "atm_transfer_reference": { "company_id": null, "transaction_id": null }, "coupon_id": null, "operation_type": "regular_payment", "payment_type": "credit_card", "available_actions": [], "installment_amount": 1.11, "deferred_period": null, "date_approved": "2016-02-25T15:55:42.000-04:00", "authorization_code": "1234567", "transaction_order_id": "1234567" }, { "id": 1854689581, "order_id": 2000003508419013, "payer_id": 207040551, "collector": { "id": 207035636 }, "currency_id": "ARS", "status": "approved", "status_code": "0", "status_detail": "accredited", "transaction_amount": 10, "shipping_cost": 69.99, "overpaid_amount": 0, "total_paid_amount": 79.99, "marketplace_fee": null, "coupon_amount": 0, "date_created": "2016-03-07T13:05:11.000-04:00", "date_last_modified": "2016-03-07T13:05:37.000-04:00", "card_id": 169683433, "reason": "Item De Testeo, Por Favor No Ofertar --kc:off", "activation_uri": null, "payment_method_id": "diners", "installments": 6, "issuer_id": "1028", "atm_transfer_reference": { "company_id": null, "transaction_id": null }, "coupon_id": null, "operation_type": "regular_payment", "payment_type": "credit_card", "available_actions": [], "installment_amount": 13.33, "deferred_period": null, "date_approved": "2016-03-07T13:05:11.000-04:00", "authorization_code": "1234567", "transaction_order_id": "1234567" }], "shipping": { "substatus": "printed", "status": "ready_to_ship", "id": 21527708516, "service_id": 61, "currency_id": "ARS", "shipping_mode": "me2", "shipment_type": "shipping", "sender_id": 207035636, "picking_type": null, "receiver_address": { "id": 179277147, "zip_code": "5000", "latitude": null, "longitude": null, "street_number": "7000", "street_name": "Av la voz del interior", "state": { "id": "AR-X", "name": "Córdoba" }, "comment": null, "address_line": "Av la voz del interior 7000", "country": { "id": "AR", "name": "Argentina" }, "city": { "id": null, "name": "Cordoba" } }, "date_created": "2016-03-07T13:05:06.000-04:00", "cost": 69.99, "date_first_printed": "2016-03-07T14:17:39.000-04:00", "shipping_option": { "id": 428245404, "shipping_method_id": 73328, "name": "Normal a domicilio", "currency_id": "ARS", "cost": 69.99, "speed": { "shipping": 72, "handling": null }, "estimated_delivery": { "date": "2016-03-14T00:00:00.000-03:00", "time_from": null, "time_to": null } }, "shipping_items": [{ "id": "MLA607850752", "description": "Item De Testeo, Por Favor No Ofertar --kc:off", "quantity": 1, "dimensions": "10.0x10.0x15.0,650.0" }] }, "buyer": { "id": 207040551, "nickname": "TETE5029382", "first_name": "Test", "last_name": "Test", "email": "test_user_97424966@testuser.com", "phone": { "area_code": "01", "number": "1111-1111", "extension": "" }, "alternative_phone": { "area_code": "", "number": "", "extension": "" }, "billing_info": { "doc_type": "DNI", "doc_number": "1111111" } }, "seller": { "id": 207035636, "nickname": "TETE9544096", "email": "test_user_50828007@testuser.com", "phone": { "area_code": "01", "number": "1111-1111", "extension": "", "verified": false }, "alternative_phone": { "area_code": "", "number": "", "extension": "" }, "first_name": "Test", "last_name": "Test" }, "feedback": { "sale": { "id": 9040351529869, "date_created": "2016-02-29T15:00:50.000-04:00", "fulfilled": true, "rating": "positive", "status": "active" }, "purchase": { "id": 9040353900988, "date_created": "2016-03-04T10:29:42.000-04:00", "fulfilled": false, "rating": "neutral", "status": "active" } }, "tags": ["restocked", "not_delivered", "paid"] }], "sort": { "id": "date_asc", "name": "Date ascending" }, "available_sorts": [{ "id": "date_desc", "name": "Date descending" }], "filters": [], "available_filters": [{ "id": "order.status", "name": "Order Status", "type": "text", "values": [{ "id": "paid", "name": "Order Paid", "results": 1 }, { "id": "confirmed", "name": "Order Confirmed", "results": 0 }, { "id": "payment_in_process", "name": "Payment in Process", "results": 0 }, { "id": "payment_required", "name": "Payment Required", "results": 0 }, { "id": "cancelled", "name": "Order Cancelled", "results": 0 }, { "id": "invalid", "name": "Invalid", "results": 0 }] }, { "id": "shipping.status", "name": "Shipping Status", "type": "text", "values": [{ "id": "ready_to_ship", "name": "Ready to ship", "results": 1 }, { "id": "to_be_agreed", "name": "To be agreed", "results": 0 }, { "id": "pending", "name": "Pending", "results": 0 }, { "id": "handling", "name": "Handling", "results": 0 }, { "id": "shipped", "name": "Shipped", "results": 0 }, { "id": "delivered", "name": "Delivered", "results": 0 }, { "id": "not_delivered", "name": "Not delivered", "results": 0 }, { "id": "not_verified", "name": "Not verified", "results": 0 }, { "id": "cancelled", "name": "Cancelled", "results": 0 }, { "id": "closed", "name": "Closed", "results": 0 }, { "id": "error", "name": "Error", "results": 0 }, { "id": "active", "name": "Active", "results": 0 }, { "id": "not_specified", "name": "Not specified", "results": 0 }, { "id": "stale_ready_to_ship", "name": "Stale ready to ship", "results": 0 }, { "id": "stale_shipped", "name": "Stale shipped", "results": 0 }] }, { "id": "feedback.sale.rating", "name": "Feedback rating", "type": "text", "values": [{ "id": "positive", "name": "Positive", "results": 1 }, { "id": "negative", "name": "Negative", "results": 0 }, { "id": "neutral", "name": "Neutral", "results": 0 }] }, { "id": "feedback.purchase.rating", "name": "Feedback rating", "type": "text", "values": [{ "id": "neutral", "name": "Neutral", "results": 1 }, { "id": "negative", "name": "Negative", "results": 0 }, { "id": "positive", "name": "Positive", "results": 0 }] }, { "id": "feedback.sale.fulfilled", "name": "Feedback sale fulfilled", "type": "boolean", "values": [{ "id": "T", "name": "Transaction actually happened", "results": 1 }, { "id": "F", "name": "Transaction was aborted", "results": 0 }] }, { "id": "feedback.purchase.fulfilled", "name": "Feedback purchase fulfilled", "type": "boolean", "values": [{ "id": "F", "name": "Transaction was aborted", "results": 1 }, { "id": "T", "name": "Transaction actually happened", "results": 0 }] }, { "id": "shipping.service_id", "name": "Shipping Service", "type": "long", "values": [{ "id": "61", "name": "Estándar", "results": 1 }, { "id": "64", "name": "Prioritario", "results": 0 }, { "id": "151", "name": "Estándar", "results": 0 }, { "id": "154", "name": "Prioritario", "results": 0 }, { "id": "321", "name": "Colecta Retiro Sucursal", "results": 0 }, { "id": "341", "name": "Estándar", "results": 0 }, { "id": "251", "name": "Otros", "results": 0 }, { "id": "63", "name": "Estándar", "results": 0 }, { "id": "153", "name": "Estándar", "results": 0 }, { "id": "351", "name": "Prioritario", "results": 0 }, { "id": "311", "name": "Colecta Normal", "results": 0 }, { "id": "381", "name": "Prioritario", "results": 0 }, { "id": "62", "name": "Prioritario", "results": 0 }, { "id": "312", "name": "Colecta Express", "results": 0 }, { "id": "152", "name": "Estándar", "results": 0 }, { "id": "81", "name": "Moto Express", "results": 0 }] }, { "id": "shipping.substatus", "name": "Shipping Substatus", "type": "text", "values": [{ "id": "printed", "name": "Printed", "results": 1 }, { "id": "cost_exceeded", "name": "Cost exceeded", "results": 0 }, { "id": "regenerating", "name": "Regenerating", "results": 0 }, { "id": "waiting_for_label_generation", "name": "Waiting for label generation", "results": 0 }, { "id": "ready_to_print", "name": "Ready to print", "results": 0 }, { "id": "invoice_pending", "name": "Invoice pending", "results": 0 }, { "id": "in_pickup_list", "name": "In pikcup list", "results": 0 }, { "id": "ready_for_pkl_creation", "name": "Ready for pkl creation", "results": 0 }, { "id": "ready_for_pickup", "name": "Ready for pickup", "results": 0 }, { "id": "picked_up", "name": "Picked up", "results": 0 }, { "id": "stale", "name": "Stale shipped", "results": 0 }, { "id": "in_hub", "name": "In hub", "results": 0 }, { "id": "measures_ready", "name": "Measures and weight ready", "results": 0 }, { "id": "waiting_for_carrier_authorization", "name": "Waiting for carrier authorization", "results": 0 }, { "id": "authorized_by_carrier", "name": "Authorized by carrier", "results": 0 }, { "id": "in_plp", "name": "In PLP", "results": 0 }, { "id": "delayed", "name": "Delayed", "results": 0 }, { "id": "waiting_for_withdrawal", "name": "Waiting for withdrawal", "results": 0 }, { "id": "contact_with_carrier_required", "name": "Contact with carrier required", "results": 0 }, { "id": "receiver_absent", "name": "Receiver absent", "results": 0 }, { "id": "reclaimed", "name": "Reclaimed", "results": 0 }, { "id": "not_localized", "name": "Not localized", "results": 0 }, { "id": "forwarded_to_third", "name": "Forwarded to third party", "results": 0 }, { "id": "soon_deliver", "name": "Soon deliver", "results": 0 }, { "id": "refused_delivery", "name": "Delivery refused", "results": 0 }, { "id": "bad_address", "name": "Bad address", "results": 0 }, { "id": "negative_feedback", "name": "Stale shipped forced to not delivered due to negative feedback by buyer", "results": 0 }, { "id": "need_review", "name": "Need to review carrier status to understand what happened", "results": 0 }, { "id": "damaged", "name": "damaged", "results": 0 }, { "id": "fulfilled_feedback", "name": "Fulfilled by buyer feedback", "results": 0 }, { "id": "no_action_taken", "name": "No action taken by buyer", "results": 0 }, { "id": "double_refund", "name": "Double Refund", "results": 0 }, { "id": "returning_to_sender", "name": "Returning to sender", "results": 0 }, { "id": "retained", "name": "Retained", "results": 0 }, { "id": "stolen", "name": "Stolen", "results": 0 }, { "id": "returned", "name": "Returned", "results": 0 }, { "id": "confiscated", "name": "confiscated", "results": 0 }, { "id": "to_review", "name": "Closed shipment", "results": 0 }, { "id": "destroyed", "name": "Destroyed", "results": 0 }, { "id": "claimed_me", "name": "Stale shipped with claim that was forced to not delivered", "results": 0 }] }, { "id": "feedback.status", "name": "Feedback Status", "type": "text", "values": [{ "id": "pending", "name": "Waiting for your feedback", "results": 0 }, { "id": "waiting_buyer", "name": "Waiting for Buyer's feedback", "results": 0 }] }, { "id": "tags", "name": "Tags", "type": "text", "values": [{ "id": "paid", "name": "Order Paid", "results": 1 }, { "id": "not_delivered", "name": "Not Delivered", "results": 1 }, { "id": "delivered", "name": "Delivered", "results": 0 }, { "id": "not_paid", "name": "Order Not Paid", "results": 0 }, { "id": "claim_closed", "name": "Claim Closed", "results": 0 }, { "id": "claim_opened", "name": "Claim Opened", "results": 0 }, { "id": "not_processed", "name": "Not processed order", "results": 0 }, { "id": "processed", "name": "Processed order", "results": 0 }] }, { "id": "mediations.status", "name": "Mediation Status", "type": "text", "values": [{ "id": "claim_opened", "name": "Claim opened", "results": 0 }, { "id": "claim_closed", "name": "Claim closed", "results": 0 }, { "id": "dispute_opened", "name": "Dispute opened", "results": 0 }, { "id": "dispute_closed", "name": "Dispute closed", "results": 0 }, { "id": "seller_dispute_opened", "name": "Seller dispute opened", "results": 0 }, { "id": "seller_dispute_closed", "name": "Seller dispute closed", "results": 0 }] }] }Leer más. |
/orders/search?buyer=$BUYER_ID | Buscar los pedidos de un comprador. | GET
Go back X
Buscar pedidos por compradorcurl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' 'https://api.mercadolibre.com/orders/search?buyer=207040551' Respuesta{ "query": "", "display": "complete", "paging": { "total": 1, "offset": 0, "limit": 50 }, "results": [ { "id": 1068825849, "comments": null, "status": "paid", "status_detail": { "description": null, "code": null }, "date_created": "2016-02-25T15:53:38.000-04:00", "date_closed": "2016-02-25T15:53:37.000-04:00", "expiration_date": "2016-03-17T15:53:38.000-04:00", "date_last_updated": "2016-02-26T12:25:40.125Z", "hidden_for_seller": false, "currency_id": "ARS", "order_items": [ { "currency_id": "ARS", "item": { "id": "MLA607850752", "title": "Item De Testeo, Por Favor No Ofertar --kc:off", "seller_custom_field": null, "variation_attributes": [ ], "category_id": "MLA3530", "variation_id": null }, "sale_fee": 1.05, "quantity": 1, "unit_price": 10 } ], "total_amount": 10, "mediations": [ ], "payments": [ { "id": 1833868697, "order_id": 2000003508419014, "payer_id": 207040551, "collector": { "id": 207035636 }, "currency_id": "ARS", "status": "approved", "status_code": "0", "status_detail": "accredited", "transaction_amount": 10, "shipping_cost": 0, "overpaid_amount": 0, "total_paid_amount": 10, "marketplace_fee": null, "coupon_amount": 0, "date_created": "2016-02-25T15:55:42.000-04:00", "date_last_modified": "2016-02-25T19:47:13.000-04:00", "card_id": null, "reason": "Item De Testeo, Por Favor No Ofertar --kc:off", "activation_uri": null, "payment_method_id": "diners", "installments": 9, "issuer_id": "1028", "atm_transfer_reference": { "company_id": null, "transaction_id": null }, "coupon_id": null, "operation_type": "regular_payment", "payment_type": "credit_card", "available_actions": [ ], "installment_amount": 1.11, "deferred_period": null, "date_approved": "2016-02-25T15:55:42.000-04:00", "authorization_code": "1234567", "transaction_order_id": "1234567" } ], "shipping": { "substatus": null, "status": "to_be_agreed", "id": null, "service_id": null, "currency_id": null, "shipping_mode": null, "shipment_type": null, "sender_id": null, "picking_type": null, "date_created": null, "cost": null, "date_first_printed": null }, "buyer": { "id": 207040551, "nickname": "TETE5029382", "email": "test_user_97424966@testuser.com", "phone": { "area_code": "01", "number": "1111-1111", "extension": "", "verified": false }, "alternative_phone": { "area_code": "", "number": "", "extension": "" }, "first_name": "Test", "last_name": "Test", "billing_info": { "doc_type": null, "doc_number": null } }, "seller": { "id": 207035636, "nickname": "TETE9544096", "email": "test_user_50828007@testuser.com", "phone": { "area_code": "01", "number": "1111-1111", "extension": "", "verified": false }, "alternative_phone": { "area_code": "", "number": "", "extension": "" }, "first_name": "Test", "last_name": "Test" }, "feedback": { "sale": null, "purchase": null }, "tags": [ "not_delivered", "paid" ] } ], "sort": { "id": "date_asc", "name": "Date ascending" }, "available_sorts": [ { "id": "date_desc", "name": "Date descending" } ], "filters": [ ], "available_filters": [ { "id": "order.status", "name": "Order Status", "type": "text", "values": [ { "id": "paid", "name": "Order Paid", "results": 1 }, { "id": "confirmed", "name": "Order Confirmed", "results": 0 }, { "id": "payment_in_process", "name": "Payment in Process", "results": 0 }, { "id": "payment_required", "name": "Payment Required", "results": 0 }, { "id": "cancelled", "name": "Order Cancelled", "results": 0 }, { "id": "invalid", "name": "Invalid", "results": 0 } ] }, { "id": "shipping.status", "name": "Shipping Status", "type": "text", "values": [ { "id": "to_be_agreed", "name": "To be agreed", "results": 1 }, { "id": "pending", "name": "Pending", "results": 0 }, { "id": "handling", "name": "Handling", "results": 0 }, { "id": "ready_to_ship", "name": "Ready to ship", "results": 0 }, { "id": "shipped", "name": "Shipped", "results": 0 }, { "id": "delivered", "name": "Delivered", "results": 0 }, { "id": "not_delivered", "name": "Not delivered", "results": 0 }, { "id": "not_verified", "name": "Not verified", "results": 0 }, { "id": "cancelled", "name": "Cancelled", "results": 0 }, { "id": "closed", "name": "Closed", "results": 0 }, { "id": "error", "name": "Error", "results": 0 }, { "id": "active", "name": "Active", "results": 0 }, { "id": "not_specified", "name": "Not specified", "results": 0 }, { "id": "stale_ready_to_ship", "name": "Stale ready to ship", "results": 0 }, { "id": "stale_shipped", "name": "Stale shipped", "results": 0 } ] }, { "id": "feedback.sale.rating", "name": "Feedback rating", "type": "text", "values": [ { "id": "negative", "name": "Negative", "results": 0 }, { "id": "neutral", "name": "Neutral", "results": 0 }, { "id": "positive", "name": "Positive", "results": 0 } ] }, { "id": "feedback.purchase.rating", "name": "Feedback rating", "type": "text", "values": [ { "id": "negative", "name": "Negative", "results": 0 }, { "id": "neutral", "name": "Neutral", "results": 0 }, { "id": "positive", "name": "Positive", "results": 0 } ] }, { "id": "feedback.sale.fulfilled", "name": "Feedback sale fulfilled", "type": "boolean", "values": [ { "id": "F", "name": "Transaction was aborted", "results": 0 }, { "id": "T", "name": "Transaction actually happened", "results": 0 } ] }, { "id": "feedback.purchase.fulfilled", "name": "Feedback purchase fulfilled", "type": "boolean", "values": [ { "id": "F", "name": "Transaction was aborted", "results": 0 }, { "id": "T", "name": "Transaction actually happened", "results": 0 } ] }, { "id": "shipping.service_id", "name": "Shipping Service", "type": "long", "values": [ { "id": "61", "name": "Estándar", "results": 0 }, { "id": "64", "name": "Prioritario", "results": 0 }, { "id": "151", "name": "Estándar", "results": 0 }, { "id": "154", "name": "Prioritario", "results": 0 }, { "id": "321", "name": "Colecta Retiro Sucursal", "results": 0 }, { "id": "341", "name": "Estándar", "results": 0 }, { "id": "251", "name": "Otros", "results": 0 }, { "id": "63", "name": "Estándar", "results": 0 }, { "id": "153", "name": "Estándar", "results": 0 }, { "id": "351", "name": "Prioritario", "results": 0 }, { "id": "311", "name": "Colecta Normal", "results": 0 }, { "id": "381", "name": "Prioritario", "results": 0 }, { "id": "62", "name": "Prioritario", "results": 0 }, { "id": "312", "name": "Colecta Express", "results": 0 }, { "id": "152", "name": "Estándar", "results": 0 }, { "id": "81", "name": "Moto Express", "results": 0 } ] }, { "id": "shipping.substatus", "name": "Shipping Substatus", "type": "text", "values": [ { "id": "cost_exceeded", "name": "Cost exceeded", "results": 0 }, { "id": "regenerating", "name": "Regenerating", "results": 0 }, { "id": "waiting_for_label_generation", "name": "Waiting for label generation", "results": 0 }, { "id": "ready_to_print", "name": "Ready to print", "results": 0 }, { "id": "invoice_pending", "name": "Invoice pending", "results": 0 }, { "id": "printed", "name": "Printed", "results": 0 }, { "id": "in_pickup_list", "name": "In pikcup list", "results": 0 }, { "id": "ready_for_pkl_creation", "name": "Ready for pkl creation", "results": 0 }, { "id": "ready_for_pickup", "name": "Ready for pickup", "results": 0 }, { "id": "picked_up", "name": "Picked up", "results": 0 }, { "id": "stale", "name": "Stale shipped", "results": 0 }, { "id": "in_hub", "name": "In hub", "results": 0 }, { "id": "measures_ready", "name": "Measures and weight ready", "results": 0 }, { "id": "waiting_for_carrier_authorization", "name": "Waiting for carrier authorization", "results": 0 }, { "id": "authorized_by_carrier", "name": "Authorized by carrier", "results": 0 }, { "id": "in_plp", "name": "In PLP", "results": 0 }, { "id": "delayed", "name": "Delayed", "results": 0 }, { "id": "waiting_for_withdrawal", "name": "Waiting for withdrawal", "results": 0 }, { "id": "contact_with_carrier_required", "name": "Contact with carrier required", "results": 0 }, { "id": "receiver_absent", "name": "Receiver absent", "results": 0 }, { "id": "reclaimed", "name": "Reclaimed", "results": 0 }, { "id": "not_localized", "name": "Not localized", "results": 0 }, { "id": "forwarded_to_third", "name": "Forwarded to third party", "results": 0 }, { "id": "soon_deliver", "name": "Soon deliver", "results": 0 }, { "id": "refused_delivery", "name": "Delivery refused", "results": 0 }, { "id": "bad_address", "name": "Bad address", "results": 0 }, { "id": "negative_feedback", "name": "Stale shipped forced to not delivered due to negative feedback by buyer", "results": 0 }, { "id": "need_review", "name": "Need to review carrier status to understand what happened", "results": 0 }, { "id": "damaged", "name": "damaged", "results": 0 }, { "id": "fulfilled_feedback", "name": "Fulfilled by buyer feedback", "results": 0 }, { "id": "no_action_taken", "name": "No action taken by buyer", "results": 0 }, { "id": "double_refund", "name": "Double Refund", "results": 0 }, { "id": "returning_to_sender", "name": "Returning to sender", "results": 0 }, { "id": "retained", "name": "Retained", "results": 0 }, { "id": "stolen", "name": "Stolen", "results": 0 }, { "id": "returned", "name": "Returned", "results": 0 }, { "id": "confiscated", "name": "confiscated", "results": 0 }, { "id": "to_review", "name": "Closed shipment", "results": 0 }, { "id": "destroyed", "name": "Destroyed", "results": 0 }, { "id": "claimed_me", "name": "Stale shipped with claim that was forced to not delivered", "results": 0 } ] }, { "id": "feedback.status", "name": "Feedback Status", "type": "text", "values": [ { "id": "pending", "name": "Waiting for your feedback", "results": 1 }, { "id": "waiting_seller", "name": "Waiting for Seller's feedback", "results": 0 } ] }, { "id": "tags", "name": "Tags", "type": "text", "values": [ { "id": "paid", "name": "Order Paid", "results": 1 }, { "id": "not_delivered", "name": "Not Delivered", "results": 1 }, { "id": "delivered", "name": "Delivered", "results": 0 }, { "id": "not_paid", "name": "Order Not Paid", "results": 0 }, { "id": "claim_closed", "name": "Claim Closed", "results": 0 }, { "id": "claim_opened", "name": "Claim Opened", "results": 0 }, { "id": "not_processed", "name": "Not processed order", "results": 0 }, { "id": "processed", "name": "Processed order", "results": 0 } ] }, { "id": "mediations.status", "name": "Mediation Status", "type": "text", "values": [ { "id": "claim_opened", "name": "Claim opened", "results": 0 }, { "id": "claim_closed", "name": "Claim closed", "results": 0 }, { "id": "dispute_opened", "name": "Dispute opened", "results": 0 }, { "id": "dispute_closed", "name": "Dispute closed", "results": 0 }, { "id": "seller_dispute_opened", "name": "Seller dispute opened", "results": 0 }, { "id": "seller_dispute_closed", "name": "Seller dispute closed", "results": 0 } ] } ] }Learn more. |
https://api.mercadopago.com/v1/payments/$PAYMENT_ID | Devuelve datos de un pago de acuerdo con el perfil del remitente del pago. | GET
Go back X
Devuelve datos de un pagocurl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadopago.com/v1/payments/28382111111 Respuesta{ "id": 28382111111, "version": 0, "date_created": "2017-07-07T11:43:28.000-04:00", "date_approved": "2017-07-07T11:43:29.000-04:00", "date_last_updated": "2017-07-07T11:43:29.000-04:00", "date_of_expiration": null, "money_release_date": "2017-07-28T11:43:29.000-04:00", "operation_type": "regular_payment", "issuer_id": null, "payment_method_id": "account_money", "payment_type_id": "account_money", "status": "approved", "status_detail": "accredited", "currency_id": "MXN", "description": null, "live_mode": true, "sponsor_id": null, "authorization_code": null, "money_release_schema": null, "taxes_amount": 0, "counter_currency": null, "site_id": "MLM", "marketplace": "MELI", "application_id": 3327670111111111, "transaction_id": null, "coupon_id": null, "risk_execution_id": 14534211111, "available_actions": [ "refund" ], "profile_id": null, "is_test": null, "payer_tags": [], "collector_tags": [], "api_version": "2", "financing_type": null, "client_id": "3327670111111111", "shipping_amount": 0, "reserve_id": null, "product_id": null, "pos_id": null, "store_id": null, "collector_id": 263421111, "payer": { "type": "registered", "id": "252871111", "operator_id": null, "email": "exxxxx+252878693@buyer.com", "identification": { "type": "RFC", "number": "8008211111" }, "phone": { "area_code": "01", "number": "1111-1111", "extension": null }, "first_name": "Test", "last_name": "Test", "entity_type": null }, "payer_id": 252871111, "collector": { "id": 263422926, "operator_id": null, "email": "test_user_12856716@testuser.com", "identification": { "type": null, "number": null }, "phone": { "area_code": null, "number": null, "extension": null }, "first_name": "Splitter", "last_name": "6af7991111" }, "metadata": {}, "internal_metadata": { "request_uuid": null, "type": "inbound_payment", "splitter_id": "1871111" }, "additional_info": { "poi_id": null, "tracking_id": "platform:v1-whitelabel,so:ALL,type:N/A" }, "money_release_days": null, "order": { "type": "mercadolibre", "id": "10000000021611111" }, "external_reference": "10000000011111111", "transaction_amount": 100, "transaction_amount_refunded": 0, "coupon_amount": 0, "differential_pricing_id": null, "deduction_schema": null, "transaction_details": { "net_received_amount": 100, "total_paid_amount": 100, "overpaid_amount": 0, "external_resource_url": null, "installment_amount": 0, "financial_institution": null, "payment_method_reference_id": null, "payable_deferral_period": null, "acquirer_reference": null }, "fee_details": [], "captured": true, "binary_mode": false, "call_for_authorize_id": null, "statement_descriptor": null, "installments": 1, "card": {}, "notification_url": null, "refunds": [], "processing_mode": null, "merchant_account_id": null, "acquirer": null, "merchant_number": null, "acquirer_reconciliation": [] }Leer más. |
/sites/$SITE_ID/payment_methods | Devuelve métodos de pago previstos por Mercado Pago. | GET
Go back X
Obtener método de pagocurl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadolibre.com/sites/MLA/payment_methods Respuesta[ { "id": "visa", "name": "Visa", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/visa.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/visa.gif" }, { "id": "master", "name": "Mastercard", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/master.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/master.gif" }, { "id": "amex", "name": "American Express", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/amex.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/amex.gif" }, { "id": "naranja", "name": "Naranja", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/naranja.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/naranja.gif" }, { "id": "nativa", "name": "Nativa Mastercard", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/nativa.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/nativa.gif" }, { "id": "tarshop", "name": "Tarjeta Shopping", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/tarshop.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/tarshop.gif" }, { "id": "cencosud", "name": "Cencosud", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/cencosud.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/cencosud.gif" }, { "id": "cabal", "name": "Cabal", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/cabal.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/cabal.gif" }, { "id": "argencard", "name": "Argencard", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/argencard.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/argencard.gif" }, { "id": "diners", "name": "Diners", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/diners.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/diners.gif" }, { "id": "pagofacil", "name": "Pago Fácil", "payment_type_id": "ticket", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/pagofacil.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/pagofacil.gif" }, { "id": "rapipago", "name": "Rapipago", "payment_type_id": "ticket", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/rapipago.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/rapipago.gif" }, { "id": "redlink", "name": "RedLink", "payment_type_id": "atm", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/redlink.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/redlink.gif" }, { "id": "bapropagos", "name": "Provincia Pagos", "payment_type_id": "ticket", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/bapropagos.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/bapropagos.gif" }, { "id": "account_money", "name": "Dinero en mi cuenta de MercadoPago", "payment_type_id": "account_money", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/account_money.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/account_money.gif" }, { "id": "cmr", "name": "CMR", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/cmr.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/cmr.gif" }, { "id": "cordial", "name": "Cordial", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/cordial.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/cordial.gif" }, { "id": "cordobesa", "name": "Cordobesa", "payment_type_id": "credit_card", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/cordobesa.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/cordobesa.gif" }, { "id": "cargavirtual", "name": "Red Carga Virtual", "payment_type_id": "ticket", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/cargavirtual.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/cargavirtual.gif" } ]Leer más. |
sites/$SITE_ID/payment_methods/$id | Devuelve el detalle del método de pago especifico. | GET
Go back X
Detalle de método de pagocurl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadolibre.com/sites/MLA/payment_methods/amex Respuesta{ "id": "amex", "name": "American Express", "payment_type_id": "credit_card", "card_issuer": { "id": 2, "name": "American Express" }, "site_id": "MLA", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/amex.gif", "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/amex.gif", "labels": [ "recommended_method" ], "total_financial_cost": 3.67, "min_accreditation_days": 0, "max_accreditation_days": 2, "payer_costs": [ { "installments": 1, "installment_rate": 0, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_0,00%|TEA_0,00%" ], "min_allowed_amount": 0, "max_allowed_amount": 250000 }, { "installments": 3, "installment_rate": 7.87, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_57,96%|TEA_46,21%" ], "min_allowed_amount": 2, "max_allowed_amount": 250000 }, { "installments": 6, "installment_rate": 14.28, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_59,22%|TEA_47,35%", "recommended_interest_installment_with_some_banks" ], "min_allowed_amount": 3, "max_allowed_amount": 250000 }, { "installments": 9, "installment_rate": 19.97, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_56,52%|TEA_45,40%" ], "min_allowed_amount": 5, "max_allowed_amount": 250000 }, { "installments": 12, "installment_rate": 26.62, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "recommended_installment", "CFT_57,03%|TEA_45,94%" ], "min_allowed_amount": 6, "max_allowed_amount": 250000 } ], "deferred_capture": "supported", "exceptions_by_card_issuer": [ { "card_issuer": { "id": 303, "name": "Banco Patagonia" }, "labels": [ "recommended_method" ], "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/303.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/303.gif", "payer_costs": [ { "installments": 1, "installment_rate": 0, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_0,00%|TEA_0,00%" ], "min_allowed_amount": 0, "max_allowed_amount": 250000 }, { "installments": 3, "installment_rate": 0, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "recommended_installment", "CFT_0,00%|TEA_0,00%" ], "min_allowed_amount": 2, "max_allowed_amount": 250000 }, { "installments": 6, "installment_rate": 14.28, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_59,22%|TEA_47,35%", "recommended_interest_installment_with_some_banks" ], "min_allowed_amount": 3, "max_allowed_amount": 250000 }, { "installments": 9, "installment_rate": 19.97, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_56,52%|TEA_45,40%" ], "min_allowed_amount": 5, "max_allowed_amount": 250000 }, { "installments": 12, "installment_rate": 26.62, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_57,03%|TEA_45,94%" ], "min_allowed_amount": 6, "max_allowed_amount": 250000 } ], "accepted_bins": [ 376713, 376714 ], "total_financial_cost": 0 }, { "card_issuer": { "id": 326, "name": "HSBC" }, "labels": [ "recommended_method" ], "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/326.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/326.gif", "payer_costs": [ { "installments": 1, "installment_rate": 0, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_0,00%|TEA_0,00%" ], "min_allowed_amount": 0, "max_allowed_amount": 250000 }, { "installments": 3, "installment_rate": 0, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "recommended_installment", "CFT_0,00%|TEA_0,00%" ], "min_allowed_amount": 2, "max_allowed_amount": 250000 }, { "installments": 6, "installment_rate": 14.28, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_59,22%|TEA_47,35%", "recommended_interest_installment_with_some_banks" ], "min_allowed_amount": 3, "max_allowed_amount": 250000 }, { "installments": 9, "installment_rate": 19.97, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_56,52%|TEA_45,40%" ], "min_allowed_amount": 5, "max_allowed_amount": 250000 }, { "installments": 12, "installment_rate": 26.62, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_57,03%|TEA_45,94%" ], "min_allowed_amount": 6, "max_allowed_amount": 250000 } ], "accepted_bins": [ 377802, 377803, 377804 ], "total_financial_cost": 0 }, { "card_issuer": { "id": 1041, "name": "Emitida por American Express" }, "labels": [ "recommended_method" ], "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/1041.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/1041.gif", "payer_costs": [ { "installments": 1, "installment_rate": 0, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_0,00%|TEA_0,00%" ], "min_allowed_amount": 0, "max_allowed_amount": 250000 }, { "installments": 3, "installment_rate": 7.87, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_57,96%|TEA_46,21%" ], "min_allowed_amount": 2, "max_allowed_amount": 250000 }, { "installments": 6, "installment_rate": 8.47, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_32,50%|TEA_26,35%", "recommended_interest_installment_with_some_banks" ], "min_allowed_amount": 3, "max_allowed_amount": 250000 }, { "installments": 9, "installment_rate": 13.92, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_37,47%|TEA_30,35%" ], "min_allowed_amount": 5, "max_allowed_amount": 250000 }, { "installments": 12, "installment_rate": 26.62, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "recommended_installment", "CFT_34,11%|TEA_27,73%" ], "min_allowed_amount": 6, "max_allowed_amount": 250000 } ], "accepted_bins": [ 376684, 376681, 376689, 376636, 376637, 376638, 376639, 376630, 376631, 376632, 376633, 376634, 376409, 376635, 376685, 376687, 376688, 376710, 376711, 376686, 376400, 376401, 376402, 376403, 376404, 376405, 376406, 376407, 376408, 376410, 376411, 376412, 376413, 376414, 376415, 376416, 376417, 376419, 376418, 376712, 376450, 376451, 376452, 376453, 376454, 376455, 376456, 376457, 376458, 376459, 379975, 379976, 379977, 376683, 376680, 376682 ], "total_financial_cost": 0 }, { "card_issuer": { "id": 297, "name": "Macro" }, "labels": [ "recommended_method" ], "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/297.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/297.gif", "payer_costs": [ { "installments": 1, "installment_rate": 0, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_0,00%|TEA_0,00%" ], "min_allowed_amount": 0, "max_allowed_amount": 250000 }, { "installments": 3, "installment_rate": 7.87, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_40,06%|TEA_32,25%" ], "min_allowed_amount": 2, "max_allowed_amount": 250000 }, { "installments": 6, "installment_rate": 10.22, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_40,17%|TEA_32,42%", "recommended_interest_installment_with_some_banks" ], "min_allowed_amount": 3, "max_allowed_amount": 250000 }, { "installments": 9, "installment_rate": 14.94, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_40,59%|TEA_32,84%" ], "min_allowed_amount": 5, "max_allowed_amount": 250000 }, { "installments": 12, "installment_rate": 26.62, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "recommended_installment", "CFT_40,92%|TEA_33,17%" ], "min_allowed_amount": 6, "max_allowed_amount": 250000 }, { "installments": 18, "installment_rate": 33.28, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_41,54%|TEA_33,82%" ], "min_allowed_amount": 6, "max_allowed_amount": 250000 }, { "installments": 24, "installment_rate": 49.01, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_42,40%|TEA_34,65%" ], "min_allowed_amount": 6, "max_allowed_amount": 250000 } ], "accepted_bins": [ 371594, 377805, 377806, 377777, 377778, 377779 ], "total_financial_cost": 0 }, { "card_issuer": { "id": 310, "name": "Banco Santander Rio S.A." }, "labels": [ "recommended_method" ], "thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/310.gif", "secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/310.gif", "payer_costs": [ { "installments": 1, "installment_rate": 0, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_0,00%|TEA_0,00%" ], "min_allowed_amount": 0, "max_allowed_amount": 250000 }, { "installments": 3, "installment_rate": 7.87, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_57,96%|TEA_46,21%" ], "min_allowed_amount": 2, "max_allowed_amount": 250000 }, { "installments": 6, "installment_rate": 14.28, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_59,22%|TEA_47,35%", "recommended_interest_installment_with_some_banks" ], "min_allowed_amount": 3, "max_allowed_amount": 250000 }, { "installments": 9, "installment_rate": 19.97, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "CFT_56,52%|TEA_45,40%" ], "min_allowed_amount": 5, "max_allowed_amount": 250000 }, { "installments": 12, "installment_rate": 26.62, "installment_rate_collector": [ "MERCADOPAGO" ], "labels": [ "recommended_installment", "CFT_57,03%|TEA_45,94%" ], "min_allowed_amount": 6, "max_allowed_amount": 250000 } ], "accepted_bins": [ 377790, 377791, 377792, 371595 ], "total_financial_cost": null } ], "card_configuration": [ { "bin_card_pattern": "^((34)|(37))", "bin_card_exclusion_pattern": null, "card_number_length": "15", "security_code_length": 4, "luhn_algorithm": "standard", "installment_bins_pattern": "^((34)|(37))", "additional_info_needed": [ "cardholder_name", "cardholder_identification_type", "cardholder_identification_number" ] } ] } |
/orders/$ORDER_ID/feedback | Obtener las opiniones recibidas por un comprador o un vendedor en un pedido. | GET POST
Go back X
Obtener opiniones por pedidocurl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadolibre.com/orders/1068825849/feedback Respuesta{ "sale": { "to": { "id": 207040551, "status": "active", "nickname": "TETE5029382", "points": 100 }, "extended_feedback": [], "has_seller_refunded_money": false, "status": "hidden", "reason": "THEY_DIDNT_ANSWER", "site_id": "MLA", "date_created": "2016-02-29T15:00:50.000-04:00", "from": { "id": 207035636, "status": "active", "nickname": "TETE9544096", "points": 100 }, "order_id": 2000003508419015, "modified": false, "id": 9040351529869, "message": "Operation not completed", "fulfilled": false, "item": { "id": "MLA607850752", "title": "Item De Testeo, Por Favor No Ofertar --kc:off", "price": 10, "currency_id": "ARS" }, "visibility_date": null, "reply": null, "role": "seller", "app_id": "6760432476394748", "rating": "neutral", "restock_item": true }, "purchase": null }Leer más. Go back X
Dar una opinión sobre un pedidocurl -X POST -H 'Authorization: Bearer $ACCESS_TOKEN' -H "Content-Type: application/json" -d '{ "fulfilled": false, "rating": "neutral", "message": "Operation not completed", "reason": "THEY_DIDNT_ANSWER", "restock_item": true, "has_seller_refunded_money": false}' "https://api.mercadolibre.com/orders/1068825849/feedback" Respuesta{ "to": { "id": 207040551, "status": "active", "nickname": "TETE5029382", "points": 100 }, "extended_feedback": [ ], "has_seller_refunded_money": false, "status": "hidden", "reason": "THEY_DIDNT_ANSWER", "site_id": "MLA", "date_created": "2016-02-29T15:00:50.000-04:00", "from": { "id": 207035636, "status": "active", "nickname": "TETE9544096", "points": 100 }, "order_id": 2000003508419016, "modified": false, "id": 9040351529869, "message": "Operation not completed", "fulfilled": false, "item": { "id": "MLA607850752", "title": "Item De Testeo, Por Favor No Ofertar --kc:off", "price": 10, "currency_id": "ARS" }, "visibility_date": null, "reply": null, "role": "seller", "app_id": "6760432476394748", "rating": "neutral", "restock_item": true }Leer más. |
/feedback/$FEEDBACK_ID | Cambiar opinión. | PUT
Go back X
Cambiar opinióncurl -X PUT -H 'Authorization: Bearer $ACCESS_TOKEN' -H "Content-Type: application/json" -d '{ "fulfilled": true, "rating": "positive", "message": "It’s ok.",}' "https://api.mercadolibre.com/feedback/9040351529869" Respuesta{ "status": "hidden", "reason": null, "site_id": "MLA", "date_created": "2016-02-29T15:00:50.000-04:00", "cust_role": "seller", "reply_status": null, "order_id": 2000003508419013, "id": 9040351529869, "message": "It’s ok.", "cust_from": 207035636, "fulfilled": true, "reply_date": null, "visibility_date": null, "reply": null, "cust_to": 207040551, "rating": "POSITIVE" }Learn more. |
/feedback/$FEEDBACK_ID/reply | Devuelve datos de una opinión dada por un vendedor. | POST
Go back X
Devuelve datos de una opinión dada por un vendedor.curl -X POST -H 'Authorization: Bearer $ACCESS_TOKEN' -H "Content-Type: application/json" -d'{"reply":"COMMENT 2."}' "https://api.mercadolibre.com/feedback/9040351529869/reply" Respuesta{ "status": "active", "reason": null, "site_id": "MLA", "date_created": "2016-02-29T15:00:50.000-04:00", "cust_role": "seller", "reply_status": "active", "order_id": 2000003508419013, "id": 9040351529869, "message": "It’s ok.", "cust_from": 207035636, "fulfilled": true, "reply_date": "2016-03-04T10:31:09.684-04:00", "visibility_date": "2016-03-04T10:29:42.000-04:00", "reply": "COMMENT 2.", "cust_to": 207040551, "rating": "POSITIVE" }Leer más. |
/users/$SELLER_ID/order_blacklist | Recupera todos los usuarios bloqueados de la oferta en los ítems de un vendedor. | GET POST DELETE
Go back X
Bloquear a usuarios para hacer una oferta en un ítem.curl -X POST -H 'Authorization: Bearer $ACCESS_TOKEN' -H "Content-Type: application/json" -d '{ "user_id": 207040551 }' "https://api.mercadolibre.com/users/207035636/order_blacklist" Respuesta{ "user_id": "207035636", "user_blocked": 207040551 }Leer más. |
/orders/$ORDER_ID/product | Obtener información específica del producto vendido dentro del pedido. | GET
Go back X
Obtener información específica del producto vendido dentro del pedido.curl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadolibre.com/orders/$ORDER_ID/product Respuesta{ "attributes": [ { "name": "IMEI", "value": "111", "id": 1 }, { "name": "IMEI", "value": "222", "id": 2 }, { "name": "entry_date", "value": "01/01/2001", "id": 3 } ] } |
The results of this request can be paginated using offset + limit
Example:
curl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' https://api.mercadolibre.com/users/:userID/order_blacklist?offset=100&limit=50
Siguiente: Métricas.