billingDetails
Graphql fields and variables for the billingDetails query
query billingDetails ($id: ID) {
billingDetails (id: $id) {
billingCity
billingCountry
billingState
billingStreet
billingZip
name
taxNumber
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
