Skip to content

deleteFavorites.v1

POST
/shopgate.user.deleteFavorites.v1

This pipeline is used to remove favorites from a user’s favorite list. This pipeline is being used in Engage Theme versions 6.7.0 and higher. list.

Media typeapplication/json
productId

The ID of the product

string
<= 255 characters
Example
abc123

Returns an empty object.

Media typeapplication/json
object
Examplegenerated
{}

Returns one or multiple error messages.

Media typeapplication/json
Message

Message to be shown to the user

object
type
required
string
Allowed values: error warning info
message
required
string
code

Message code, mapped within the extension. It can be used to react in a specific way or to allow for message translation.

string
Example
{
"type": "error",
"message": "Some error occurred",
"code": "EUNKNOWN"
}