{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Spam API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Spam", "type": "folder" }, "items": [ { "info": { "name": "Shopify Marks A Comment As Spam", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/comments/:comment_id/spam.json", "params": [ { "name": "comment_id", "value": "", "type": "path", "description": "comment_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/online-store/comment#spam-2020-01" }, { "info": { "name": "Shopify Marks A Comment As Not Spam", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/comments/:comment_id/not_spam.json", "params": [ { "name": "comment_id", "value": "", "type": "path", "description": "comment_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/online-store/comment#not_spam-2020-01" } ] } ], "bundled": true }