Link to home
Start Free TrialLog in
Avatar of Burzhuin
Burzhuin

asked on

How to create Web Service by API

The company is hosting our eCommerce. I need to create SSIS Package retrieving closed orders. I can do it by two ways: either go to website and manually execute CSV Export that creates CSV file or executing in browser API returning closed orders in scramble format. I have API and I need to create if possible Web Service by this API so I can create Web Service Task and retrieve data by the task.

Here is URL I am calling API:

https://mycompany.com/wc-api/v2/orders?consumer_key=KEY&consumer_secret=KEY&created_at_min=2015-02-17&filter%5bpost_status%5d=completed

Since I am new to Web Services probably I looking to the wrong direction.
ASKER CERTIFIED SOLUTION
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial