3

I'm trying to import some products from one shop to another. To reach my goal i need to create configurable products. Create simple products are fine, but create configurable products are a pain (because it isn't documented).

Can someone teach me in the right direction?

I found this links (but this didn't work):

Thanks!

Marius
199k55 gold badges431 silver badges837 bronze badges
asked Apr 8, 2014 at 12:41
6
  • 1
    Could you explain what/how your tried to create the configureable products? Do you get any specific error? Commented Apr 8, 2014 at 18:06
  • I don't get an error, the configured product is created but no products has been linked. And when i go to the admin page and want to edit this product, magento ask me which option i want to use. Commented Apr 9, 2014 at 14:32
  • So, which functions do you use and in which order? What do these functions return? I would be interested in the return value of your soap-call which assigns the product. Commented Apr 9, 2014 at 15:18
  • I created a gist, so you can show what i've written. Maybe you find my bug. gist.github.com/Baachi/86791f214fcc8c9fea56 Commented Apr 11, 2014 at 6:20
  • hello, did you find any solution for the problem? Commented Sep 12, 2014 at 8:01

2 Answers 2

1

Did you try an import module like FastSimpleImport?

I haven't tried, but it seems to support configurable products. It is free and opensource, you should give it a try.

answered Nov 2, 2014 at 10:27
0

This article on Adding Configurable Products via SOAP may give you an indication on areas which are lacking in Magento's documentation http://netzkollektiv.com/blog/add-configurable-products-via-soapxml-rpc/

answered Feb 14, 2015 at 10:32
2
  • This article is based on a non-existant API method, catalog_product_type_configurable.assign Commented Aug 11, 2015 at 23:35
  • @barbazul It's only existent if you add the plugin from Netzkollektiv. Commented Feb 28, 2016 at 23:23

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.