HomeHome Product Discus... Product Discus...RazorCartRazorCartRest API pathRest API path
Previous
 
Next
New Post
9/13/2017 10:03 PM
 
I'm trying to use REST API by following the examples from the website yet the path ...../DesktopModules/RazorCart/Services/v1/xxxx... doesn't exist on our installation from /Services on.  Where do I look for the Orders, Products etc for REST API endpoints?

Thanks, Mike
 
New Post
9/15/2017 12:50 PM
 
There are no folders/files in "/DesktopModules/RazorCart/Services/v1" this URL is a Web API Service, to use it first you will need to create an API Key so you can obtain the JWT access token, then you will call the appropriate endpoint to retrieve/update/delete data using HTTP request methods.

Check this article: http://helpdesk.smith-consulting.com/...-endpoints.aspx

Regards,
Wael
 
Previous
 
Next
HomeHome Product Discus... Product Discus...RazorCartRazorCartRest API pathRest API path