{ "opencollection": "1.0.0", "info": { "name": "Etsy Open API v3 BuyerTaxonomy Shop Return Policy API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Shop Return Policy", "type": "folder" }, "items": [ { "info": { "name": "Etsy Consolidate Shop Return Policies", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/policies/return/consolidate", "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": "source_return_policy_id", "value": "" }, { "name": "destination_return_policy_id", "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\nConsolidates R" }, { "info": { "name": "Etsy Get Shop Return Policies", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/policies/return", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." } ] }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nReturns a shop" }, { "info": { "name": "Etsy Create Shop Return Policy", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/policies/return", "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": "accepts_returns", "value": "" }, { "name": "accepts_exchanges", "value": "" }, { "name": "return_deadline", "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 Return Policy", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/policies/return/:return_policy_id", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "return_policy_id", "value": "1", "type": "path", "description": "The numeric ID of the [Return Policy](/documentation/reference#operation/getShopReturnPolicies)." } ] }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nRetrieves an e" }, { "info": { "name": "Etsy Update Shop Return Policy", "type": "http" }, "http": { "method": "PUT", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/policies/return/:return_policy_id", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "return_policy_id", "value": "1", "type": "path", "description": "The numeric ID of the [Return Policy](/documentation/reference#operation/getShopReturnPolicies)." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "accepts_returns", "value": "" }, { "name": "accepts_exchanges", "value": "" }, { "name": "return_deadline", "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 Return Policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/policies/return/:return_policy_id", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "return_policy_id", "value": "1", "type": "path", "description": "The numeric ID of the [Return Policy](/documentation/reference#operation/getShopReturnPolicies)." } ], "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 an exi" } ] } ], "bundled": true }