Products
In this section you will find the APIs referring to the creation, edition and elimination of Products. This information will only update the base information within Ventiapp.
Add Product
POST
https://ventiapi.azurewebsites.net/api/product/addproduct
This method is used to create a base product in Ventiapp. If the required fields are not available, the service will throw an error.
Headers
Authentication
string
Bearer + token
Request Body
SKU
string
SKU Identificador del producto, este ID es requerido. Si no lo tiene, se recomienda que sea el ID de su ERP
title
string
Título del producto
price
number
Precio base del producto, este se utiliza cuando se genera una nueva publicación
weight
number
Peso del producto en gramos
height
number
Alto del producto en centímetros
width
number
Ancho del producto en centímetros
depth
number
Profundidad del producto en centímetros
brand
string
Marca del producto
EAN
string
Identificador EAN13 del producto
UPC
string
Identificador UPC del producto
longDescription
string
Descripción larga del producto (default)
shortDescription
string
Descripción corta del producto
baseStock
integer
Cantidad se inventario base, este se utiliza cuando se genera una nueva publicación
images
array
Array de strings con url de las imágenes
Última actualización