Instore Orders v2 API
Attributes
AttributeTypeDescription
user_id
String
User identifier. (Required)
external_store_id
String
External_id of the store defined by integrator system. (Required)
external_pos_id
String
External_id of the point of sale defined by integrator system. (Required)
external_reference
String(256)
Reference you can synchronize with your sale system. (Required)
title
String(256)
Purchase title. (Required)
description
String(256)
Purchase description.
notification_url
String(500)
URL where you'd like to receive a payment or merchant_order notification.
expiration_date
String(500)
Expiration date with format "2020-08-22T16:34:56.559-04:00"
total_amount
Double
Total amount of the transaction in local currency. (Required)
items
Array(Object)
Information on the products involved in the order.
sku_number
String
Item code.
category
String
Item category.
title
String
Item title. (Required)
description
String
Item description.
unit_price
Double
Unit price of the item (maximum 2 decimals). (Required)
quantity
Integer
Number of item units. (Required)
unit_measure
String
Unit of measure of the item. (Required)
total_amount
String
Item image URL. (Required)
sponsor
Object
Integrator information.
id
Long
Mercado Pago's USER_ID of the integrator system.
cash_out
Object
Cash withdrawal.
amount
Double
Amount to withdraw in local currency.