@@ -254,7 +254,7 @@ public function getOrderRequest(AccessToken $accessToken, string $region, string
254254 * @throws \AmazonPHP\SellingPartner\Exception\ApiException on non-2xx response
255255 * @throws \AmazonPHP\SellingPartner\Exception\InvalidArgumentException
256256 */
257- public function getOrders (AccessToken $ accessToken , string $ region , \DateTime $ created_after , \DateTime $ created_before , string $ ship_from_party_id = null , string $ status = null , int $ limit = null , string $ sort_order = null , string $ next_token = null , bool $ include_details = ' true ' ) : \AmazonPHP \SellingPartner \Model \VendorDirectFulfillmentOrders \GetOrdersResponse
257+ public function getOrders (AccessToken $ accessToken , string $ region , \DateTime $ created_after , \DateTime $ created_before , string $ ship_from_party_id = null , string $ status = null , int $ limit = null , string $ sort_order = null , string $ next_token = null , bool $ include_details = true ) : \AmazonPHP \SellingPartner \Model \VendorDirectFulfillmentOrders \GetOrdersResponse
258258 {
259259 $ request = $ this ->getOrdersRequest ($ accessToken , $ region , $ created_after , $ created_before , $ ship_from_party_id , $ status , $ limit , $ sort_order , $ next_token , $ include_details );
260260
@@ -356,7 +356,7 @@ public function getOrders(AccessToken $accessToken, string $region, \DateTime $c
356356 *
357357 * @throws \AmazonPHP\SellingPartner\Exception\InvalidArgumentException
358358 */
359- public function getOrdersRequest (AccessToken $ accessToken , string $ region , \DateTime $ created_after , \DateTime $ created_before , string $ ship_from_party_id = null , string $ status = null , int $ limit = null , string $ sort_order = null , string $ next_token = null , bool $ include_details = ' true ' ) : RequestInterface
359+ public function getOrdersRequest (AccessToken $ accessToken , string $ region , \DateTime $ created_after , \DateTime $ created_before , string $ ship_from_party_id = null , string $ status = null , int $ limit = null , string $ sort_order = null , string $ next_token = null , bool $ include_details = true ) : RequestInterface
360360 {
361361 // verify the required parameter 'created_after' is set
362362 if ($ created_after === null || (\is_array ($ created_after ) && \count ($ created_after ) === 0 )) {
0 commit comments