public static interface LfpInventoryServiceGrpc.AsyncServiceService 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> |