Reports
📄️ Report Trigger API
Report trigger API is to generate a specific type of report given in request.
📄️ Reports Detail
This api will return report detail like status and location to download the report
📄️ Update Notification Subscription
This API helps in self-serving the process of enabling/disabling the returns and order notification provided the seller-subscription exists for the given seller and location id. Users can control notification settings for both order and returns notifications independently or together. If disable_order is set to true, order notifications will be disabled; if set to false, order notifications will be enabled. If disable_returns is set to true, returns notifications will be disabled; if set to false, returns notifications will be enabled. User can specify either disable_order, disable_returns, or both parameters. Failing to specify both parameters will make no changes in the subscription and will return a 200 response.