Returns an Array with the shipping address for a PayPal transaction. This is retrieved by using the created Payment ID for the transaction.
EcppGetShippingAddress(Payment ID)
Where:
The Payment ID is the created Payment ID of a transaction from which to get the shipping address.
Rule | Meaning |
---|---|
EcppGetShippingAddress(PAY-73S74723HO108541VLL9VSWQ) | This will use the Payment Id (PAY-73S74723HO108541VLL9VSWQ) that was created for the transaction to retrieve the customers Shipping Address. |
The Functions result comes as an Array.
Returned Array |
---|
{"Recipient Name","Line 1","Line 2","City","State","Postal Code","Country Code","Phone Number";"John Smith","DriveWorks, The Barley Store,","Laskey Lane","Warrington","Cheshire","WA4 2TF","GB","01925 757585"} |