Moloni developers espana logo

StoreRead

Back


Reads a Store.

Returns a Store with the specified Id.

Fields

storeId: String!

visible: Int!

code: String!

name: String!

address: String

city: String

zipCode: String

countryId: Int

country: CountryRead

companyId: Int!

createdAt: DateTime

updatedAt: DateTime

users: [StoreManager!]

deletable: Boolean

terminals: [TerminalRead!]

ticketBAISettings: StoreTicketBAISettingsRead

sales(options: TerminalSalesOptions): Float!


Deprecated fields

These fields are deprecated and might be removed or stop working. Avoid using them.

managers: [UserRead!]   Reason: Use 'users' instead