Update product
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
// See Get product respons
}{
"status": 422,
"error": "Could not update product. Some fields contain invalid data",
"fields": {
"amount": [
"The amount must be a number."
]
}
}Last updated