Item

Something in Animal Crossing that is considered an item.

Implemented by

Fields

addedInVersion (Version!)

The version of Animal Crossing New Horizons in which this item first appeared.

alternativeCurrency (Currency)

An alternative currency with which this item can be purchased.

alternativePrice (Int)

The amount of alternative currency with which this item can be purchased.

exclusiveToSeasonalEvent (Boolean)

Whether or not this item can only be acquired during its seasonal event.

forSaleInCatalog (Boolean!)

Whether or not this item can be purchased in the in-game Nook Shopping catalog.

internalId (Int!)

A unique identifier for this item that is internal to the game.

listedInCatalog (Boolean!)

Whether or not this item appears in the in-game Nook Shopping catalog.

name (String!)

The name of this item.

price (Int)

The price of this item in Bells. If not present, it means the item cannot be bought with Bells.

resaleValue (Int!)

The resale value of this item in Bells.

seasonalEvent (String)

The seasonal event during which this item is available.

sourceNotes (String)

Additional freeform notes on acquiring this item.

sources ([String!]!)

A list of sources for acquiring this item.

variants ([ItemVariant!]!)

A list of one or more unique variants of this item.