# Get Item Availability Information **GET /o/op/1/itemAvailability** Returns item availability information, by business location and SKUs. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Query parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **skus** (array[string]) List of SKUs to return. - **page** (integer(int32)) Starting page of results, when paginating. Starts at 0. - **size** (integer(int32)) Number of results to return, when paginating. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **data** (array[object]) - **metadata** (object) ### 400: Bad Request #### Body Parameters: application/json (object) - **timestamp** (string(date-time)) The date and time at which the error occurred. - **status** (integer) The HTTP status code associated with the error. - **error** (string) A short description of the HTTP status code meaning. - **message** (string) A human-readable message providing more details about the error. - **path** (string) The request path where the error occurred. [Powered by Bump.sh](https://bump.sh)