Wp-graphql-woocommerce: Do WooCommerce-Extensions work with wp-graphql-woocommerce?

Created on 24 Jul 2020  路  1Comment  路  Source: wp-graphql/wp-graphql-woocommerce

For a client project I have to make a Webshop and I want to make it with headless wordpress and also use GraphQl. During my research I found an extension called _Shipping Multiple Addresses_, developed by WooCommerce, which would be perfect for my usecase. Now I want to know, if I can use wp-graphql-woocommerce to interact with this extension. I haven't found any Information about that, or if it is even integrated into the WooCommerce Rest API, by searching the internet. Is this possible or if not, how could I interact with this exension through GraphQl in general (I have almost no experience working with headless Wordpress)?

question

Most helpful comment

@kaspolar The Multiple Shipping Addresses plugin would require some custom schema implemention in order to work with WooGraphQL, because it relies on data not found in WooCommerce core which is what WooGraphQL aims to cover out of the box.

>All comments

@kaspolar The Multiple Shipping Addresses plugin would require some custom schema implemention in order to work with WooGraphQL, because it relies on data not found in WooCommerce core which is what WooGraphQL aims to cover out of the box.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dpacmittal picture dpacmittal  路  5Comments

mohaimenmahi picture mohaimenmahi  路  5Comments

aresrioja10 picture aresrioja10  路  6Comments

paplco picture paplco  路  4Comments

pmventura picture pmventura  路  3Comments