I'm interested in developing a custom plugin for a new carrier. I see Netsuite offers UPS, FedEx, USPS, Endecia, etc. I found this page on Netsuite (http://www.netsuite.com/portal/developers/dev-resources.shtml) but it's not very clear how a developer like me can go about developing this. Does Netsuite even let outside developers create their own shipping modules? I'm interested in developing my own tax module as well one day.
相关问题
- How to remove duplicate elements in a array using
- Update WooCommerce “flat rate” shipping cost using
- How go I get csv data into netsuite?
- SuiteScript 2.0 Add filters to saved search in scr
- Woocommerce get current shipping zone
相关文章
- Magento - remove shipping & handling when using Fr
- UPS Test Tracking Numbers (is there a such thing?)
- How to get minimum order amount for free shipping
- magento charge shipping as percentage of subtotal
- Customize Tax amount in “woocommerce_package_rates
- PHP SOAP Communication Using TLS 1.2
- Reach a NetSuite RESTlet via OAuth
- In NetSuite with SuiteScript 2.0 unable to send a
One possible solution (Assuming the shipping provider has the HTTP(s) based API eg- REST), some of the steps might be optional depending on what you want:
Pros:
1) Real time rates
2) Shipping Label Integration
Cons:
1) Package details of your shipping cannot be bundled.
2) User experience for setting standard shipping (such as carrier details) can be different than this one.
Or use pacejet.com which handles everything from LTL, negotiated pricing and has a bundle in the repo.