Documentation
Nothing Found
Documentation
Update the status of a product
Request
Security:
BearerAuth
path Parameters
id
required
integer
<int32>
Request Body schema:
application/json
productId
integer
<int32>
isActive
boolean
Responses
200
401
invalid credentials
put
/api/v2/Products/{id}/Status
Try it
Request samples
Payload
curl
JavaScript
Node.js
application/json
Copy
Expand all
Collapse all
{
"productId"
:
0
,
"isActive"
:
true
}
Response samples
200
application/json
Copy
Expand all
Collapse all
{
"id"
:
0
,
"success"
:
true
,
"message"
:
"string"
}
Next to
store information