1

I have two website and both are developed by magento 1.9.x vesion.

As Example:

1. www.example1.com
2. www.example2.com

Now I need to show product list in www.example1.com from www.example2.com of some particular category through SOAP/REST API.

I go through the Magento 1.x REST API But I didn't find any solutions.

Supravat M
1,6851 gold badge22 silver badges31 bronze badges
asked Feb 18, 2017 at 6:28
1
  • What error you are facing? Commented Feb 18, 2017 at 9:23

1 Answer 1

1

If you want to show only the product list for a specific category on your site, then you can use rest API to fetch specific category's product from other site and make a custom collection then showing it on your destination site.

If you want to show the specific category product on your site and customer able to Add to cart , then you have to create product in your destination site.

Note: when you create product on your destination server,that time make sure product price are same as source server.

answered Feb 18, 2017 at 11:04

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.