Items
Item Update
PUT
/
v1
/
item
/
update
/
{id}
Headers
TENANT
string
requiredThe tenant you are making this request on behalf of
API-KEY
string
requiredYour api key
Path Parameters
id
string
requiredBody
application/json
description
string | null
Optional description of the item
image
string | null
Optional URL to a public image of the item
meta
object | null
Any additional metadata about the item relevant to your system.
name
string | null
Optional name of the item
price
integer | null
Optional price of the item in cents
unit
string | null
Optional unit of measurement for the item
Response
200 - application/json
description
string | null
Optional description of the item
id
string
requiredUnique identifier for the item
image
string | null
Optional URL to an image of the item
meta
object | null
Any additional metadata about the item relevant to your system.
name
string
requiredName of the item
price
integer
requiredPrice of the item in cents
unit
string | null
Optional unit of measurement for the item