wp-graphql-woocommerce icon indicating copy to clipboard operation
wp-graphql-woocommerce copied to clipboard

Question about shipping

Open Miskannn opened this issue 3 years ago • 1 comments
trafficstars

If I change the delivery address, what mutation should I use to get the recalculated amount, while taking into account the zone?

Miskannn avatar Jul 26 '22 12:07 Miskannn

@Miskannn This should do it.

query {
  cart(recalculateTotal: true) {
    ...cartFields
  }
}

kidunot89 avatar Aug 13 '22 00:08 kidunot89