GithubHelp home page GithubHelp logo

Comments (8)

dantio avatar dantio commented on June 12, 2024

The RC does not include the digital signatures.
I'll definitely work on this feature and hope to release it this year.
Feel free to contribute!

from ebay-api.

derjones avatar derjones commented on June 12, 2024

Okay, sure. But lets wait till the version 8 is released to avoid conflicts.

from ebay-api.

dantio avatar dantio commented on June 12, 2024

@derjones
I'll release version 8 probably this week after testing it under production env.
The digital signature feature is already in review. I already had successfully calls with finance API and GetAccount.

from ebay-api.

derjones avatar derjones commented on June 12, 2024

@dantio Thats great news, thank you for implementing this feature!

from ebay-api.

dantio avatar dantio commented on June 12, 2024

@derjones
Might you like to test the digital signature?
npm i [email protected]

let eBay = new eBayApi({ 
  appId: '...',
  certId: '...'
});
const signingKey = await eBay.developer.keyManagement.createSigningKey('ED25519');
// save the JSON somewhere

eBay = new eBayApi({
  appId: '...',
  certId: '...',
  signature: {
    jwe: signingKey.jwe,
    privateKey: signingKey.privateKey
  }
});

const summary = await eBay.sell.finances.sign.getSellerFundsSummary();

from ebay-api.

derjones avatar derjones commented on June 12, 2024

Yes! Sry that it took so long...
I just testet to create a digital signature and do a request like you suggested, works like a charm.
API endpoints I tested:

  • Issue refund (Fulfillment API)
  • Issuse refund (Post Order API)
  • Proess return request (Post Order API)

Thank you for implementing this features!

from ebay-api.

dantio avatar dantio commented on June 12, 2024

@derjones
Thank you! I'll merge the feature and release it soon.

from ebay-api.

dantio avatar dantio commented on June 12, 2024

Released in 8.4.0

from 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.