cURL
curl --request PATCH \ --url https://api.antei.com/products/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "pricing_amount": 123, "currency": "<string>", "category": "<string>" } '
{ "id": "<string>", "name": "<string>", "pricing_amount": 123, "currency": "<string>", "category": "<string>" }
Update an existing product’s details.
https://api.antei.com
id
name
category
pricing_amount
currency
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Product updated
Unique product identifier
Product name
Base price of the product
Currency code (e.g., USD, EUR, INR)
Product category