WC_AJAX::shipping_zone_add_method() – Handle submissions from assets/js/wc-shipping-zone-methods.js Backbone model.
WC_AJAX::shipping_zone_methods_save_changes() – Handle submissions from assets/js/wc-shipping-zone-methods.js Backbone model.
WC_AJAX::shipping_zones_save_changes() – Handle submissions from assets/js/wc-shipping-zones.js Backbone model.
WC_REST_Shipping_Zone_Locations_V2_Controller::get_item_schema() – Get the Shipping Zone Locations schema, conforming to JSON Schema
WC_REST_Shipping_Zone_Locations_V2_Controller::prepare_item_for_response() – Prepare the Shipping Zone Location for the REST response.
WC_REST_Shipping_Zone_Locations_V2_Controller::register_routes() – Register the routes for Shipping Zone Locations.
WC_REST_Shipping_Zone_Methods_V2_Controller::create_item() – Create a new shipping zone method instance.
WC_REST_Shipping_Zone_Methods_V2_Controller::get_item_schema() – Get the Shipping Zone Methods schema, conforming to JSON Schema
WC_REST_Shipping_Zone_Methods_V2_Controller::get_settings() – Return settings associated with this shipping zone method instance.
WC_REST_Shipping_Zone_Methods_V2_Controller::prepare_item_for_response() – Prepare the Shipping Zone Method for the REST response.
WC_REST_Shipping_Zone_Methods_V2_Controller::register_routes() – Register the routes for Shipping Zone Methods.
WC_REST_Shipping_Zone_Methods_V2_Controller::update_fields() – Updates settings, order, and enabled status on create.
WC_REST_Shipping_Zones_Controller_Base::create_item_permissions_check() – Check if a given request has access to create Shipping Zones.
WC_REST_Shipping_Zones_Controller_Base::delete_items_permissions_check() – Check whether a given request has permission to delete Shipping Zones.
WC_REST_Shipping_Zones_Controller_Base::get_items_permissions_check() – Check whether a given request has permission to read Shipping Zones.
WC_REST_Shipping_Zones_Controller_Base::update_items_permissions_check() – Check whether a given request has permission to edit Shipping Zones.
WC_REST_Shipping_Zones_V2_Controller::get_item_schema() – Get the Shipping Zones schema, conforming to JSON Schema
WC_REST_Shipping_Zones_V2_Controller::prepare_item_for_response() – Prepare the Shipping Zone for the REST response.
WC_Shipping_Zone_Data_Store::get_zone_id_from_package() – Find a matching zone ID for a given package.
WC_Shipping_Zone::get_formatted_location() – Return a text string representing what this zone is for.