API Product Attributes 2.5.0-beta-1
-
I am using 2.5.0-beta-1 I need some help on the API. https://woothemes.github.io/woocommerce-rest-api-docs/#products
Say I have an attribute called apples which has an id of 1. So when I do this /wc-api/v3/products/attributes/1
I get this:
Array ( [has_archives] => [name] => Apples [order_by] => menu_order [slug] => pa_apples [type] => select [id] => 1 )
Though I want to see the archive for Apples. So I get the list of name and ids for example Green, Red. How do I do that? I have woocommerce 2.5.0-beta-1
- The topic ‘API Product Attributes 2.5.0-beta-1’ is closed to new replies.