GithubHelp home page GithubHelp logo

fond-of-vertigo / amazon-sp-api Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 198 KB

Golang library for the Amazon Selling Partner (SP) API

License: Apache License 2.0

Go 100.00%
amazon amazon-sp-api go golang selling-partner-api selling-partner-api-sdk mws-api

amazon-sp-api's People

Contributors

adankb avatar coffeeri avatar vloryan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

amazon-sp-api's Issues

Linux client.FinancesAPI.ListFinancialEventGroups

We are developing our code on Macs and have no problems with your brilliant api, but moving to a Linux server environment, we are stuck. The exact same code produces a valid response on a Mac, but only an empty response in Linux.

e.g. client.FinancesAPI.ListFinancialEventGroups results in : &{200 0x14000e34520 }
but with linux we receive : &{200 }

On which os is the api developed ? Are we missing something ?

PS: Looking deeper into the error, it seems the rdt-token is requested but returns no error or valid token, instead just a nil value is passed back ......

getOrder with RDT

Hello, since we moved to v.0.7.1 we also wanted to updated the order handling.
There we ran into the following problem.
After creating a RDT and filter with:

rr := &tokens.CreateRestrictedDataTokenRequest{ RestrictedResources: []tokens.RestrictedResource{ { Method: http.MethodGet, Path: "/orders/v0/orders", DataElements: []string{"buyerInfo", "shippingAddress"}, }, }, } tokenResp, err := client.TokenAPI.CreateRestrictedDataTokenRequest(rr) log.Infof("Fetched RDT=%s", tokenResp.ResponseBody.RestrictedDataToken) rdt := *tokenResp.ResponseBody.RestrictedDataToken no := time.Now() fro := no.Add(time.Hour * 24 * -10) from := apis.JsonTimeISO8601{Time: fro} filter := &orders.GetOrdersFilter{CreateAfter: from, MarketplaceIDs: []constants.MarketplaceID{constants.Germany}} response, err := client.OrdersAPI.GetOrders(filter, &rdt)
Our response is 400, the RDT response is correct but the filter seems to be wrong.
Any ideas what I am doing wrong here?

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.