-
Notifications
You must be signed in to change notification settings - Fork 112
Merchant Orders
Ariel Rey edited this page Oct 31, 2017
·
2 revisions
The methods available for Merchant Orders are:
- create - Create a Merchant Order
mercadopago.merchant_orders.create(payload, configurations, callback);
- save - Create a Merchant Order
mercadopago.merchant_orders.save(payload, configurations, callback);
- update - Update a Merchant Order
mercadopago.merchant_orders.update(payload, configurations, callback);
- get - Get a Merchant Order
mercadopago.merchant_orders.get(id, configurations, callback);
- findById - Get a Merchant Order
mercadopago.merchant_orders.findById(id, configurations, callback);