I am collecting customer's billing and shipping address in my website form and trying to fill the shipping address autometically in paypal checkout page.
I did filling successfully of billing address but unable to fill shipping address. I am using paypal ipn script.
any help would be appreciated Thanks in Advance
Are you working with Express Checkout or Standard Payments? Either way, you can include shipping address parameters in the payment request and then set address_override to 1 so that it uses whatever you pass as opposed to letting the user choose an address from their PayPal account.