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

                    Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

                    Log in Navigation menu

                    Invalid response line returned from server: HTTP/2 401 | ErrorPlease Please Help With Error 500 Internal Server Error after upgrading from 1.7 to 1.9Unable to place new customer orders in admin backendMagento - For “Manage Categories” Forbidden You do not have permission to access this documentHTTP ERROR 500 when using require(_once) app/Mage.phpMemcached causing Web Setup Wizard ErrorCould not create an acl object: Invalid XMLAn error occurred on the server. Please try to place the order againInvalid response line returned from server: HTTP/2 200 - message after update to 2.1.7Magento-CE 2.3.0 installation error on XamppMagento 2.2.6- After Migration all default Payment Methods are not working fine