| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveInventoryCountResponse |
DefaultInventoryApi.retrieveInventoryCount(String catalogObjectId,
String locationIds,
String cursor)
Retrieves the current calculated stock count for a given [CatalogObject]($m/CatalogObject) at
a given set of [Location]($m/Location)s.
|
RetrieveInventoryCountResponse |
InventoryApi.retrieveInventoryCount(String catalogObjectId,
String locationIds,
String cursor)
Retrieves the current calculated stock count for a given [CatalogObject]($m/CatalogObject) at
a given set of [Location]($m/Location)s.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveInventoryCountResponse> |
DefaultInventoryApi.retrieveInventoryCountAsync(String catalogObjectId,
String locationIds,
String cursor)
Retrieves the current calculated stock count for a given [CatalogObject]($m/CatalogObject) at
a given set of [Location]($m/Location)s.
|
CompletableFuture<RetrieveInventoryCountResponse> |
InventoryApi.retrieveInventoryCountAsync(String catalogObjectId,
String locationIds,
String cursor)
Retrieves the current calculated stock count for a given [CatalogObject]($m/CatalogObject) at
a given set of [Location]($m/Location)s.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveInventoryCountResponse |
RetrieveInventoryCountResponse.Builder.build()
Builds a new
RetrieveInventoryCountResponse object using the set fields. |
Copyright © 2022. All rights reserved.