addressesShortCreate
addressesShortCreate
POST:addresses/short.json

Description

Create one or multiple short addresses.

Arguments

data: [AddressShortCreate!]!

Main argument for mutations.


Data Argument Fields

city: String!

The city

Example: "Louisville"

Valid when: city is not empty

Valid when: city's length doesn't exceed 80 characters


country: String!

The two-letter code for the country

Example: "US"

Valid when: country is not empty


province: String!

The two-letter code for the province or state

Example: "KY"

Valid when: province is not empty


zip: String

The zip or postal code

Example: "40202"

Valid when: zip's length doesn't exceed 32 characters


Result

[AddressShort!]

Preview (typescript)

Loading module