Coder Social home page Coder Social logo

Comments (4)

loricelli avatar loricelli commented on August 24, 2024 1

Could you please fix the problem?any time I add a new npm module i have to change those values by myself.

from nodejs-ebay-api.

loricelli avatar loricelli commented on August 24, 2024

A first solution could be this one:

` var tmp= xmlBody.toString().split('ItemId');

var xmlb= tmp[0].toString()+"ItemID"+tmp[1].toString()+"ItemID"+tmp[2];

return xmlb;`

I added this 2 lines at the end of the function just to replace ItemId,

from nodejs-ebay-api.

benbuckman avatar benbuckman commented on August 24, 2024

Can you paste your original JSON input?

from nodejs-ebay-api.

loricelli avatar loricelli commented on August 24, 2024
  ebay.xmlRequest({
  'serviceName': 'Shopping',
  'opType': 'GetSingleItem',
  'appId': 'my app id',      // FILL IN YOUR OWN APP KEY, GET ONE HERE: https://publisher.ebaypartnernetwork.com/PublisherToolsAPI

  params: {
    'ItemId': item_id    // FILL IN A REAL ItemID
  }
.
.

The input is correct and if you print on the console the xmlBody variable you'll see that ItemId is the problem.

I found a better solution now:

  var xmlb=xmlBody.toString().split('ItemId').join("ItemID");//split the string and replace ItemId with ItemID

from nodejs-ebay-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.