# POST /products/:id_or_alias/favorite **POST /products/{id_or_alias}/favorite** Creates a favorite product for current user. ## Servers ## Parameters #### Path parameters - **id_or_alias** (string) ID of the resource to return ## Responses ### 200: successful operation #### Body Parameters: (object) - **data** (object) - **links** (object) ### 400: Bad Request ### 401: Authorization information is missing or invalid. ### 404: Product not found ### 500: Server Error [Powered by Bump.sh](https://bump.sh)