oldnavy_product_availability
Check in-store pickup availability for Old Navy, Gap, Banana Republic, or Athleta products and get per-size stock status at specific stores.
Instructions
Check in-store pickup stock for an Old Navy, Gap, Banana Republic, or Athleta product. Checks per-size, in-store pickup stock status for one color (pid) at one or more physical stores. pid matches oldnavy-product's own color-level id. Give store location either directly with store_id (one or more comma-separated store ids, e.g. from a prior call to this endpoint or a value you already have) or with zip or both lat and lng, which resolves the nearest stores automatically. Select the storefront with the brand parameter (on for Old Navy, gap for Gap, br for Banana Republic, at for Athleta; defaults to on). Each returned store lists every offered size's stock status: in_stock, out_of_stock, or low_stock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude to resolve the nearest stores from (must be given together with lng) | |
| lng | No | Longitude to resolve the nearest stores from (must be given together with lat) | |
| pid | Yes | Color-level Old Navy/Gap/Banana Republic/Athleta product id | |
| zip | No | Zip code to resolve the nearest stores from | |
| brand | No | Storefront to check | |
| store_id | No | One or more comma-separated numeric store ids |