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

    Interface GetAccessPointsResponse

    The response schema for the GetAccessPoints operation.

    interface GetAccessPointsResponse {
        payload?: GetAccessPointsResult;
    }
    Index