---
title: "Create a new Product Attachment."
method: POST
path: "/products/{id}/attachments.json"
tags: ["Product Attachments"]
---

# Create a new Product Attachment.

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

## Path parameters

- `id` integer, required

## Request body

- AttachmentEdit
  - `attachment` AttachmentEditFields
    - `filename` string — Filename of the attachment (with file extensison)
    - `url` string — Public accessible URL with the desired file contents. (LIMIT: 100MB)

## Response `200`

OK

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

---

[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)
