Skip to main content

StockLocationAddressCity

type StockLocationAddressCity {
id: String
code: String
name: String!
}

Fields

It is the id of the city of the address.

codeString

It is the code of the city of the address.

nameString!required

It is the name of the city of the address.