CommodityScheduleBCode Property
A unique 10-digit commodity classification code for the item being exported.
Object Oriented Interface
public function getCommodityScheduleBCode($commodityidx); public function setCommodityScheduleBCode($commodityidx, $value);
Procedural Interface
inship_upsshipintl_get($res, 33 , $commodityidx); inship_upsshipintl_set($res, 33, $value , $commodityidx);
Default Value
''
Remarks
A unique 10-digit commodity classification code for the item being exported.
Before you can export a product from the United States, you must first determine its correct 10-digit Schedule B Classification Code. These codes are valid for only U.S. exports and are maintained by the U.S. Census Bureau. This is required to be provided in an international ship request only if SED is requested (i.e., one of the FormTypes is set to ftSED).
This property is only applicable to UPS shipments.
Current format: 10 digits.
The size of the array is controlled by the CommodityCount property.
This property is not available at design time.
Data Type
String