ProductAttributes
REST API Product Attributes controller class.
Description Description
Source Source
File: woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/ProductAttributes.php
Methods Methods
- check_permissions — Check permissions.
- get_item_permissions_check — Check if a given request has access to read a attribute.
- get_item_schema — Get the Product's schema, conforming to JSON Schema.
- get_items_permissions_check — Check if a given request has access to read the attributes.
- prepare_item_for_response — Prepare a single product category output for response.
- register_routes — Register the routes for products.