Wrong Content Type.- DHL internetional potencial bug
Goto : app > code > core > Mage > Usa > etc >Config.xml Add Below code at <carriers> <dhlint> : <content_type>D</content_type>
Goto : app > code > core > Mage > Usa > etc >Config.xml Add Below code at <carriers> <dhlint> : <content_type>D</content_type>
For Stock: insert into core_config_data values ( null, 'default', 0, 'cataloginventory/item_options/is_in_stock', 1 ); For Quntity: insert into core_config_data values ( null, 'default', 0, 'cataloginventory/item_options/qty', 10 );