---
title: "POST /api/etsy/listings"
method: POST
path: "/api/etsy/listings"
tags: ["Etsy Listings"]
---

# POST /api/etsy/listings

`POST /api/etsy/listings`

## Request body

- ShopListing
  - `quantity` integer
  - `title` string
  - `description` string
  - `price` number, float
  - `who_made` string
  - `when_made` string
  - `taxonomy_id` integer
  - `state` string
  - `type` string
  - `shipping_profile_id` integer, nullable
  - `return_policy_id` integer, nullable
  - `readiness_state_id` integer, nullable
  - `materials` string[]
  - `shop_section_id` integer, nullable
  - `processing_min` integer, nullable
  - `processing_max` integer, nullable
  - `tags` string[]
  - `styles` string[]
  - `item_weight` number, float, nullable
  - `item_length` number, float, nullable
  - `item_width` number, float, nullable
  - `item_height` number, float, nullable
  - `item_weight_unit` string, nullable
  - `item_dimensions_unit` string, nullable
  - `is_personalizable` boolean
  - `personalization_is_required` boolean, nullable
  - `personalization_char_count_max` integer, nullable
  - `personalization_instructions` string, nullable
  - `production_partner_ids` integer[]
  - `image_ids` integer[]
  - `is_supply` boolean
  - `is_customizable` boolean
  - `should_auto_renew` boolean, nullable
  - `is_taxable` boolean
  - `images` string[]
  - `sku` string

## Response `201`

Returns result of creation listing

---

[API](https://skmtc.dev/salest/apis/api-server.md) · [All operations](https://skmtc.dev/salest/apis/api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salest/api-server/revisions/41732efb40ea/schema)
