Home
Documentation
Resources
Certifications
Community

Resources

Check for updates on our solutions and system performance, or request technical support.

Community

Get the latest news, ask others for help and share your knowledge.

Shipping cost - Preferences - Mercado Pago Developers

Intelligent search powered by OpenAI 

Shipping cost

Shipping cost is the value charged for shipping the products sold. If this amount is already set, it is possible to display it separately from the total purchase amount at the time of payment.

  1. Send a POST with the cost and mode attributes of the shipments parameter to the endpoint /checkout/preferences.
  2. In cost, enter the freight amount.
  3. In mode, enter not_specified.
  4. Execute the request.

json

{
"shipments":{
"cost": 1000,
"mode": "not_specified",
}
}