mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
✨ feat: add shipping address to order
:%s
This commit is contained in:
@@ -15,6 +15,14 @@ export const cartFragment = /* GraphQL */ `
|
||||
lastName
|
||||
emailAddress
|
||||
}
|
||||
shippingAddress {
|
||||
streetLine1
|
||||
city
|
||||
province
|
||||
postalCode
|
||||
countryCode
|
||||
phoneNumber
|
||||
}
|
||||
lines {
|
||||
id
|
||||
quantity
|
||||
|
Reference in New Issue
Block a user