3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)PHP21,513 stars (21,513 stars)2,847 forks (2,847 forks)batch import
EnhancementHelp wanted
- Issue type
- feature
- Research direction
- Start by examining the API method `getItemsBySku` in the Goals plugin, likely in `plugins/Goals/API.php`. Identify where the response array is constructed and add the `orderId` field. Check the database query to ensure the `orderId` column from the `log conversion` table is included. Look at the forum reference for additional context. Test the change by calling the API and verifying the response includes `orderId` for existing goals.