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;
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
add a comment |
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
2
what about appcodecoreMageCatalogModelProductApiV2.php ? don't forget to override it in a local folder..
– Anselme
May 5 '15 at 15:52
add a comment |
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
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
magento-1.9 magento-1 api
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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)
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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)
add a comment |
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)
add a comment |
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)
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)
edited Apr 13 '17 at 12:54
Community♦
1
1
answered Jan 16 '16 at 12:24
7ochem7ochem
5,86493770
5,86493770
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
2
what about appcodecoreMageCatalogModelProductApiV2.php ? don't forget to override it in a local folder..
– Anselme
May 5 '15 at 15:52