Orders
In this section you will find all the APIs of Ventiapp related to Sales
Última actualización
In this section you will find all the APIs of Ventiapp related to Sales
Última actualización
GET
https://ventiapi.azurewebsites.net/api/orders/orders
This method returns the sales of the different sales channels that were captured by Ventiapp. The order in which they are displayed is by creation date in decreasing order (the newest will be seen first). This API can consume a maximum of 1 occurrence per minute.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Valid options for the sort parameter are:
added_desc : Fecha de Alta en VentiApp descendiente
added_asc: Fecha de Alta en VentiApp ascendiente
created_desc: Fecha de creación inicial de la compra descendiente
created_asc: Fecha de creación inicial de la compra ascendiente
modified_desc: Fecha de modificación de la compra descendiente
modified_asc: Fecha de modificación de la compra ascendiente
The valid options for the channel parameter are:
"amazon" (Amazon)
"claroshop" (Claroshop)
"elektra" (Elektra)
"linio" (Linio)
"meli" (Mercado Libre)
"mshops" (Mercado Shops)
"prestashop" (Prestashop)
"shopify" (Shopify)
"venticommerce" (VentiCommerce)
"vtex" (VTEX)
"walmart" (Walmart)
"wish" (Wish)
"woocommerce" (WooCommerce)
GET
https://ventiapi.azurewebsites.net/api/orders/findorder
This method searches for a specific sale, or a cart with associated orders.
POST
https://ventiapi.azurewebsites.net/api/orders/createorder
This method is used to insert an order in Ventiapp
Body de la llamada:
PUT
https://ventiapi.azurewebsites.net/api/orders/updateorder/
This method is used to update an order in Ventiapp. The fields are optional, those that are not in the call will be ignored
Example:
GET
https://ventiapi.azurewebsites.net/api/orders/printlabel/
This method is used to print the guide associated with the sale. When the guide is printed for the first time, the associated marketplace will notify the client that the order is being processed automatically, that is why we recommend verifying this process before an implementation in an automated system. The externalId, or the orderId are mandatory, with one of the two the call is already valid The type field is optional, in this you have to indicate if it is zpl or pdf (Not all channels support ZPL, Ventiapp is working to perform the conversion). The default value is pdf Channels: - Guías generadas desde Ventiapp (ej: EnviaYa, Skydropx o paquetería propia) - Mercado Libre (BETA) - Mercado Shops (BETA) - Linio (BETA) - Amazon (en desarrollo) - Claroshop (en desarrollo) - Walmart (en desarollo)
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|