DEV

Type.

ShippingSettings

No description

Fields

createdAt

DateTime!

Required

When these shippingSettings were created.

createdBy

String!

Required

The user who created these shippingSettings.

defaultWeightMultiplier

Decimal!

Required

A rough estimate of item weight when calculating shipping, if no per-item weights are provided.

id

String!

Required

A unique identifier for the ShippingSettings.

mode

Mode!

Required

Specifies whether the ShippingSettings is in live or test mode.

organization

String!

Required

The Organization associated with the ShippingSettings.

preferredPackagingOptionId

ID

ID of the Preferred Packaging Option for this Organization.

updatedAt

DateTime!

Required

When these ShippingSettings were most recently updated.

updatedBy

String!

Required

The user who most recently updated the ShippingSettings.

Was this page helpful?