public static interface AggregateProductStatusesServiceGrpc.AsyncService
Service to manage aggregate product statuses.
Methods
listAggregateProductStatuses(ListAggregateProductStatusesRequest request, StreamObserver<ListAggregateProductStatusesResponse> responseObserver)
public default void listAggregateProductStatuses(ListAggregateProductStatusesRequest request, StreamObserver<ListAggregateProductStatusesResponse> responseObserver)
Lists the AggregateProductStatuses
resources for your merchant account.
The response might contain fewer items than specified by pageSize
.
If pageToken
was returned in previous request, it can be used to obtain
additional results.
Parameters | |
---|---|
Name | Description |
request |
ListAggregateProductStatusesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListAggregateProductStatusesResponse> |