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.
Request Body
Section titled “Request Body”Media typeapplication/json
productId
The ID of the product
string
Example
abc123Responses
Section titled “Responses”Returns an empty object.
Media typeapplication/json
object
Examplegenerated
{}EUNKNOWN
Section titled “EUNKNOWN”Returns one or multiple error messages.
Media typeapplication/json
Message
Message to be shown to the user
object
type
required
string
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"}
