Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

CommodityValue Property

The value of an individual item being shipped.

Object Oriented Interface

public function getCommodityValue($commodityidx);
public function setCommodityValue($commodityidx, $value);

Procedural Interface

inship_fedexfreightship_get($res, 51 , $commodityidx);
inship_fedexfreightship_set($res, 51, $value , $commodityidx);

Default Value

''

Remarks

The value of an individual item being shipped. This should be provided for each item contained in the package being shipped. This property provides the value of the set of items. If the item is 2 boxes of 50 pens and the value of each box is $10.00, "20.00" (2 boxes x $10.00) should be entered. If the value of each pen is .25, then "25.00" (100 pens x .25) should be entered.

The size of the array is controlled by the CommodityCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0