AddressInput
Version 2024-04-01
Overview
Represents an address details. E.g. Shipping address, Billing address
Arguments
Argument | Description |
---|---|
contactNumber (String) | Telephone number associated with the address |
countryCode (String required) | ISO 3166 2-character country code. |
extendedAddress (String) | The extended address of the address. For example, the apartment number. |
locality (String required) | Locality, e.g. city, the address is located in. |
name (String required) | Name of the customer associated with the address. |
postalCode (String required) | Postal code of the address. The size should be greater than or equal to 1 and less than or equal to 50. |
region (String required) | Region, e.g. state, the address is located in. |
streetAddress (String required) | First line street address. |
Updated 23 days ago