docs/InventoryApi.md in square_connect-2.20190213.0.274 vs docs/InventoryApi.md in square_connect-2.20190313.0.278

- old
+ new

@@ -242,11 +242,11 @@ catalog_object_id = "catalog_object_id_example" # String | ID of the [CatalogObject](#type-catalogobject) to retrieve. opts = { location_ids: "location_ids_example", # String | The [Location](#type-location) IDs to look up as a comma-separated list. An empty list queries all locations. - cursor: "cursor_example" # String | 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 [Paginating results](#paginatingresults) for more information. + cursor: "cursor_example" # String | 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 [Pagination](/basics/api101/pagination) for more information. } begin #RetrieveInventoryChanges result = api_instance.retrieve_inventory_changes(catalog_object_id, opts) @@ -260,11 +260,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **catalog_object_id** | **String**| ID of the [CatalogObject](#type-catalogobject) to retrieve. | **location_ids** | **String**| The [Location](#type-location) IDs to look up as a comma-separated list. An empty list queries all locations. | [optional] - **cursor** | **String**| 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 [Paginating results](#paginatingresults) for more information. | [optional] + **cursor** | **String**| 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 [Pagination](/basics/api101/pagination) for more information. | [optional] ### Return type [**RetrieveInventoryChangesResponse**](RetrieveInventoryChangesResponse.md) @@ -300,11 +300,11 @@ catalog_object_id = "catalog_object_id_example" # String | ID of the [CatalogObject](#type-catalogobject) to retrieve. opts = { location_ids: "location_ids_example", # String | The [Location](#type-location) IDs to look up as a comma-separated list. An empty list queries all locations. - cursor: "cursor_example" # String | 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 [Paginating results](#paginatingresults) for more information. + cursor: "cursor_example" # String | 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 [Pagination](/basics/api101/pagination) for more information. } begin #RetrieveInventoryCount result = api_instance.retrieve_inventory_count(catalog_object_id, opts) @@ -318,10 +318,10 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **catalog_object_id** | **String**| ID of the [CatalogObject](#type-catalogobject) to retrieve. | **location_ids** | **String**| The [Location](#type-location) IDs to look up as a comma-separated list. An empty list queries all locations. | [optional] - **cursor** | **String**| 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 [Paginating results](#paginatingresults) for more information. | [optional] + **cursor** | **String**| 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 [Pagination](/basics/api101/pagination) for more information. | [optional] ### Return type [**RetrieveInventoryCountResponse**](RetrieveInventoryCountResponse.md)