OrderShipments

Columns

Name

Type

ReadOnly

Description

Id [KEY]

Integer

True

Numeric ID of this shipment within this order.

OrderId

Integer

False

Numeric ID of the associated order.

DateCreated

Datetime

True

Creation date for the shipment.

TrackingNumber

String

False

Tracking number of the shipment.

TrackingCarrier

String

False

Tracking carrier for the shipment.

TrackingLink

String

True

Returns a tracking link from the shipping service.

ShippingProvider

String

False

Enum of the BigCommerce shipping-carrier integration/module.

ShippingMethod

String

False

Enum of the BigCommerce shipping-carrier integration/module.

Comments

String

False

Comments the shipper wishes to add.

OrderAddressId

Integer

False

ID of this shipping address.

Pseudo-Columns

Pseudo column fields are used to enable the user to INSERT Fields that are non-readable but required during creation of new records.

Name

Type

Description

LinkedProducts

String

Column for the aggregate table name holding order products.

Last updated