You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/v2.3/graphql/tutorials/checkout/checkout-billing-address.md
+22-15Lines changed: 22 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ contributor_name: Atwix
11
11
contributor_link: https://www.atwix.com/
12
12
---
13
13
14
+
{:.bs-callout .bs-callout-tip}
15
+
Billing address must always be set.
16
+
14
17
Use [setBillingAddressOnCart]({{ page.baseurl }}/graphql/reference/quote.html#set-the-billing-address-on-cart-attributes) mutation query to set a billing address. GraphQl allows to add billing address in the next ways:
15
18
- add new billing address
16
19
- add new billing address and set it as a shipping addresses
@@ -96,7 +99,9 @@ where
96
99
}
97
100
```
98
101
99
-
###
102
+
### Add a new address for billing and shipping
103
+
104
+
The following mutation adds a new billing address and sets it as a shipping address too.
0 commit comments