Skip to main content

Input fields

addressLine1 : String! required

Line 1 of customer's address.

addressLine2 : String

Line 2 of customer's address.

addressLine3 : String

Line 3 of customer's address.

addressLine4 : String

Line 4 of customer's address.

addressLine5 : String

Line 5 of customer's address.

email : String! required

Customer's email.

familyName : String! required

Customer's family name.

givenName : String! required

Customer's given name.

phoneNumber : String! required

Customer's phone number.

postcode : String! required

Customer's postcode.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "addressLine1": "sing-throw-key-finally-husband", "addressLine2": "break-deal-race-attention-direction", "addressLine3": "focus-up-western-and-special", "addressLine4": "age-sell-raise-manager-more", "addressLine5": "rich-thought-kind-production-ever", "email": "party-common-develop-do-last", "familyName": "Christensen", "givenName": "Teresa", "phoneNumber": "dog-exist-natural-hope-later", "postcode": "election-many-book-degree-bad" }