Authorizations
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
Body
application/json
The product to update
The body is of type object
.
Response
200 - application/json
OK
Generic container for all service responses
{
"isSuccess": true,
"message": "<string>",
"payload": "<string>"
}
{
"isSuccess": true,
"message": "<string>",
"payload": "<string>"
}
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
The product to update
The body is of type object
.
OK
Generic container for all service responses
Was this page helpful?