public-roadmap icon indicating copy to clipboard operation
public-roadmap copied to clipboard

[Home Depot Product API] Provide Availability Status for Out-of-Stock Items

Open martin-serpapi opened this issue 10 months ago • 2 comments

A potential high-volume customer requested that we include the availability status in the response from our Home Depot Product API for out-of-stock items.

image

Home Depot

This is currently not available in the response from our Home Depot API:

image

Playground | Inspect

Intercom

martin-serpapi avatar Apr 19 '24 14:04 martin-serpapi

A potential customer also noted that the availability element in our prettified HTML doesn't seem to match what is on the Home Depot page:

home_depot_screenshot home_depot_screenshot2

Intercom

schaferyan avatar Apr 19 '24 20:04 schaferyan

I met with the potential customer mentioned above. They are interested in an Enterprise Plan with us if we can support this.

schaferyan avatar Apr 23 '24 21:04 schaferyan

We have released a fix for this issue. We can parse and serve when an item is out of stock at the desired store but still have fulfillment options.

Before:

before

After:

after

We have fixed the missing fulfillment keys for several other layouts.

The absence of the fulfillment key is an indicator of an out-of-stock item.

kagermanov27 avatar Apr 29 '24 10:04 kagermanov27