DEV

Type.

StoreFeeRule

No description

Fields

carrierId

Int

The carrier associated with the StoreFeeRule

createdAt

DateTime!

Required

When this StoreFeeRule was created.

deletedAt

DateTime

When this StoreFeeRule was deleted.

formula

String

The formula that implements the StoreFeeRule

id

Int!

Required

A unique identifier for the StoreFeeRule.

ifStatement

String!

Required

The conditions in which the StoreFeeRule will apply

label

String

The label of the StoreFeeRule

localeType

FeeRuleLocaleType

The localeType of the StoreFeeRule

note

String

A note to describe the StoreFeeRule

organizationId

String!

Required

The organization associated with the StoreFeeRule

processingGroup

Int

The processing group associated with the StoreFeeRule

serviceLevelId

Int

The service level associated with the StoreFeeRule

shipFromCountry

CountryCode

The country an item ships from that implements the StoreFeeRule

shipToCountry

CountryCode

The country an item ships to that implements the StoreFeeRule

storeId

Int!

Required

The id of the store associated with the StoreFeeRule

taxable

Boolean

Whether of not the StoreFeeRule is can be taxed

then

String!

Required

The following step after the StoreFeeRule is applied
The type of the StoreFeeRule

updatedAt

DateTime!

Required

When this StoreFeeRule was most recently updated

Was this page helpful?