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