@@ -615,6 +615,7 @@ public okhttp3.Call amazonBrowseNodeCategoryListingAsync(String node, String dom
615615 * @param asin (required)
616616 * @param domain (optional, default to com)
617617 * @param zip (optional)
618+ * @param page Offer page, 10 rows each (optional, default to 1)
618619 * @param _callback Callback for upload/download progress
619620 * @return Call to execute
620621 * @throws ApiException If fail to serialize the request body object
@@ -626,7 +627,7 @@ public okhttp3.Call amazonBrowseNodeCategoryListingAsync(String node, String dom
626627 <tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
627628 </table>
628629 */
629- public okhttp3 .Call amazonGetAllSellerOffersBuyboxCall (String asin , String domain , String zip , final ApiCallback _callback ) throws ApiException {
630+ public okhttp3 .Call amazonGetAllSellerOffersBuyboxCall (String asin , String domain , String zip , Integer page , final ApiCallback _callback ) throws ApiException {
630631 String basePath = null ;
631632 // Operation Servers
632633 String [] localBasePaths = new String [] { };
@@ -660,6 +661,10 @@ public okhttp3.Call amazonGetAllSellerOffersBuyboxCall(String asin, String domai
660661 localVarQueryParams .addAll (localVarApiClient .parameterToPair ("zip" , zip ));
661662 }
662663
664+ if (page != null ) {
665+ localVarQueryParams .addAll (localVarApiClient .parameterToPair ("page" , page ));
666+ }
667+
663668 final String [] localVarAccepts = {
664669 "application/json"
665670 };
@@ -680,13 +685,13 @@ public okhttp3.Call amazonGetAllSellerOffersBuyboxCall(String asin, String domai
680685 }
681686
682687 @ SuppressWarnings ("rawtypes" )
683- private okhttp3 .Call amazonGetAllSellerOffersBuyboxValidateBeforeCall (String asin , String domain , String zip , final ApiCallback _callback ) throws ApiException {
688+ private okhttp3 .Call amazonGetAllSellerOffersBuyboxValidateBeforeCall (String asin , String domain , String zip , Integer page , final ApiCallback _callback ) throws ApiException {
684689 // verify the required parameter 'asin' is set
685690 if (asin == null ) {
686691 throw new ApiException ("Missing the required parameter 'asin' when calling amazonGetAllSellerOffersBuybox(Async)" );
687692 }
688693
689- return amazonGetAllSellerOffersBuyboxCall (asin , domain , zip , _callback );
694+ return amazonGetAllSellerOffersBuyboxCall (asin , domain , zip , page , _callback );
690695
691696 }
692697
@@ -696,6 +701,7 @@ private okhttp3.Call amazonGetAllSellerOffersBuyboxValidateBeforeCall(String asi
696701 * @param asin (required)
697702 * @param domain (optional, default to com)
698703 * @param zip (optional)
704+ * @param page Offer page, 10 rows each (optional, default to 1)
699705 * @return Object
700706 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
701707 * @http.response.details
@@ -706,8 +712,8 @@ private okhttp3.Call amazonGetAllSellerOffersBuyboxValidateBeforeCall(String asi
706712 <tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
707713 </table>
708714 */
709- public Object amazonGetAllSellerOffersBuybox (String asin , String domain , String zip ) throws ApiException {
710- ApiResponse <Object > localVarResp = amazonGetAllSellerOffersBuyboxWithHttpInfo (asin , domain , zip );
715+ public Object amazonGetAllSellerOffersBuybox (String asin , String domain , String zip , Integer page ) throws ApiException {
716+ ApiResponse <Object > localVarResp = amazonGetAllSellerOffersBuyboxWithHttpInfo (asin , domain , zip , page );
711717 return localVarResp .getData ();
712718 }
713719
@@ -717,6 +723,7 @@ public Object amazonGetAllSellerOffersBuybox(String asin, String domain, String
717723 * @param asin (required)
718724 * @param domain (optional, default to com)
719725 * @param zip (optional)
726+ * @param page Offer page, 10 rows each (optional, default to 1)
720727 * @return ApiResponse<Object>
721728 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
722729 * @http.response.details
@@ -727,8 +734,8 @@ public Object amazonGetAllSellerOffersBuybox(String asin, String domain, String
727734 <tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
728735 </table>
729736 */
730- public ApiResponse <Object > amazonGetAllSellerOffersBuyboxWithHttpInfo (String asin , String domain , String zip ) throws ApiException {
731- okhttp3 .Call localVarCall = amazonGetAllSellerOffersBuyboxValidateBeforeCall (asin , domain , zip , null );
737+ public ApiResponse <Object > amazonGetAllSellerOffersBuyboxWithHttpInfo (String asin , String domain , String zip , Integer page ) throws ApiException {
738+ okhttp3 .Call localVarCall = amazonGetAllSellerOffersBuyboxValidateBeforeCall (asin , domain , zip , page , null );
732739 Type localVarReturnType = new TypeToken <Object >(){}.getType ();
733740 return localVarApiClient .execute (localVarCall , localVarReturnType );
734741 }
@@ -739,6 +746,7 @@ public ApiResponse<Object> amazonGetAllSellerOffersBuyboxWithHttpInfo(String asi
739746 * @param asin (required)
740747 * @param domain (optional, default to com)
741748 * @param zip (optional)
749+ * @param page Offer page, 10 rows each (optional, default to 1)
742750 * @param _callback The callback to be executed when the API call finishes
743751 * @return The request call
744752 * @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -750,9 +758,9 @@ public ApiResponse<Object> amazonGetAllSellerOffersBuyboxWithHttpInfo(String asi
750758 <tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
751759 </table>
752760 */
753- public okhttp3 .Call amazonGetAllSellerOffersBuyboxAsync (String asin , String domain , String zip , final ApiCallback <Object > _callback ) throws ApiException {
761+ public okhttp3 .Call amazonGetAllSellerOffersBuyboxAsync (String asin , String domain , String zip , Integer page , final ApiCallback <Object > _callback ) throws ApiException {
754762
755- okhttp3 .Call localVarCall = amazonGetAllSellerOffersBuyboxValidateBeforeCall (asin , domain , zip , _callback );
763+ okhttp3 .Call localVarCall = amazonGetAllSellerOffersBuyboxValidateBeforeCall (asin , domain , zip , page , _callback );
756764 Type localVarReturnType = new TypeToken <Object >(){}.getType ();
757765 localVarApiClient .executeAsync (localVarCall , localVarReturnType , _callback );
758766 return localVarCall ;
0 commit comments