Interface LfpInventoryServiceGrpc.AsyncService (0.2.0)

public static interface LfpInventoryServiceGrpc.AsyncService

Service for a LFP partner to submit local inventories for a merchant.

Methods

insertLfpInventory(InsertLfpInventoryRequest request, StreamObserver<LfpInventory> responseObserver)

public default void insertLfpInventory(InsertLfpInventoryRequest request, StreamObserver<LfpInventory> responseObserver)

Inserts a LfpInventory resource for the given target merchant account. If the resource already exists, it will be replaced. The inventory automatically expires after 30 days.

Parameters
Name Description
request InsertLfpInventoryRequest
responseObserver io.grpc.stub.StreamObserver<LfpInventory>