INPUT_OBJECT

CreateAddressMutationInput

The fields necessary to create an address.

link GraphQL Schema definition

  • input CreateAddressMutationInput {
  • # Address line 1.
  • line1: String!
  • # Address line 2.
  • line2: String
  • # A city.
  • city: String!
  • # A state, province, or other country subdivision.
  • subdivision: Subdivision
  • # A ZIP or postal code.
  • zip: String!
  • # A two character country code.
  • country: Country!
  • # Address status ID.
  • address_status_id: Int64Bit
  • }