Store
ObjectFields returned for store.
Fields
- RoundingMode!
defaultPriceRoundingMode The default rounding mode for price calculations in this store.
Possible enum valuesAWAY_FROM_ZERORounds midpoint values away from zero.
TO_EVENRounds midpoint values to the nearest even number.
TO_ZERORounds midpoint values toward zero.
- RoundingMode!
defaultTaxRoundingMode The default rounding mode for tax calculations in this store.
Possible enum valuesAWAY_FROM_ZERORounds midpoint values away from zero.
TO_EVENRounds midpoint values to the nearest even number.
TO_ZERORounds midpoint values toward zero.
- ChannelConnection!
distributionChannels A list of supply channels associated with the store.
- ID!
id The unique identifier of the store.
- String!
name The name of the store.
- ChannelConnection!
priceChannels A list of price channels associated with the store.
- ChannelConnection!
supplyChannels A list of supply channels associated with the store.
Queries
Retrieves a store by its unique identifier.
Retrieves a paged list of stores.
Mutations
Creates a new store with the provided details.
Updates an existing store with the provided details.