Actualización de productos
Ejemplo de petición PATCH
Key
Value
[
{
"external_id": "00000000000000000001",
"active": false
}
]Respuestas y errores
Last updated
[
{
"external_id": "00000000000000000001",
"active": false
}
]Last updated
[
{
"active": false,
"id": 1,
"name": "Nombre del Producto",
"url_image": "https://example.com/image.jpg",
"external_id": "00000000000000000001",
"store_id": 1,
"created_at": "2023-08-14T11:46:53.797-04:00",
"updated_at": "2023-08-14T12:23:30.197-04:00"
}
]