ESDRecordSellUnit Class |
Namespace: EcommerceStandardsDocuments
The ESDRecordSellUnit type exposes the following members.
Name | Description | |
---|---|---|
ESDRecordSellUnit | Initializes a new instance of the ESDRecordSellUnit class |
Name | Description | |
---|---|---|
baseQuantity | quantity of the unit that makes up the base unit. If not set then the default would be 1. | |
depth | Depth dimension of a single sell unit. | |
depthUnitMeasureCode | Code of the sell unit's depth measurement to define the unit of measurement. Set it to a constant prefixed with UNIT_MEASURE_MASS_ in the ESDocumentConstants class | |
drop | Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed.
Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored. | |
height | Height dimension of a single sell unit. | |
heightUnitMeasureCode | Code of the sell unit's height measurement to define the unit of measurement. Set it to a constant prefixed with UNIT_MEASURE_MASS_ in the ESDocumentConstants class | |
incrementOrderQuantity | quantity of the sell unit that can be incrementally ordered. Only sell unit quantities that evenly divide by this number should be orderable. If not set then the default would be 1. | |
internalID | Stores an identifier that is relevant only to the system referencing and storing the record for its own needs. | |
isBaseUnit |
Either
| |
isPricedOffBaseUnit |
Either
| |
keySellUnitID | Key that allows the sell unit record to be uniquely identified and linked to. | |
keySellUnitParentID | Key of the sell unit linked as a parent. This allows the parentQuantity to be related to another unit. | |
minOrderQuantity | minimum quantity of the sell unit that can be ordered. If not set then the default would be 1. | |
packageDepth | Depth dimension of the package that the sell unit is contained within. | |
packageHeight | Height dimension of the package that the sell unit is contained within. | |
packageWeight | Weight of the package that the sell unit is contained within. | |
packageWidth | Width dimension of the package that the sell unit is contained within. | |
parentQuantity | quantity of the unit that makes up its parent unit. If not set then the default would be 1. | |
sellUnitCode | Code of the sell unit. May or may not be a unqiue identifier. | |
sellUnitLabel | Label of the sell unit. | |
weight | Weight of a single sell unit. | |
weightUnitMeasureCode | Code of the sell unit's weight measurement to define the unit of measurement. Set it to a constant prefixed with UNIT_MEASURE_MASS_ in the ESDocumentConstants class | |
width | Width dimension of a single sell unit. | |
widthUnitMeasureCode | Code of the sell unit's width measurement to define the unit of measurement. Set it to a constant prefixed with UNIT_MEASURE_MASS_ in the ESDocumentConstants class |