I am developing a web plugin.
I have a FedEx API $key
, $userid
, $password
and $meter
My plugin target:
- I have a website from where user will be register and add FedEx Account number in his account(my website user account section)
- When user added his own FedEx Account number then he will able to create FedEx schedule pickup on behalf of his FedEx Account number.(FedEx Account number will be different-2 for every user)
My Question:
- Can we develop such type of functionality with FedEx.
- can we able to create schedule pickup with different -2 FedEx Account number
- My Developer
$key
,$userid
,$password
and$meter
will be same for every user or we require different -2 Developer$key
,$userid
,$password
and$meter
for every FedEx Account Number.
Please suggest me solution for this or share some link and document.