{ "opencollection": "1.0.0", "info": { "name": "Etsy Open API v3 BuyerTaxonomy ShopListing Product API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "ShopListing Product", "type": "folder" }, "items": [ { "info": { "name": "Etsy Get Listing Product", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/listings/:listing_id/inventory/products/:product_id", "params": [ { "name": "listing_id", "value": "123456789", "type": "path", "description": "The listing to return a ListingProduct for." }, { "name": "product_id", "value": "567890123", "type": "path", "description": "The numeric ID for a specific [product](/documentation/reference#tag/ShopListing-Product) purchased from a listing." }, { "name": "legacy", "value": "true", "type": "query", "description": "This parameter is needed to enable new parameters and response values related to processing profiles." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "
This endpoint is ready for production use.