Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The payload for the getSubscriptions operation.

    interface GetSubscriptionsPayload {
        nextToken?: string;
        subscriptions?: Subscription[];
    }
    Index
    nextToken?: string

    A token that you can use to retrieve the next page of results. When this field is not empty, pass its value in the nextToken query parameter of the next request.

    subscriptions?: Subscription[]

    A list of subscriptions.