Get favorite status by ids
Returns the favorite state for a list of object ids for the current workspace user.
POST
/api/unstable/favorites/statusReturns the favorite state for a list of object ids for the current workspace user.
Request Body
application/json
objectHandle*string
Object handle for the favorite lookup. Currently only products are supported.
Length
1 <= lengthExample
"products"objectIds*array<>
Object ids to resolve favorite state for.
Items
items <= 500Example
[
"product_123",
"product_456"
][key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json