ProductAttributes
Product categories controller.
Description Description
Source Source
File: packages/woocommerce-admin/src/API/ProductAttributes.php
Methods Methods
- get_collection_params — Get the query params for collections
- get_custom_attributes — Query custom attributes by name or slug.
- get_item_by_slug — Get a single attribute by it's slug.
- get_item_schema — Get the Attribute's schema, conforming to JSON Schema.
- get_items — Get all attributes, with support for searching (which includes custom attributes).
- register_routes — Register the routes for custom product attributes.