Customers > Customers > favoritesDelete
Commerce APICustomersCustomersfavoritesDelete
favoritesDelete
DELETE:favorites.json

Description

Remove variant from customer's favorites list.

Permission bit: "customer_favorites.delete"

Topic: Customers

Arguments

customer_id: String!

Unique customer identifier. See also: Unique Identifiers

Example: "cu_EQzGqWoY"


ids: [String!]!

List of favorite ids. See also: Unique Identifiers

Example: ["fv_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module