accounts_receivable/favorite_items
- GET accounts_receivable/favorite_items/list — This method returns the favorite items of a specific accounts receivable. Multiple favorite items are retrieved by this call
- POST accounts_receivable/favorite_items/add — This method adds a product in the list of favorite items. A single product can be added on each call
- POST accounts_receivable/favorite_items/remove — This method removes a product from the list of favorite items. A single product can be removed on each call