cURL
curl --request POST \ --url https://api.hierarch.io/v1/product/edit/{company_slug}/{product_id}/ \ --header 'Content-Type: application/json' \ --header 'token: <api-key>' \ --data '{ "name": "<string>", "description": "<string>", "what_you_get": "<string>", "price": "<string>", "currency": "<string>" }'
{ "result": "<string>" }
Edit product information
API token provided to your company
This is your company url
Product ID
Plant to add to the store
The body is of type object.
object
OK Response
The response is of type object.
Was this page helpful?