woocommerce / woocommerce-rest-api

This is the WooCommerce core REST API Package. It runs standalone as a feature plugin too.
71 stars 46 forks source link

variations selections on Variable product #271

Open hardiksorathiya opened 3 years ago

hardiksorathiya commented 3 years ago

Hello,

We currently get product data using API.

  1. if variations selections any https://prnt.sc/1rsvty7 on admin.
  2. we get all variations via API http://localhost/wordpress527/wp-json/wc/v3/products/48/variations here get got all the options variant wise which have selected both options.
  3. but we got only one attributes option if selected any https://prnt.sc/1rsw55t how can I find there are other options?