TDKorn / my-magento

Python Magento 2 REST API Wrapper
https://my-magento.readthedocs.io
MIT License
11 stars 3 forks source link

Creating variations / children #12

Open sdobbelaere opened 4 months ago

sdobbelaere commented 4 months ago

Hi! We like how the package is built, and are wondering if you have plans to support the creation of attributes, attribute-sets, products and variations?

That would be an amazing addition, and would most definitely allow us to use this package for one of our projects.

Thanks Sascha

TDKorn commented 4 months ago

Hey @sdobbelaere! I'm not actively working on this package but can definitely take a look into adding those features. It may take some time to implement comprehensive support for product creation (especially configurable products) but the product attributes/attribute sets should be more straightforward.

Just to confirm, are you referring to custom options when you say variations?

sdobbelaere commented 4 months ago

Hey @sdobbelaere! I'm not actively working on this package but can definitely take a look into adding those features. It may take some time to implement comprehensive support for product creation (especially configurable products) but the product attributes/attribute sets should be more straightforward.

Just to confirm, are you referring to custom options when you say variations?

Thank you for the reply @TDKorn :). When I'm talking about variations I'm talking about the simple products that attach to the configurable products to allow for the configurator. Realistically it will take us a few months before we get to the magento-integration as well, so it seems like a good time to start this conversation :). I'm sure we can pitch in with the development as well.

BranDavidSebastian commented 1 month ago

Hi @TDKorn ,

I hope you're doing well! My name is Bran David, and I’m working with @sdobbelaere on the Magento integration for our ERP software, OneSila. I wanted to reach out and let you know that we’ve started working on your repository and have forked it here: https://github.com/OneSila/OneSilaMagento2Api.

We were really impressed with how you structured the package. It's clear that a lot of thought and effort went into it, so congratulations on the great work!

That being said, we have some specific requirements for our integration, and we’ll be making a number of enhancements, including:

As we progress, we’d be happy to discuss the possibility of merging our fork into your main branch, if you’re interested.

Thank you again for your work on this project, and we look forward to hearing your thoughts!

Best regards, Bran David OneSila Team

TDKorn commented 1 month ago

Hey @BranDavidSebastian,

Thank you so much for your message, I really appreciate your feedback!

Those enhancements sounds great to me, I would be more than happy to merge your contributions!

I haven't actually worked with Magento in years, but please let me know if there's anything I can do to make it easier for you to further develop this package.