How to add / change group prices with Magento API 1.9.1Look up order with API with Phone numberHow to change currency in magento soap apiUse API v2 to work with Customer Group PricesUsing an API Feed with MagentoMagento2: How to get shipping address for order in REST API?Magento V2 API ProblemMagento 2 API get product priceMagento 2 - “Property ”Slider“ does not have corresponding setter in class ”Magento\Eav\Api\Data\AttributeOptionInterface“.”Magento 2 Tier Price using APIMagento 2 How to add custom attribute to Quote Item Rest API

Did airlines fly their aircraft slower in response to oil prices in the 1970s?

Self-Preservation: How to DM NPCs that Love Living?

Pros and cons of writing a book review?

How did the Zip Chip and RocketChip accelerators work for the Apple II?

Could IPv6 make NAT / port numbers redundant?

Is it possible to kill all life on Earth?

Is having a hidden directory under /etc safe?

How does increase in volume change the speed of reaction in production of NO2?

Question about IV chord in minor key

What if you don't bring your credit card or debit for incidentals?

Cryptography and patents

How can I offer a test ride while selling a bike?

How should I push back against my job assigning "homework"?

Why would Lupin kill Pettigrew?

Opposite of "Squeaky wheel gets the grease"

California: "For quality assurance, this phone call is being recorded"

Bringing Food from Hometown for Out-of-Town Interview?

Beginner's snake game using PyGame

Humans meet a distant alien species. How do they standardize? - Units of Measure

Orientable with respect to complex cobordism?

When was the word "ambigu" first used with the sense of "meal with all items served at the same time"?

Is American Express widely accepted in France?

The term for the person/group a political party aligns themselves with to appear concerned about the general public

What is the difference between a game ban and a VAC ban in Steam?



How to add / change group prices with Magento API 1.9.1


Look up order with API with Phone numberHow to change currency in magento soap apiUse API v2 to work with Customer Group PricesUsing an API Feed with MagentoMagento2: How to get shipping address for order in REST API?Magento V2 API ProblemMagento 2 API get product priceMagento 2 - “Property ”Slider“ does not have corresponding setter in class ”Magento\Eav\Api\Data\AttributeOptionInterface“.”Magento 2 Tier Price using APIMagento 2 How to add custom attribute to Quote Item Rest API






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








0















I can't find a way to add or change the group prices with the API.
Its only possible to change the tier prices.
Have anyone a idea, how to solve this?










share|improve this question




























    0















    I can't find a way to add or change the group prices with the API.
    Its only possible to change the tier prices.
    Have anyone a idea, how to solve this?










    share|improve this question
























      0












      0








      0








      I can't find a way to add or change the group prices with the API.
      Its only possible to change the tier prices.
      Have anyone a idea, how to solve this?










      share|improve this question














      I can't find a way to add or change the group prices with the API.
      Its only possible to change the tier prices.
      Have anyone a idea, how to solve this?







      api ce-1.9.1.0






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 7 '15 at 2:33









      LarsLars

      957




      957




















          2 Answers
          2






          active

          oldest

          votes


















          0














          There's no existing APIs available for changing group prices, but you can create a custom API.



          https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api






          share|improve this answer

























          • I tried it and created the module. But its not working. I can't read / update the product. I used:codevar_dump($client_m->call($session_m, 'product_group_price.info', 51199)); The Code won't work with "product_group", i testet "product_tier" and this worked.

            – Lars
            May 7 '15 at 22:16



















          0














          https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api



          in config.xml the </config> is missing ang in wsdl.xml the </definitions> is missing put the two ad the end of each file. it worked for me.






          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%2f66964%2fhow-to-add-change-group-prices-with-magento-api-1-9-1%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            There's no existing APIs available for changing group prices, but you can create a custom API.



            https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api






            share|improve this answer

























            • I tried it and created the module. But its not working. I can't read / update the product. I used:codevar_dump($client_m->call($session_m, 'product_group_price.info', 51199)); The Code won't work with "product_group", i testet "product_tier" and this worked.

              – Lars
              May 7 '15 at 22:16
















            0














            There's no existing APIs available for changing group prices, but you can create a custom API.



            https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api






            share|improve this answer

























            • I tried it and created the module. But its not working. I can't read / update the product. I used:codevar_dump($client_m->call($session_m, 'product_group_price.info', 51199)); The Code won't work with "product_group", i testet "product_tier" and this worked.

              – Lars
              May 7 '15 at 22:16














            0












            0








            0







            There's no existing APIs available for changing group prices, but you can create a custom API.



            https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api






            share|improve this answer















            There's no existing APIs available for changing group prices, but you can create a custom API.



            https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited May 23 '17 at 12:37









            Community

            1




            1










            answered May 7 '15 at 6:03









            Rahul Kumar DasRahul Kumar Das

            1,7081119




            1,7081119












            • I tried it and created the module. But its not working. I can't read / update the product. I used:codevar_dump($client_m->call($session_m, 'product_group_price.info', 51199)); The Code won't work with "product_group", i testet "product_tier" and this worked.

              – Lars
              May 7 '15 at 22:16


















            • I tried it and created the module. But its not working. I can't read / update the product. I used:codevar_dump($client_m->call($session_m, 'product_group_price.info', 51199)); The Code won't work with "product_group", i testet "product_tier" and this worked.

              – Lars
              May 7 '15 at 22:16

















            I tried it and created the module. But its not working. I can't read / update the product. I used:codevar_dump($client_m->call($session_m, 'product_group_price.info', 51199)); The Code won't work with "product_group", i testet "product_tier" and this worked.

            – Lars
            May 7 '15 at 22:16






            I tried it and created the module. But its not working. I can't read / update the product. I used:codevar_dump($client_m->call($session_m, 'product_group_price.info', 51199)); The Code won't work with "product_group", i testet "product_tier" and this worked.

            – Lars
            May 7 '15 at 22:16














            0














            https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api



            in config.xml the </config> is missing ang in wsdl.xml the </definitions> is missing put the two ad the end of each file. it worked for me.






            share|improve this answer





























              0














              https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api



              in config.xml the </config> is missing ang in wsdl.xml the </definitions> is missing put the two ad the end of each file. it worked for me.






              share|improve this answer



























                0












                0








                0







                https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api



                in config.xml the </config> is missing ang in wsdl.xml the </definitions> is missing put the two ad the end of each file. it worked for me.






                share|improve this answer















                https://stackoverflow.com/questions/17060295/how-to-update-group-price-via-soap-api



                in config.xml the </config> is missing ang in wsdl.xml the </definitions> is missing put the two ad the end of each file. it worked for me.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 23 '17 at 12:37









                Community

                1




                1










                answered Feb 6 '16 at 12:45









                Akhil KurianAkhil Kurian

                86212




                86212



























                    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%2f66964%2fhow-to-add-change-group-prices-with-magento-api-1-9-1%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

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form