UPS Access License Number

I am using Mark Sanborn UPS function to calculate UPS delivery speed using php

In this function you must change some values ​​of already defined variables

 // ========== CHANGE THESE VALUES TO MATCH YOUR OWN ===========  

 $AccessLicenseNumber = '12345678910'; // Your license number  
 $UserId = 'username'; // Username  
 $Password = 'password'; // Password  
 $PostalCode = '12345'; // Zipcode you are shipping FROM  
 $ShipperNumber = '98765'; // Your UPS shipper number 

but I could not find my $ AccessLicenseNumber for the UPS account also my $ ShipperNumber .

Please someone used this API, give me a start.

Thanks at Advance.

+3
source share
3 answers

Both of these values ​​are issued by UPS when you request API credentials.

4 : , , ( ) . , .

API API : https://www.ups.com/upsdeveloperkit?loc=en_US

+8

UserID Password - , UPS.com, - . UPS OnLine.

+2

1 - UPS, .

UPS

, . , . - UPS.

" ", , , UPS API.

You can refer to this detailed guide for UPS credentials .

+1
source

Source: https://habr.com/ru/post/1764132/


All Articles