UNPKG

@lorenstuff/amazon-selling-partner-api

Version:

A package for interacting with the Amazon Selling Partner API.

9 lines 725 B
import { AmazonSellingPartnerAPIClient } from "./AmazonSellingPartnerAPIClient.js"; import { CreateUploadDestinationForResourceQuery, CreateUploadDestinationResponse } from "../types/uploads-api/v2020-11-01.js"; /** A client for v2020-11-01 of the Uploads endpoints of the Amazon Selling Partner API. */ export declare class AmazonSellingPartnerUploadsAPIClient { amazonSellingPartnerApiClient: AmazonSellingPartnerAPIClient; constructor(amazonSellingPartnerApiClient: AmazonSellingPartnerAPIClient); createUploadDestinationForResource(resource: string, query: CreateUploadDestinationForResourceQuery): Promise<CreateUploadDestinationResponse>; } //# sourceMappingURL=AmazonSellingPartnerUploadsAPIClient.d.ts.map