Proposal Summary This proposal addresses the integration of real-time FedEx shipping rates in NetSuite, while resolving the incompatibility issue between RF-SMART and FedEx integrated shipping methods. The solution ensures that customers see the current integrated FedEx rates at the time of order placement, but RF-SMART can process the orders by switching to a non-integrated… Continue reading Proposal for NetSuite-FedEx Integration to support the FedEx integrated shipping methods in RF-SMART
Tag: FedEx
FedEx Return label printing -SCA
Below function can be used for generating a return label using fedex API printReturnLabel: function (data, authorization) { try { var url = Configuration.get(‘FedEx.ShipAPIURL’); … Continue reading FedEx Return label printing -SCA
Updating FedEx Shipping Items for Return Labels
Updating FedEx Shipping Items for Return Labels
FedEx Authorization (Auth 2.0) API details
Authorization API Details This API allows you to authorize the API requests and it is required to authenticate the FedEx resources. The following section describes the prerequisites for the API: While registering to FedEx Developer portal, FedEx provides a combination of Client ID (API Key) and Client Secret (Secret Key) to authenticate API requests for… Continue reading FedEx Authorization (Auth 2.0) API details