---
title: "Get a product's images"
method: GET
path: "/api/v1/products/{id}/images"
tags: ["Products"]
---

# Get a product's images

`GET /api/v1/products/{id}/images`

<br>
  <b>This method is obsolete.</b>  Please use  <a href="#operation/ProductMedia_GetProductMedia">products/{id}/media </a> instead. 
                
<br>
                    Images stored on EKM servers will have the location property of the response set to the path of the image file. This will need to be prepended with the shop's domain.
                
<br>
                    Remote images will have the remote property of the response set to the URL of the image.
                
<br>
                    Images that have been deleted will have the location property of the response set to "No image available."

## Path parameters

- `id` integer, required — The product ID

## Response `200`

The chosen product

- TempestResponseV1ProductImages
  - `meta` object, nullable
  - `links` TempestLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
  - `validation_result` TempestValidationError[], nullable
    - `member_names` string[], nullable
    - `error_message` string, nullable
  - `errors` object, nullable
  - `data` V1ProductImages
    - `image1` V1ProductImage
      - `id` integer
      - `local` string, nullable
      - `remote` string, nullable
      - `width` integer, nullable
      - `height` integer, nullable
      - `location` string, nullable
      - `upload_date` string, date-time
      - `section_type` string, nullable
    - `image2` V1ProductImage
      - `id` integer
      - `local` string, nullable
      - `remote` string, nullable
      - `width` integer, nullable
      - `height` integer, nullable
      - `location` string, nullable
      - `upload_date` string, date-time
      - `section_type` string, nullable
    - `image3` V1ProductImage
      - `id` integer
      - `local` string, nullable
      - `remote` string, nullable
      - `width` integer, nullable
      - `height` integer, nullable
      - `location` string, nullable
      - `upload_date` string, date-time
      - `section_type` string, nullable
    - `image4` V1ProductImage
      - `id` integer
      - `local` string, nullable
      - `remote` string, nullable
      - `width` integer, nullable
      - `height` integer, nullable
      - `location` string, nullable
      - `upload_date` string, date-time
      - `section_type` string, nullable
    - `image5` V1ProductImage
      - `id` integer
      - `local` string, nullable
      - `remote` string, nullable
      - `width` integer, nullable
      - `height` integer, nullable
      - `location` string, nullable
      - `upload_date` string, date-time
      - `section_type` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — No product for that ID found

---

[API](https://skmtc.dev/ekm/apis/ekm-partner-api.md) · [All operations](https://skmtc.dev/ekm/apis/ekm-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ekm/ekm-partner-api/revisions/853bef073bb3/schema)
