import { type SetMarketplaceOfferMinQuantityCommandRequest } from '../../../../models/jTL/wawi/marketplace/scx/publicApi/dataTransferObjects/v2/offers/index.js'; import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** * Builds and executes requests for operations under /v2/Marketplace/Offers/SetOfferMinQuantity */ export interface SetOfferMinQuantityRequestBuilder extends BaseRequestBuilder { /** * Sets the minimum stock quantity for the specified marketplace offers. * @param body Sets the minimum stock quantity for the specified marketplace offers. - Request * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} */ post(body: SetMarketplaceOfferMinQuantityCommandRequest, requestConfiguration?: RequestConfiguration | undefined): Promise; /** * Sets the minimum stock quantity for the specified marketplace offers. * @param body Sets the minimum stock quantity for the specified marketplace offers. - Request * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toPostRequestInformation(body: SetMarketplaceOfferMinQuantityCommandRequest, requestConfiguration?: RequestConfiguration | undefined): RequestInformation; } /** * Uri template for the request builder. */ export declare const SetOfferMinQuantityRequestBuilderUriTemplate = "{+baseurl}/v2/Marketplace/Offers/SetOfferMinQuantity"; /** * Metadata for all the requests in the request builder. */ export declare const SetOfferMinQuantityRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map