GraphQL OBJECT
PurchaseSearchContact
Contact information of customer who placed the purchase.
link Definition
- type PurchaseSearchContact {
- # Contact's email address.
- : String
- # Domain of the customer's email address.
- : String
- # Contact's first name.
- : String
- # Contact's last name.
- : String
- # Name of the company (if applicable).
- : String
- # Contact's city.
- : String
- # Contact's postal code.
- : String
- # Contact's country.
- : Country
- # Contact's state. State submissions are possible for Australia, Brazil, Canada,
- # India, Ireland, Japan, the UAE, and the USA.
- : State
- # Line 1 of the address.
- : String
- # Line 2 of the address.
- : String
- # Phone.
- : String
- # ID.
- : Int
- # language.
- : Language
- }