StoreCreateInput
InputInput type for creating a new 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.
- [ID!]
distributionChannels The distribution channels associated with the store.
- String!
name The name of the store.
- [ID!]
priceChannels The price channels associated with the store.
- [ID!]
supplyChannels The supply channels associated with the store.