Magento API customer.create -> cart_product.moveToCustomerQuote The Next CEO of Stack OverflowRest API - how to get custom attributesAndroid Magento Cart not active using APIProgrammatically assign customer to a quoteRole of is_active in sales_flat_quote?Magento 2: How to create new customer cart via rest API?Add to cart via Javascript in CE 2.1Customer session for logged in customer by token based authenticationMagento 2 : Custom quote column value not copied on quote mergeWishlist for guest in cart page not working shows “The requested cart item doesn't exist.'” in magento 2Magento2 REST API - Cannot create cart/quote for customer

Is it possible to make a 9x9 table fit within the default margins?

Is it a bad idea to plug the other end of ESD strap to wall ground?

How does a dynamic QR code work?

How do I secure a TV wall mount?

Why does freezing point matter when picking cooler ice packs?

That's an odd coin - I wonder why

Find a path from s to t using as few red nodes as possible

What does it mean 'exit 1' for a job status after rclone sync

Another proof that dividing by 0 does not exist -- is it right?

Is a distribution that is normal, but highly skewed, considered Gaussian?

MT "will strike" & LXX "will watch carefully" (Gen 3:15)?

What day is it again?

My boss doesn't want me to have a side project

What difference does it make matching a word with/without a trailing whitespace?

Raspberry pi 3 B with Ubuntu 18.04 server arm64: what pi version

Creating a script with console commands

Masking layers by a vector polygon layer in QGIS

Can you teleport closer to a creature you are Frightened of?

Mathematica command that allows it to read my intentions

Does the Idaho Potato Commission associate potato skins with healthy eating?

Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?

Is it correct to say moon starry nights?

Variance of Monte Carlo integration with importance sampling

Does Germany produce more waste than the US?



Magento API customer.create -> cart_product.moveToCustomerQuote



The Next CEO of Stack OverflowRest API - how to get custom attributesAndroid Magento Cart not active using APIProgrammatically assign customer to a quoteRole of is_active in sales_flat_quote?Magento 2: How to create new customer cart via rest API?Add to cart via Javascript in CE 2.1Customer session for logged in customer by token based authenticationMagento 2 : Custom quote column value not copied on quote mergeWishlist for guest in cart page not working shows “The requested cart item doesn't exist.'” in magento 2Magento2 REST API - Cannot create cart/quote for customer










0















I created a User using the Magento API.
I then created a shopping cart and want to move this cart to the created costumer, but this errors as Customer's quote does not exist.



Moving the cart to an existing customer works fine!
If I login to the API created customer once and move the cart with its CustomerId it works too.



So is there an solution to create the Customer's quote over the API?










share|improve this question
















bumped to the homepage by Community 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















    0















    I created a User using the Magento API.
    I then created a shopping cart and want to move this cart to the created costumer, but this errors as Customer's quote does not exist.



    Moving the cart to an existing customer works fine!
    If I login to the API created customer once and move the cart with its CustomerId it works too.



    So is there an solution to create the Customer's quote over the API?










    share|improve this question
















    bumped to the homepage by Community 6 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      I created a User using the Magento API.
      I then created a shopping cart and want to move this cart to the created costumer, but this errors as Customer's quote does not exist.



      Moving the cart to an existing customer works fine!
      If I login to the API created customer once and move the cart with its CustomerId it works too.



      So is there an solution to create the Customer's quote over the API?










      share|improve this question
















      I created a User using the Magento API.
      I then created a shopping cart and want to move this cart to the created costumer, but this errors as Customer's quote does not exist.



      Moving the cart to an existing customer works fine!
      If I login to the API created customer once and move the cart with its CustomerId it works too.



      So is there an solution to create the Customer's quote over the API?







      cart customer api quote create






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 16 '18 at 11:04









      John

      662620




      662620










      asked Nov 14 '14 at 17:48









      bbtimxbbtimx

      11




      11





      bumped to the homepage by Community 6 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 6 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          After you create a customer shopping cart you get a quote id / shopping cart id .There is now way to move this quote ID to a new session id (obtained after creating a new customer profile in this case) but you can always create a new shopping cart again and copy all the items to the new shopping cart id.



          EDIT UPDATE CORRECTION:
          it seems there is a api to do move a customer cart



          http://www.magentocommerce.com/api/soap/checkout/cartProduct/cart_product.moveToCustomerQuote.html






          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%2f44105%2fmagento-api-customer-create-cart-product-movetocustomerquote%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









            0














            After you create a customer shopping cart you get a quote id / shopping cart id .There is now way to move this quote ID to a new session id (obtained after creating a new customer profile in this case) but you can always create a new shopping cart again and copy all the items to the new shopping cart id.



            EDIT UPDATE CORRECTION:
            it seems there is a api to do move a customer cart



            http://www.magentocommerce.com/api/soap/checkout/cartProduct/cart_product.moveToCustomerQuote.html






            share|improve this answer





























              0














              After you create a customer shopping cart you get a quote id / shopping cart id .There is now way to move this quote ID to a new session id (obtained after creating a new customer profile in this case) but you can always create a new shopping cart again and copy all the items to the new shopping cart id.



              EDIT UPDATE CORRECTION:
              it seems there is a api to do move a customer cart



              http://www.magentocommerce.com/api/soap/checkout/cartProduct/cart_product.moveToCustomerQuote.html






              share|improve this answer



























                0












                0








                0







                After you create a customer shopping cart you get a quote id / shopping cart id .There is now way to move this quote ID to a new session id (obtained after creating a new customer profile in this case) but you can always create a new shopping cart again and copy all the items to the new shopping cart id.



                EDIT UPDATE CORRECTION:
                it seems there is a api to do move a customer cart



                http://www.magentocommerce.com/api/soap/checkout/cartProduct/cart_product.moveToCustomerQuote.html






                share|improve this answer















                After you create a customer shopping cart you get a quote id / shopping cart id .There is now way to move this quote ID to a new session id (obtained after creating a new customer profile in this case) but you can always create a new shopping cart again and copy all the items to the new shopping cart id.



                EDIT UPDATE CORRECTION:
                it seems there is a api to do move a customer cart



                http://www.magentocommerce.com/api/soap/checkout/cartProduct/cart_product.moveToCustomerQuote.html







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Dec 29 '14 at 8:41

























                answered Dec 29 '14 at 7:17









                user44746user44746

                11




                11



























                    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%2f44105%2fmagento-api-customer-create-cart-product-movetocustomerquote%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