Simon Solutions

Results 44 comments of Simon Solutions

In which configuration do you run these commands, within my project the console command is not found and on a separate folder for the repo the autoload is not found.

I tried both, my project root and the fork's root directory

In my project root (this library added) ``` There are no commands defined in the "schema" namespace. Did you mean this? doctrine:schema ``` and in the library's root: ``` PHP...

Hi, I've seen the property. When adding for example a Microsoft365 account, the label is complete including issuer separated by a url encoded colon. So the idea would be when...

Potential fix with https://github.com/jlevers/selling-partner-api/pull/744

Is the PR planned to be released in the near future?

How about the status to integrate that issue in the next release, as it is important for the application to have a proper grouped dropdown. As i read it the...

When can we expect the merge into the next release?

Have you tried ` $apiInstance->getMyFeesEstimateForSku($sellerSku, $feesRequest)->dto(); ` That works for me. Otherwise can you post the response json body to see what response parameter might be missing in construction

I haven't seen that the ProductFee API allows calls with multiple SellerSKUs. There are some SP API calls with multiple SKUs but not this one. In the documentation is always...