Lowe's Stores API

Access store location and information data.

OpenAPI Specification

lowes-stores-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Lowe's Product Inventory Stores API
  description: The Lowe's Product API provides programmatic access to Lowe's home improvement product catalog, inventory availability, pricing, and store information. Built on Microsoft Azure API Management, the API enables partners and developers to integrate with Lowe's retail operations for ecommerce and supply chain use cases.
  version: '1.0'
servers:
- url: https://apis.lowes.com
tags:
- name: Stores
  description: Access store location and information data.
paths:
  /stores:
    get:
      operationId: listStores
      summary: List stores
      description: Retrieves a list of Lowe's store locations with address, hours, and service information.
      tags:
      - Stores
      parameters:
      - name: zipCode
        in: query
        description: Filter stores by zip code proximity.
        schema:
          type: string
      responses:
        '200':
          description: Success
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer