Products
Update Product
Update an existing product’s details.
PATCH
Updates only the specified fields of an existing product.
Authorization: Requires Bearer token
Base URL: https://api.antei.com
Path Parameters
id
(required) – ID of the product to update
Request Body
Any subset of:
name
category
pricing_amount
currency
Response
Returns the updated product object.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json