Filter Hook: Remove fields from responses when requests specify certain fields note these are hooked at a later priority so data added via filters (e.g. customer data to the order response) still has the fields filtered properly
Source: includes/legacy/api/v2/class-wc-api-resource.php:229
Method: Checks if the given post is editable by the current user
Source: includes/legacy/api/v2/class-wc-api-resource.php:417
Method: Checks if the given post is deletable by the current user
Source: includes/legacy/api/v2/class-wc-api-resource.php:431
Method: Checks the permissions for the current user given a post and context
Source: includes/legacy/api/v2/class-wc-api-resource.php:444
Method: Add common request arguments to argument list before WP_Query is run
Source: includes/legacy/api/v2/class-wc-api-resource.php:148
Method: Add meta to resources when requested by the client. Meta is added as a top-level `_meta` attribute (e.g. `order_meta`) as a list of key/value pairs
Source: includes/legacy/api/v2/class-wc-api-resource.php:243
Method: Restrict the fields included in the response if the request specified certain only certain fields should be returned
Source: includes/legacy/api/v2/class-wc-api-resource.php:304
Method: Delete a given resource
Source: includes/legacy/api/v2/class-wc-api-resource.php:359
Method: Checks if the given post is readable by the current user
Source: includes/legacy/api/v2/class-wc-api-resource.php:404
Source: includes/legacy/api/v2/class-wc-api-resource.php:17