Variable Products – Attributes & Variations —WooCommerce REST API
-
I am using WooCommerce REST API to display products in Mobile App and its working fine.
But in VARIABLE PRODUCT,
Let,
Number of Options for Attribute_1 = m
Number of Options for Attribute_2 = nthen their must be,
Number of Variations = m x n (Let m=5 and n=5 hence total Variations = 5 x 5 =25)But I get,
Number of Variations = 4 (which is less than m x n)And in WooCommerce website it shows all possible Variations, So I need to know that how it is working fine in website.
So please explain me, so that i will implement it in my mobile app.
The topic ‘Variable Products – Attributes & Variations —WooCommerce REST API’ is closed to new replies.