We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7f3a4 commit 6fe9f2fCopy full SHA for 6fe9f2f
src/GraphQlSdk.php
@@ -581,6 +581,34 @@ public function getOrder(string $orderId)
581
redirectToCheckoutUrl
582
dashboardUrl
583
status
584
+ customer {
585
+ givenName
586
+ surname
587
+ phoneNumber
588
+ email
589
+ }
590
+ shippingAddress {
591
+ name
592
593
+ company
594
+ line1
595
+ line2
596
+ city
597
+ state
598
+ postcode
599
+ countryCode
600
601
+ billingAddress {
602
603
604
605
606
607
608
609
610
611
612
payments {
613
id
614
0 commit comments