Controller
Reports Imports controller.
Description Description
Source Source
File: packages/woocommerce-admin/src/API/Reports/Import/Controller.php
Methods Methods
- cancel_import — Cancel all queued import actions.
- delete_imported_items — Delete all imported items.
- get_import_collection_params — Get the query params for collections.
- get_import_public_schema — Get the Report's schema, conforming to JSON Schema.
- get_import_status — Get the status of the current import.
- get_import_totals — Get the total orders and customers based on user supplied params.
- import_items — Import data based on user request params.
- import_permissions_check — Makes sure the current user has access to WRITE the settings APIs.
- prepare_item_for_response — Prepare the data object for response.
- prepare_objects_query — Prepare request object as query args.
- register_routes — Register routes.