Interface RegionalInventoryServiceGrpc.AsyncService (0.5.0)

public static interface RegionalInventoryServiceGrpc.AsyncService

Service to manage regional inventory for products. There is also separate regions resource and API to manage regions definitions.

Methods

deleteRegionalInventory(DeleteRegionalInventoryRequest request, StreamObserver<Empty> responseObserver)

public default void deleteRegionalInventory(DeleteRegionalInventoryRequest request, StreamObserver<Empty> responseObserver)

Deletes the specified RegionalInventory resource from the given product in your merchant account. It might take up to an hour for the RegionalInventory to be deleted from the specific product. Once you have received a successful delete response, wait for that period before attempting a delete again.

Parameters
NameDescription
requestDeleteRegionalInventoryRequest
responseObserverio.grpc.stub.StreamObserver<Empty>

insertRegionalInventory(InsertRegionalInventoryRequest request, StreamObserver<RegionalInventory> responseObserver)

public default void insertRegionalInventory(InsertRegionalInventoryRequest request, StreamObserver<RegionalInventory> responseObserver)

Inserts a RegionalInventory to a given product in your merchant account. Replaces the full RegionalInventory resource if an entry with the same region already exists for the product. It might take up to 30 minutes for the new or updated RegionalInventory resource to appear in products.

Parameters
NameDescription
requestInsertRegionalInventoryRequest
responseObserverio.grpc.stub.StreamObserver<RegionalInventory>

listRegionalInventories(ListRegionalInventoriesRequest request, StreamObserver<ListRegionalInventoriesResponse> responseObserver)

public default void listRegionalInventories(ListRegionalInventoriesRequest request, StreamObserver<ListRegionalInventoriesResponse> responseObserver)

Lists the RegionalInventory resources for the given product in 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. RegionalInventory resources are listed per product for a given account.

Parameters
NameDescription
requestListRegionalInventoriesRequest
responseObserverio.grpc.stub.StreamObserver<ListRegionalInventoriesResponse>