Sincronización de productos
Ejemplo de petición POST
Key
Value
[
{
"name": "Nombre del Producto",
"url_image": "https://example.com/image.jpg"
}
]Respuestas y Errores
Last updated
[
{
"name": "Nombre del Producto",
"url_image": "https://example.com/image.jpg"
}
]Last updated
[
{
"id": 5,
"name": "Nombre del Producto",
"url_image": "https://example.com/image.jpg",
"external_id": "00000000000000000005",
"active": true,
"store_id": 1,
"created_at": "2023-08-14T11:54:08.018-04:00",
"updated_at": "2023-08-14T11:54:08.022-04:00"
}
]