POST:storefront/favorites.json
POST:storefront/favorites.json
Description
Modify customer's favorite item.
Topic: Customers
Query Parameters
ids: Comma-separated array of String, required
List of favorite ids. See also: Unique Identifiers
Example: ?ids=fv_EQzGqWoY,fv_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of StorefrontCustomerFavoriteModify
[ { "inventory_notification": true, "price_notification": false } ]
Response Body
Array of StorefrontCustomerFavorite
Response Body Type
Loading module