Hello,
We are trying to integrate the WooCommerce store in our app, So that we can sync the store’s orders, customers, and products in our app. In order to do that so we are trying to authenticate application through this URL
https://shipparoo.com/wc-auth/v1/authorize?app_name=Shipnautic&scope=read_write&user_id=5e1c3a165e2da846ac0cfd19@https://shipparoo.com&return_url=https://api2.shipnautic.com:2000/api/Store/WooCommerce/UserDecision&callback_url=https://api2.shipnautic.com:2000/api/Store/WooCommerce/Authorize/
so that we can get key_id, consumer_key, consumer_secret, and key_permissions.
In this URL, https://shipparoo.com is our store URL, https://api2.shipnautic.com:2000/api/Store/WooCommerce/UserDecision is return URL and https://api2.shipnautic.com:2000/api/Store/WooCommerce/Authorize/ is callback URL.
Once we get these credential we will sync data using these credentials.
-
This reply was modified 4 years, 7 months ago by shipnautic.