addressesShortCreate
POST:addresses/short.json
Description
Create one or multiple short addresses.
Arguments
data: [AddressShortCreate!]!
Main argument for mutations.
Data Argument Fields
The city
Example: "Louisville"
Valid when: city is not empty
Valid when: city's length doesn't exceed 80 characters
The two-letter code for the country
Example: "US"
Valid when: country is not empty
The two-letter code for the province or state
Example: "KY"
Valid when: province is not empty
The zip or postal code
Example: "40202"
Valid when: zip's length doesn't exceed 32 characters
Result
[AddressShort!]
Preview (typescript)
Loading module