Where is the code that handles the API method catalogProductCreate? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?API SOAP V2 CatalogProductList WSDL + controller changes not workingPayPalPro - AdvancedIncorrect Location URL returned by V2 SOAP WSDLMy code/local/ is being overidden, how do I find out where!Fresh install, no plug ins, fatal error on category management pageWhere does the data node inside the API method catalogProductLinkAssign get extracted?Magento1 createBlock method returns “bool(false)” in livehostMagento 1.9.3.9 PayFlow API - Multiple IssuesFatal error: Uncaught Error: Call to a member function getId() on null inFatal error: Uncaught TypeError: Argument 3 passed to Mage_Catalog_Model_Resource_Abstract::_canUpdateAttribute()

Can you force honesty by using the Speak with Dead and Zone of Truth spells together?

Was Kant an Intuitionist about mathematical objects?

Is there hard evidence that the grant peer review system performs significantly better than random?

Should a wizard buy fine inks every time he want to copy spells into his spellbook?

"klopfte jemand" or "jemand klopfte"?

Does silver oxide react with hydrogen sulfide?

Why weren't discrete x86 CPUs ever used in game hardware?

What is the difference between CTSS and ITS?

How to write capital alpha?

Where is the Next Backup Size entry on iOS 12?

Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?

Mounting TV on a weird wall that has some material between the drywall and stud

A term for a woman complaining about things/begging in a cute/childish way

Understanding p-Values using an example

Differences to CCompactSize and CVarInt

How to change the tick of the color bar legend to black

Resize vertical bars (absolute-value symbols)

One-one communication

Tannaka duality for semisimple groups

How can a team of shapeshifters communicate?

Nose gear failure in single prop aircraft: belly landing or nose-gear up landing?

How does the math work when buying airline miles?

Would color changing eyes affect vision?

GDP with Intermediate Production



Where is the code that handles the API method catalogProductCreate?



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?API SOAP V2 CatalogProductList WSDL + controller changes not workingPayPalPro - AdvancedIncorrect Location URL returned by V2 SOAP WSDLMy code/local/ is being overidden, how do I find out where!Fresh install, no plug ins, fatal error on category management pageWhere does the data node inside the API method catalogProductLinkAssign get extracted?Magento1 createBlock method returns “bool(false)” in livehostMagento 1.9.3.9 PayFlow API - Multiple IssuesFatal error: Uncaught Error: Call to a member function getId() on null inFatal error: Uncaught TypeError: Argument 3 passed to Mage_Catalog_Model_Resource_Abstract::_canUpdateAttribute()



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















Can someone assist with finding the code that deals with the catalogProductCreate (SOAP v2) request?



I thought I found the method here: app/code/core/Mage/Catalog/Model/Product/api.php



public function create($type, $set, $sku, $productData, $store = null)


But changing that file doesn't seem to do anything with the requests.










share|improve this question



















  • 2





    what about appcodecoreMageCatalogModelProductApiV2.php ? don't forget to override it in a local folder..

    – Anselme
    May 5 '15 at 15:52

















2















Can someone assist with finding the code that deals with the catalogProductCreate (SOAP v2) request?



I thought I found the method here: app/code/core/Mage/Catalog/Model/Product/api.php



public function create($type, $set, $sku, $productData, $store = null)


But changing that file doesn't seem to do anything with the requests.










share|improve this question



















  • 2





    what about appcodecoreMageCatalogModelProductApiV2.php ? don't forget to override it in a local folder..

    – Anselme
    May 5 '15 at 15:52













2












2








2


1






Can someone assist with finding the code that deals with the catalogProductCreate (SOAP v2) request?



I thought I found the method here: app/code/core/Mage/Catalog/Model/Product/api.php



public function create($type, $set, $sku, $productData, $store = null)


But changing that file doesn't seem to do anything with the requests.










share|improve this question
















Can someone assist with finding the code that deals with the catalogProductCreate (SOAP v2) request?



I thought I found the method here: app/code/core/Mage/Catalog/Model/Product/api.php



public function create($type, $set, $sku, $productData, $store = null)


But changing that file doesn't seem to do anything with the requests.







magento-1.9 magento-1 api






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 16 at 11:58









7ochem

5,86493770




5,86493770










asked May 5 '15 at 15:44









atw527atw527

211




211







  • 2





    what about appcodecoreMageCatalogModelProductApiV2.php ? don't forget to override it in a local folder..

    – Anselme
    May 5 '15 at 15:52












  • 2





    what about appcodecoreMageCatalogModelProductApiV2.php ? don't forget to override it in a local folder..

    – Anselme
    May 5 '15 at 15:52







2




2





what about appcodecoreMageCatalogModelProductApiV2.php ? don't forget to override it in a local folder..

– Anselme
May 5 '15 at 15:52





what about appcodecoreMageCatalogModelProductApiV2.php ? don't forget to override it in a local folder..

– Anselme
May 5 '15 at 15:52










1 Answer
1






active

oldest

votes


















3














As commented by @Anselme the file you are looking for is app/code/core/Mage/Catalog/Model/Product/Api/V2.php as you are using the V2 variant of the API.



In that file there's the method Mage_Catalog_Model_Product_Api_V2::create() similar to the V1 API:



public function create($type, $set, $sku, $productData, $store = null)





share|improve this answer

























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f65782%2fwhere-is-the-code-that-handles-the-api-method-catalogproductcreate%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    As commented by @Anselme the file you are looking for is app/code/core/Mage/Catalog/Model/Product/Api/V2.php as you are using the V2 variant of the API.



    In that file there's the method Mage_Catalog_Model_Product_Api_V2::create() similar to the V1 API:



    public function create($type, $set, $sku, $productData, $store = null)





    share|improve this answer





























      3














      As commented by @Anselme the file you are looking for is app/code/core/Mage/Catalog/Model/Product/Api/V2.php as you are using the V2 variant of the API.



      In that file there's the method Mage_Catalog_Model_Product_Api_V2::create() similar to the V1 API:



      public function create($type, $set, $sku, $productData, $store = null)





      share|improve this answer



























        3












        3








        3







        As commented by @Anselme the file you are looking for is app/code/core/Mage/Catalog/Model/Product/Api/V2.php as you are using the V2 variant of the API.



        In that file there's the method Mage_Catalog_Model_Product_Api_V2::create() similar to the V1 API:



        public function create($type, $set, $sku, $productData, $store = null)





        share|improve this answer















        As commented by @Anselme the file you are looking for is app/code/core/Mage/Catalog/Model/Product/Api/V2.php as you are using the V2 variant of the API.



        In that file there's the method Mage_Catalog_Model_Product_Api_V2::create() similar to the V1 API:



        public function create($type, $set, $sku, $productData, $store = null)






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 13 '17 at 12:54









        Community

        1




        1










        answered Jan 16 '16 at 12:24









        7ochem7ochem

        5,86493770




        5,86493770



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f65782%2fwhere-is-the-code-that-handles-the-api-method-catalogproductcreate%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Bulk add to cart function issuecart vs. mini cart issue … rwd themeRedirect Add to cart button to cart pageAdd to cart issue - Magento 2.1The requested Payment Method is not available When creating an orderM2: reason add-to-cart might not function in production modeAdd to cart issue in some android devicesMagento 2 - custom price can not add to subtotal and grand total after add to cartAdd to cart codeIssue with my cart module on pdp and cart pages, just keeps spinningBulk price and quantity update using rest api

            Magento2 - How to hide price filter only in specific categories?Multiselect price filter attribute in layered navigationhide only some categories from layered navigation in magentoRemove Price Filter on certain categoriescustomize layered price filter?Hide Price for a particular customer groupPrice filter in layered navigation not working correctly with price including tax in magento 2.2.3Magento 2 how to hide attribute at Layered navigation?Magento 2. how to hide price only for specific categoriesMagento 2 How can I hide the price and total from cart and checkout summary?Magento2: Can we add navigation layered filter like price filter for other attribute?