Docs
Dashboard

StoreUpdateInput

Input

Input type for updating an existing 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 to use for this store update input.

id
ID!

The unique identifier of the resource.

name
String

The name to use for this store update input.

priceChannels
[ID!]

The price channels to use for this store update input.

supplyChannels
[ID!]

The supply channels to use for this store update input.