{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Indexable Fields API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Indexable Fields", "type": "folder" }, "items": [ { "info": { "name": "List indexable fields", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalogs/indexable-fields" }, "docs": "List indexable fields." }, { "info": { "name": "Create indexable fields", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/pcm/catalogs/indexable-fields", "body": { "type": "json", "data": "{}" } }, "docs": "Specify additional fields to be indexed." }, { "info": { "name": "Get indexable fields", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalogs/indexable-fields/:indexable_fields_id", "params": [ { "name": "indexable_fields_id", "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b", "type": "path", "description": "The unique ID of the indexable fields" } ] }, "docs": "Get additional fields to be indexed." }, { "info": { "name": "Update indexable fields", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/pcm/catalogs/indexable-fields/:indexable_fields_id", "params": [ { "name": "indexable_fields_id", "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b", "type": "path", "description": "The unique ID of the indexable fields" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update additional fields to be indexed." }, { "info": { "name": "Delete indexable fields", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/pcm/catalogs/indexable-fields/:indexable_fields_id", "params": [ { "name": "indexable_fields_id", "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b", "type": "path", "description": "The unique ID of the indexable fields" } ] }, "docs": "Delete additional fields to be indexed." } ] } ], "bundled": true }