Docs
Dashboard

StoreCreateInput

Input

Input type for creating a new Store.

#

Fields


defaultPriceRoundingMode
RoundingMode

The default rounding mode for price calculations in this store.

Possible enum values
  • AWAY_FROM_ZERO

    Rounds midpoint values away from zero.

  • TO_EVEN

    Rounds midpoint values to the nearest even number.

  • TO_ZERO

    Rounds midpoint values toward zero.

defaultTaxRoundingMode
RoundingMode

The default rounding mode for tax calculations in this store.

Possible enum values
  • AWAY_FROM_ZERO

    Rounds midpoint values away from zero.

  • TO_EVEN

    Rounds midpoint values to the nearest even number.

  • TO_ZERO

    Rounds midpoint values toward zero.

distributionChannels
[ID!]

The distribution channels associated with the store.

name
String!

The name of the store.

priceChannels
[ID!]

The price channels associated with the store.

supplyChannels
[ID!]

The supply channels associated with the store.