Update Item
Description: Find & update item that belongs to a customer
HTTP Method: PATCH
Endpoint: /api/v1/customer/item
Parameters
| Name | In | Required | Example | Description |
|---|
Request Body
{
"id": 1984074023436288,
"description": "Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support",
"value": 0.8365397362504154
}
Responses
Status Code: 200
No example provided