php - Google Checkout Accessing Merchant Calculations Callback -
i'm implementing google checkout service web service using xml api. have cart request , of setup, , using merchant calculations api shipping (my service shipping calculations)
i'm having difficulties figuring out how access response sent server buyer's address / other personal data order , determining shipping request.
is being sent in header? posts value? get? how access it.
i'm developing using php
the merchant calculations request in xml format in body of http post.
some useful links below:
format of merchant calculations request / response: https://developers.google.com/checkout/developer/google_checkout_xml_api#merchant_calculations_api
how configure web service respond callbacks: http://support.google.com/checkout/sell/bin/answer.py?hl=en-gb&answer=70647
php library - @ responsehandlerdemo.php shows how parse , respond merchant calculations request:
Comments
Post a Comment