sp-api-sdk
sp-api-sdk copied to clipboard
Amazon Selling Partner SPI - PHP SDKs
Bumps [symfony/var-dumper](https://github.com/symfony/var-dumper) from 6.1.5 to 6.1.6. Release notes Sourced from symfony/var-dumper's releases. v6.1.6 Changelog (https://github.com/symfony/var-dumper/compare/v6.1.5...v6.1.6) no significant changes Commits 0f0adde Merge branch '6.0' into 6.1 72af925 Merge branch '5.4' into...
Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.0.3 to 1.0.4. Release notes Sourced from rector/rector's releases. Released Rector 1.0.4 New Features and Changes :partying_face: [Php84] Add ExplicitNullableParamTypeRector (#5724) [Transform] Adds ArrayDimFetchToMethodCallRector rule (#5723), Thanks...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.18 to 9.6.19. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 9.6.19 Changed The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the...
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.20.0 to 3.52.1. Release notes Sourced from friendsofphp/php-cs-fixer's releases. v3.52.1 15 Keys What's Changed fix: PhpCsFixer\Tokenizer\Tokens::setSize return type by @kubawerlos in PHP-CS-Fixer/PHP-CS-Fixer#7900 fix: StatementIndentationFixer - do not...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.30.0 to 5.23.1. Release notes Sourced from vimeo/psalm's releases. 5.23.1 What's Changed Fixes Fixed analysis of existing static methods if the __callStatic() method exists by @issidorov in...
I've been working with the getMyFeesEstimate function and have been receiving a type error for the id_type parameter. My request looks like: ``` $body1 = new FeesEstimateByIdRequest([ 'fees_estimate_request' => new...
based on the update of October 2, aws signature in no longer needed. When do you update the v5 branch?
https://github.com/amazon-php/sp-api-sdk/blob/bccf34ac00d998429cd5a857bee745120043f3c7/src/AmazonPHP/SellingPartner/VendorSDK.php#L59-L62 If I understand correctly, this should actually return a `VendorOrdersSDK` instance instead of a `VendorDirectFulfillmentOrdersSDK`: ```php public function ordersSDK() : VendorOrdersSDKInterface { return $this->instantiateSDK(VendorOrdersSDK::class); } ``` To be completely...
Currently the **ObjectSerializer** checks the type of data. if Value is null, it won't throw any error that's where the function validate should throw an error, but it is never...
While converting over from MWS to the new SP-API I'm using the library and calling getOrders(), which returns the orders list. However it looks like you are converting all the...