wordpress - Woo commerce and quickbooks online plus integration -


my company uses woo commerce on wordpress platform manage our online orders , going use quickbooks online plus accounting. i'm looking integration solution between woo commerce , quickbooks online plus post online order automatically quickbooks online plus when order has been processed in woo commerce. far had no luck @ all. purchased plugin 60extensions realise it's quickbooks desktop version, not online version. have searched everywhere , asked quickbooks online support no luck!

does know solution this? different shopping cart can integrated quickbooks online?

thanks!

ashley

you can build integration using qb v3 rest apis.

you must have oauth tokens connect qb account data through rest endpoint. need have customer(app's end user) go through 3 legged oauth flow. generate access token , access secret corresponding qbo account, user's intervention must. once have tokens, can store in program , use same in future communications between app , qb account data.

to start development using qb api, need create ia apps in intuit's appcenter. https://developer.intuit.com/docs/0025_quickbooksapi/0010_getting_started/0010_signup

from above link - apptoken, consumer key , consumer secret. can use above 3 keys in ippoauthplayground(pfb link) access token , access secret corresponding qb online account. https://appcenter.intuit.com/playground/oauth

using above tokens, can call rest endpoints against qb online account. development purpose, can use ipp provided devkit. https://developer.intuit.com/docs/0025_quickbooksapi/0055_devkits

if want test endpoints against company can use apiexplorer tool well. https://developer.intuit.com/apiexplorer?apiname=v3qbo

thanks


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -