Rank: Member
Joined: 5/17/2017(UTC) Posts: 11 Location: New Jersey
Thanks: 4 times
|
Do you have an API to handle requests from an Order Management System? If so where is the documentation?
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: danscan Do you have an API to handle requests from an Order Management System? Based on your other post I guess you figured out that the answer is yes. :) Originally Posted by: danscan If so where is the documentation? No, unfortunately the API is undocumented. Ideally you should use a tool to consume the WSDL and generate the appropriate classes and methods.Here's a link to the API endpoint on our demo store: https://demo.bvcommerce.com/WebServices3.asmxThe URL for your site would be the same, though obviously with a different domain. To make any API calls you first need to authenticate by calling the Login method to get a token. That token is then passed in all subsequent API calls. Note that the token will expire after 60 minutes of no use. Here are a few forum posts with sample code: |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
1 user thanked Aaron for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.