Produtos
Atualizar produto
put/api/v1/products/{id}
Path parameters
idstring required
Request body
Example request
{
"id_sku": "SKU12345",
"name": "Nome do Produto",
"price": 199.99
}Response
Example response
{
"id": "15b41959-b04d-4a99-b878-6e45fffa7633",
"id_sku": "SKU12345",
"name": "Nome do Produto",
"price": 199.99
}Changes
No recorded changes to this endpoint across all 1 revision of this API.