View Single Post
  #6  
Old 04-16-2019, 01:33 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Multi-Vendor API

Hi Hakim,

Yes, X-Cart REST API allows accessing the data described in modules
.
If the module introduces a new module, you can access it as follows:
https://devs.x-cart.com/rest-api/#building-_path-for-module-models

If the module adds a new property to an existing model, it will be just returned in the response to pulling this model.

Let me know if it makes sense.

Tony
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote