ProductAttributeTerms
Product attribute terms API.
Description Description
Source Source
File: woocommerce/packages/woocommerce-blocks/src/RestApi/StoreApi/Controllers/ProductAttributeTerms.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
Methods Methods
- __construct — Setup API class.
- get_collection_params — Get the query params for collections of attributes.
- get_item_schema — Item schema.
- get_items — Get a collection of attribute terms.
- prepare_item_for_response — Prepare a single item for response.
- register_routes — Register the routes.