wp-graphql-woocommerce
wp-graphql-woocommerce copied to clipboard
Question about shipping
trafficstars
If I change the delivery address, what mutation should I use to get the recalculated amount, while taking into account the zone?
@Miskannn This should do it.
query {
cart(recalculateTotal: true) {
...cartFields
}
}