{ "opencollection": "1.0.0", "info": { "name": "Etsy Open API v3 BuyerTaxonomy Shop ProcessingProfiles API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Shop ProcessingProfiles", "type": "folder" }, "items": [ { "info": { "name": "Etsy Get Shop Readiness State Definitions", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/readiness-state-definitions", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "limit", "value": "25", "type": "query", "description": "The maximum number of results to return." }, { "name": "offset", "value": "0", "type": "query", "description": "The number of records to skip before selecting the first result." } ], "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\nRetrieves a li" }, { "info": { "name": "Etsy Create Shop Readiness State Definition", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/readiness-state-definitions", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "readiness_state", "value": "" }, { "name": "min_processing_time", "value": "" }, { "name": "max_processing_time", "value": "" }, { "name": "processing_time_unit", "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\nCreates a new " }, { "info": { "name": "Etsy Get Shop Readiness State Definition", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/readiness-state-definitions/:readiness_state_definition_id", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "readiness_state_definition_id", "value": "1", "type": "path", "description": "The numeric ID of the [processing profile](/documentation/reference#operation/getShopReadinessStateDefinition) associated with the listing. Returned only when the listing is `active` and of type `physical`, and the endpoint is either shop-scoped (path contains `shop_id`) or a single-listing request such as `getListing`. For every other case this field can be null." } ], "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\nRetrieves a Pr" }, { "info": { "name": "Etsy Update Shop Readiness State Definition", "type": "http" }, "http": { "method": "PUT", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/readiness-state-definitions/:readiness_state_definition_id", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "readiness_state_definition_id", "value": "1", "type": "path", "description": "The numeric ID of the [processing profile](/documentation/reference#operation/getShopReadinessStateDefinition) associated with the listing. Returned only when the listing is `active` and of type `physical`, and the endpoint is either shop-scoped (path contains `shop_id`) or a single-listing request such as `getListing`. For every other case this field can be null." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "readiness_state", "value": "" }, { "name": "min_processing_time", "value": "" }, { "name": "max_processing_time", "value": "" }, { "name": "processing_time_unit", "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\nUpdates an exi" }, { "info": { "name": "Etsy Delete Shop Readiness State Definition", "type": "http" }, "http": { "method": "DELETE", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/readiness-state-definitions/:readiness_state_definition_id", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "readiness_state_definition_id", "value": "1", "type": "path", "description": "The numeric ID of the [processing profile](/documentation/reference#operation/getShopReadinessStateDefinition) associated with the listing. Returned only when the listing is `active` and of type `physical`, and the endpoint is either shop-scoped (path contains `shop_id`) or a single-listing request such as `getListing`. For every other case this field can be null." } ], "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\nDeletes a Read" } ] } ], "bundled": true }