Zend certified PHP/Magento developer

adding shipping price as in customer group in admin Product

Add a custom product level attribute for ‘Shipping_price’ by using schema and new tables, to add multiple custom shipping pricing based on different quantities. (Just like Customer Group Price we have in default Magento). Please make sure they are available in the default Magento API call.
enter image description here

The result should be something like this above.
Note: Just add this custom field on the product level and make sure we can perform CRUD operations while Saving or Saving & Continue product admin page

can someone help me with this?