Skip to main content

CreateVendorAddressInput

Input for the createVendorAddress mutation.

input CreateVendorAddressInput {
city: String!
companyName: String
country: String!
name: NameInput
postalCode: String!
street1: String!
street2: String!
}

Fields

CreateVendorAddressInput.city ● String! non-null scalar

The city part of the address to create

CreateVendorAddressInput.companyName ● String scalar

The company name part of the address to create

CreateVendorAddressInput.country ● String! non-null scalar

The country part of the address to create

CreateVendorAddressInput.name ● NameInput input

The name of the address to create

CreateVendorAddressInput.postalCode ● String! non-null scalar

The postal code part of the address to create

CreateVendorAddressInput.street1 ● String! non-null scalar

The first part of the street part of the address to create

CreateVendorAddressInput.street2 ● String! non-null scalar

The second part of the street part of the address to create

Member Of

createVendorAddress mutation