Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How to accesss billingAddress in Cart And Checkout Validation Function API

How to accesss billingAddress in Cart And Checkout Validation Function API

kojiro2hb
Shopify Partner
15 1 2

hello,

 

i can get deliveryAddress phone by following RunInput

 

query RunInput {
  cart {
    deliveryGroups {
      deliveryAddress {
        phone
      }
      billingAddress {
        phone
      }
    }
  }
}

 

but i don't know how to get the billing address info (phone etc).
 
does somebody know how ?
 
Thank you
Replies 0 (0)