Lowe's website screenshot

Lowe's

Lowe's Companies, Inc. is an American retail company specializing in home improvement. Lowe's operates a developer portal built on Microsoft Azure API Management that provides partners and developers access to product, inventory, pricing, and store APIs for integration with Lowe's retail operations. Discover APIs, learn how to use them, try them out interactively, and sign up to acquire keys.

1 APIs 0 Features
EcommerceHome ImprovementProductsRetailFortune 100

APIs

Lowe's Product API

The Lowe's Product API provides programmatic access to Lowe's product catalog, inventory, and pricing data. Built on Microsoft Azure API Management, the Lowe's developer portal ...

Collections

Pricing Plans

Lowes Plans Pricing

1 plans

PLANS

Rate Limits

Lowes Rate Limits

1 limits

RATE LIMITS

FinOps

Lowes Finops

FINOPS

Press

Lowe's puts project expertise into every hand

2026-05-25

Lowe's Boosts Pro Efficiency with AI-Driven Material Lists ...

2026-05-25

Chandhu Nair

2026-05-25

Lowe's Launches First Ai-Powered Home Improvement ...

2026-05-25

Lowe's deploys First at-scale AI assistant for Retail ...

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
📝
Signup
Signup
🔗
Login
Login

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Lowe's Product API
  version: '1.0'
items:
- info:
    name: Products
    type: folder
  items:
  - info:
      name: List products
      type: http
    http:
      method: GET
      url: https://apis.lowes.com/products
      params:
      - name: category
        value: ''
        type: query
        description: Filter by product category.
      - name: keyword
        value: ''
        type: query
        description: Search by keyword.
    docs: Retrieves a list of products from the Lowe's catalog with filtering by category, brand, price range, and other attributes.
- info:
    name: Inventory
    type: folder
  items:
  - info:
      name: List inventory
      type: http
    http:
      method: GET
      url: https://apis.lowes.com/inventory
      params:
      - name: productId
        value: ''
        type: query
        description: The product identifier.
      - name: storeId
        value: ''
        type: query
        description: The store identifier.
    docs: Retrieves inventory availability for specified products at one or more store locations.
- info:
    name: Stores
    type: folder
  items:
  - info:
      name: List stores
      type: http
    http:
      method: GET
      url: https://apis.lowes.com/stores
      params:
      - name: zipCode
        value: ''
        type: query
        description: Filter stores by zip code proximity.
    docs: Retrieves a list of Lowe's store locations with address, hours, and service information.
bundled: true