Selling Partner API SDK for JavaScript
    Preparing search index...

    The paginated list of supply sources.

    interface GetSupplySourcesResponse {
        nextPageToken?: string;
        supplySources?: SupplySourceListInner[];
    }
    Index

    Properties

    nextPageToken?: string

    If present, use this pagination token to retrieve the next page of supply sources.

    supplySources?: SupplySourceListInner[]

    The list of SupplySources.