public interface InventoryApi
@Deprecated RetrieveInventoryAdjustmentResponse deprecatedRetrieveInventoryAdjustment(String adjustmentId) throws ApiException, IOException
adjustmentId - Required parameter: ID of the
[InventoryAdjustment]($m/InventoryAdjustment) to retrieve.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.@Deprecated CompletableFuture<RetrieveInventoryAdjustmentResponse> deprecatedRetrieveInventoryAdjustmentAsync(String adjustmentId)
adjustmentId - Required parameter: ID of the
[InventoryAdjustment]($m/InventoryAdjustment) to retrieve.RetrieveInventoryAdjustmentResponse retrieveInventoryAdjustment(String adjustmentId) throws ApiException, IOException
adjustmentId - Required parameter: ID of the
[InventoryAdjustment]($m/InventoryAdjustment) to retrieve.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<RetrieveInventoryAdjustmentResponse> retrieveInventoryAdjustmentAsync(String adjustmentId)
adjustmentId - Required parameter: ID of the
[InventoryAdjustment]($m/InventoryAdjustment) to retrieve.@Deprecated BatchChangeInventoryResponse deprecatedBatchChangeInventory(BatchChangeInventoryRequest body) throws ApiException, IOException
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.@Deprecated CompletableFuture<BatchChangeInventoryResponse> deprecatedBatchChangeInventoryAsync(BatchChangeInventoryRequest body)
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.@Deprecated BatchRetrieveInventoryChangesResponse deprecatedBatchRetrieveInventoryChanges(BatchRetrieveInventoryChangesRequest body) throws ApiException, IOException
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.@Deprecated CompletableFuture<BatchRetrieveInventoryChangesResponse> deprecatedBatchRetrieveInventoryChangesAsync(BatchRetrieveInventoryChangesRequest body)
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.@Deprecated BatchRetrieveInventoryCountsResponse deprecatedBatchRetrieveInventoryCounts(BatchRetrieveInventoryCountsRequest body) throws ApiException, IOException
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.@Deprecated CompletableFuture<BatchRetrieveInventoryCountsResponse> deprecatedBatchRetrieveInventoryCountsAsync(BatchRetrieveInventoryCountsRequest body)
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.BatchChangeInventoryResponse batchChangeInventory(BatchChangeInventoryRequest body) throws ApiException, IOException
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<BatchChangeInventoryResponse> batchChangeInventoryAsync(BatchChangeInventoryRequest body)
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.BatchRetrieveInventoryChangesResponse batchRetrieveInventoryChanges(BatchRetrieveInventoryChangesRequest body) throws ApiException, IOException
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<BatchRetrieveInventoryChangesResponse> batchRetrieveInventoryChangesAsync(BatchRetrieveInventoryChangesRequest body)
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.BatchRetrieveInventoryCountsResponse batchRetrieveInventoryCounts(BatchRetrieveInventoryCountsRequest body) throws ApiException, IOException
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<BatchRetrieveInventoryCountsResponse> batchRetrieveInventoryCountsAsync(BatchRetrieveInventoryCountsRequest body)
body - Required parameter: An object containing the fields to POST for the request.
See the corresponding object definition for field details.@Deprecated RetrieveInventoryPhysicalCountResponse deprecatedRetrieveInventoryPhysicalCount(String physicalCountId) throws ApiException, IOException
physicalCountId - Required parameter: ID of the
[InventoryPhysicalCount]($m/InventoryPhysicalCount) to retrieve.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.@Deprecated CompletableFuture<RetrieveInventoryPhysicalCountResponse> deprecatedRetrieveInventoryPhysicalCountAsync(String physicalCountId)
physicalCountId - Required parameter: ID of the
[InventoryPhysicalCount]($m/InventoryPhysicalCount) to retrieve.RetrieveInventoryPhysicalCountResponse retrieveInventoryPhysicalCount(String physicalCountId) throws ApiException, IOException
physicalCountId - Required parameter: ID of the
[InventoryPhysicalCount]($m/InventoryPhysicalCount) to retrieve.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<RetrieveInventoryPhysicalCountResponse> retrieveInventoryPhysicalCountAsync(String physicalCountId)
physicalCountId - Required parameter: ID of the
[InventoryPhysicalCount]($m/InventoryPhysicalCount) to retrieve.RetrieveInventoryTransferResponse retrieveInventoryTransfer(String transferId) throws ApiException, IOException
transferId - Required parameter: ID of the [InventoryTransfer]($m/InventoryTransfer)
to retrieve.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<RetrieveInventoryTransferResponse> retrieveInventoryTransferAsync(String transferId)
transferId - Required parameter: ID of the [InventoryTransfer]($m/InventoryTransfer)
to retrieve.RetrieveInventoryCountResponse retrieveInventoryCount(String catalogObjectId, String locationIds, String cursor) throws ApiException, IOException
catalogObjectId - Required parameter: ID of the [CatalogObject]($m/CatalogObject) to
retrieve.locationIds - Optional parameter: The [Location]($m/Location) IDs to look up as a
comma-separated list. An empty list queries all locations.cursor - Optional parameter: A pagination cursor returned by a previous call to this
endpoint. Provide this to retrieve the next set of results for the original query.
See the
[Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide
for more information.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<RetrieveInventoryCountResponse> retrieveInventoryCountAsync(String catalogObjectId, String locationIds, String cursor)
catalogObjectId - Required parameter: ID of the [CatalogObject]($m/CatalogObject) to
retrieve.locationIds - Optional parameter: The [Location]($m/Location) IDs to look up as a
comma-separated list. An empty list queries all locations.cursor - Optional parameter: A pagination cursor returned by a previous call to this
endpoint. Provide this to retrieve the next set of results for the original query.
See the
[Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide
for more information.@Deprecated RetrieveInventoryChangesResponse retrieveInventoryChanges(String catalogObjectId, String locationIds, String cursor) throws ApiException, IOException
catalogObjectId - Required parameter: ID of the [CatalogObject]($m/CatalogObject) to
retrieve.locationIds - Optional parameter: The [Location]($m/Location) IDs to look up as a
comma-separated list. An empty list queries all locations.cursor - Optional parameter: A pagination cursor returned by a previous call to this
endpoint. Provide this to retrieve the next set of results for the original query.
See the
[Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide
for more information.ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.@Deprecated CompletableFuture<RetrieveInventoryChangesResponse> retrieveInventoryChangesAsync(String catalogObjectId, String locationIds, String cursor)
catalogObjectId - Required parameter: ID of the [CatalogObject]($m/CatalogObject) to
retrieve.locationIds - Optional parameter: The [Location]($m/Location) IDs to look up as a
comma-separated list. An empty list queries all locations.cursor - Optional parameter: A pagination cursor returned by a previous call to this
endpoint. Provide this to retrieve the next set of results for the original query.
See the
[Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide
for more information.Copyright © 2022. All rights reserved.