---
title: "Retrieve all Product Attachments."
method: GET
path: "/products/{id}/attachments.json"
tags: ["Product Attachments"]
---

# Retrieve all Product Attachments.

`GET /products/{id}/attachments.json`

## Path parameters

- `id` integer, required

## Response `200`

OK

- Attachment[]
  - `attachment` AttachmentFields
    - `id` integer — Unique identifier of the attachment
    - `url` string — Private URL of the attachment

## Other responses

- `404` — Product Not Found.

---

[API](https://skmtc.net/jumpseller/apis/jumpseller-api.md) · [All operations](https://skmtc.net/jumpseller/apis/jumpseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jumpseller/jumpseller-api/versions/7512c6ae3524/schema)
