{ "opencollection": "1.0.0", "info": { "name": "Loyalty Operations Customer Actions Products API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "stamped-api-key", "value": "{{stamped-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Filter Products", "type": "http" }, "http": { "method": "GET", "url": "https://stamped.io/api/v3/merchant/shops/:shopId/products", "params": [ { "name": "shopId", "value": "", "type": "path", "description": "ShopId (storeHash)" }, { "name": "shopifyId", "value": "", "type": "query", "description": "Shopify Id" }, { "name": "bigcommerceId", "value": "", "type": "query", "description": "Bigcommerce Id" }, { "name": "customProductId", "value": "", "type": "query", "description": "Custom Product Id" }, { "name": "publishedScope", "value": "", "type": "query", "description": "Published Scope" }, { "name": "status", "value": "", "type": "query", "description": "Product status" }, { "name": "title", "value": "", "type": "query", "description": "Product title" }, { "name": "vendor", "value": "", "type": "query", "description": "Product vendor" }, { "name": "type", "value": "", "type": "query", "description": "Product type" }, { "name": "handle", "value": "", "type": "query", "description": "Product handle" }, { "name": "tags", "value": "", "type": "query", "description": "Product tags" } ] }, "docs": "Filter Products" }, { "info": { "name": "Create Product", "type": "http" }, "http": { "method": "POST", "url": "https://stamped.io/api/v3/merchant/shops/:shopId/products", "params": [ { "name": "shopId", "value": "", "type": "path", "description": "ShopId (storeHash)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Product" }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://stamped.io/api/v3/merchant/shops/:shopId/products/:productId", "params": [ { "name": "shopId", "value": "", "type": "path", "description": "The shopId, or storeHash associated with Stamped account" }, { "name": "productId", "value": "", "type": "path", "description": "The productId generated by Stamped on product creation" } ] }, "docs": "Get Product" }, { "info": { "name": "Update Product", "type": "http" }, "http": { "method": "PATCH", "url": "https://stamped.io/api/v3/merchant/shops/:shopId/products/:productId", "params": [ { "name": "shopId", "value": "", "type": "path", "description": "The shopId, or storeHash associated with Stamped account" }, { "name": "productId", "value": "", "type": "path", "description": "The productId generated by Stamped on product creation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Product" }, { "info": { "name": "Delete Product", "type": "http" }, "http": { "method": "DELETE", "url": "https://stamped.io/api/v3/merchant/shops/:shopId/products/:productId", "params": [ { "name": "shopId", "value": "", "type": "path", "description": "The shopId, or storeHash associated with Stamped account" }, { "name": "productId", "value": "", "type": "path", "description": "The productId generated by Stamped on product creation" } ] }, "docs": "Delete Product" }, { "info": { "name": "Lookup Product", "type": "http" }, "http": { "method": "GET", "url": "https://stamped.io/api/v3/merchant/shops/:shopId/products/lookup", "params": [ { "name": "shopId", "value": "", "type": "path", "description": "The shopId, or storeHash associated with Stamped account" }, { "name": "customProductId", "value": "", "type": "query", "description": "Custom ProductId to lookup product by" }, { "name": "shopifyId", "value": "", "type": "query", "description": "If Shopify, a matching shopifyId" }, { "name": "bigcommerceId", "value": "", "type": "query", "description": "If BigCommerce, a matching bigcommerceId" } ] }, "docs": "Lookup Product" } ] } ], "bundled": true }