|
The 3dCart API is a set of Web Services/XML Tools which allow you to exchange data with your store and integrate your 3dcart store with third party applications. The web service implemented in ASP.NET 3.5 responds with XML messages which can easily be parsed.
Using the 3dCart API it is possible to create real-time links to 3rd party software, for example, automating the data entry of your orders into your accounting software or shipping software.
The 3dCart API is recommended only for those that know how web services work. To request the documentation and sample project code please submit a support request. If you are not familiar with Web Service and XML technologies, our team can create the integration for you for a fee. Please contact our support team for details.
 |
Retrieve order information including billing/shipping info and order details. |
 |
Retrieve product information including inventory, pricing, description, categories. |
 |
Access customer information and order history. |
 |
Update inventory providing item id + inventory. |
 |
Order status changes ie., from 'New' to 'Shipped'. |
|