{ "opencollection": "1.0.0", "info": { "name": "Etsy Open API v3 BuyerTaxonomy ShopListing Image API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "ShopListing Image", "type": "folder" }, "items": [ { "info": { "name": "Etsy Delete Listing Image", "type": "http" }, "http": { "method": "DELETE", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/listings/:listing_id/images/:listing_image_id", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "listing_id", "value": "123456789", "type": "path", "description": "The numeric ID for the [listing](/documentation/reference#tag/ShopListing) associated to this transaction." }, { "name": "listing_image_id", "value": "1", "type": "path", "description": "The numeric ID of the primary [listing image](/documentation/reference#tag/ShopListing-Image) for this transaction." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nOpen API V3 en" }, { "info": { "name": "Etsy Get Listing Image", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/listings/:listing_id/images/:listing_image_id", "params": [ { "name": "listing_id", "value": "123456789", "type": "path", "description": "The numeric ID for the [listing](/documentation/reference#tag/ShopListing) associated to this transaction." }, { "name": "listing_image_id", "value": "1", "type": "path", "description": "The numeric ID of the primary [listing image](/documentation/reference#tag/ShopListing-Image) for this transaction." } ] }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nRetrieves the " }, { "info": { "name": "Etsy Get Listing Images", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/listings/:listing_id/images", "params": [ { "name": "listing_id", "value": "123456789", "type": "path", "description": "The numeric ID for the [listing](/documentation/reference#tag/ShopListing) associated to this transaction." } ] }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nRetrieves all " }, { "info": { "name": "Etsy Upload Listing Image", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/listings/:listing_id/images", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "listing_id", "value": "123456789", "type": "path", "description": "The numeric ID for the [listing](/documentation/reference#tag/ShopListing) associated to this transaction." } ], "body": { "type": "multipart-form", "data": [ { "name": "image", "type": "text", "value": "" }, { "name": "listing_image_id", "type": "text", "value": "" }, { "name": "rank", "type": "text", "value": "" }, { "name": "overwrite", "type": "text", "value": "" }, { "name": "is_watermarked", "type": "text", "value": "" }, { "name": "alt_text", "type": "text", "value": "" } ] }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nUploads or ass" } ] } ], "bundled": true }