Skip to main content

InventoryLocalitiesCreateInput

Represents a request to create a locality.

input InventoryLocalitiesCreateInput {
name: String!
countryCode: String!
unLocode: String
}

Fields

InventoryLocalitiesCreateInput.name ● String! non-null scalar

Sets the name of the locality.

InventoryLocalitiesCreateInput.countryCode ● String! non-null scalar

Sets the country code, as ISO2, of the locality.

InventoryLocalitiesCreateInput.unLocode ● String scalar

United Nations code for Trade and Transport Locations. It is not mandatory but it is recommended in order to identify the locality unequivocally.