GET:favorites.json
Commerce APIGET:favorites.json

GET:favorites.json

Description

Get specific favorites of a given shop.

This is a typical bulk get endpoint.

Permission bit: "customer_favorites.read"

Topic: Customers

Query Parameters

customer_id: String, required

Unique customer identifier. See also: Unique Identifiers

Example: ?customer_id=cu_EQzGqWoY


ids: Comma-separated array of String, required

List of favorite ids. See also: Unique Identifiers

Example: ?ids=fv_EQzGqWoY,fv_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

Array of CustomerFavorite

Response Body Type

Loading module