Skip to main content

StockLocationAddressCountry

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

Fields

It is the id of the country of the address.

codeString

It is the code of the country of the address.

nameString!required

It is the name of the country of the address.