bhushankummar / eBay-node-client

Ebay NodeJS Wrapper
MIT License
55 stars 66 forks source link

Support for non english marketplaces #15

Closed 2mt-heuser closed 4 years ago

2mt-heuser commented 5 years ago

Hi there, at the moment it seems like it's not possible to publish offers when the language used is not en-US. Whenever I try to create and publish an offer for EBAY_DE the publish part fails with:

{
    errorId: 25604,
    domain: 'API_INVENTORY',
    subdomain: 'Selling'
}

Which, according to the supportforums, may have to do with the content-language that gets send with the request.

Looking through the code, it seems the language is hard-coded which is where the error is coming from. So it would be nice if this could be configured just like sandbox true/false or something along those lines.

bhushankummar commented 5 years ago

@2mt-heuser I will investigate and update you.

bhushankummar commented 4 years ago

Added in #31

bhushankummar commented 4 years ago

It has been released in https://github.com/bhushankumarl/eBay-node-client/releases/tag/v0.0.10 version. Please upgrade your ebay-node-client version to the latest.