Docs
Dashboard

Store

Object

Fields returned for 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
ChannelConnection!

A list of supply channels associated with the store.

id
ID!

The unique identifier of the store.

name
String!

The name of the store.

priceChannels
ChannelConnection!

A list of price channels associated with the store.

supplyChannels
ChannelConnection!

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.