Patch item
Items
Patch item
Update an existing catalog item using the compatibility PATCH method.
PATCH
Patch item
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Public item ID.
Pattern:
^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$Body
application/json
Partial item update. At least one field must be supplied.
Response
Updated item
Pattern:
^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$Example:
"7f3a2c9e"
Available options:
item Example:
"Wireless Headphones"
Example:
"Noise-cancelling Bluetooth headphones."
Arbitrary JSON object used for filtering, ranking, and debugging.
Example:
{
"category": "electronics",
"brand": "Acme",
"price": 10999,
"currency": "usd"
}Example:
true
Unix timestamp in seconds.
Example:
1777478400
Unix timestamp in seconds.
Example:
1777478500

