DEV

Type.

ShippingStoreSettings

A ShippingStoreSettings object represents store-specific settings for shipping related processes.

Fields

createdAt

DateTime!

Required

When ShippingStoreSettings was created.

createdBy

ID!

Required

The user who created the ShippingStoreSettings.

displayTransitTimeInline

Boolean

Display transit time inline

dutyTaxBuffer

Decimal

A buffer amount to be applied to duty and tax amounts

dutyTaxBufferPercent

Decimal

A buffer represented as a percentage to be applied to duty and tax amounts

fulfillmentDays

Int

Fulfillment days

id

ID!

Required

A unique identifier for the ShippingStoreSettings.

landedCostCountries

String

Landed cost countries

landedCostPrepay

String

Landed cost prepay

pickupTime

DateTime

Pickup time

storeId

Int!

Required

The ID of the store these settings apply to

tinNumber

String

The stores Tax Payer Identification (TIN) number

tinType

String

The type of TIN number ex. Business National, Personal State

updatedAt

DateTime!

Required

When ShippingStoreSettings was updated.

updatedBy

ID!

Required

The user who most recently updated the ShippingStoreSettings.

Was this page helpful?