{ "opencollection": "1.0.0", "info": { "name": "Akeneo PIM REST Asset Manager Products API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products", "params": [ { "name": "search", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List products" }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products" }, "docs": "Create a product" }, { "info": { "name": "Update or create several products", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products" }, "docs": "Update or create several products" }, { "info": { "name": "Get a product", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products/:code", "params": [ { "name": "code", "value": "", "type": "path" } ] }, "docs": "Get a product" }, { "info": { "name": "Update or create a product", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products/:code", "params": [ { "name": "code", "value": "", "type": "path" } ] }, "docs": "Update or create a product" }, { "info": { "name": "Delete a product", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products/:code", "params": [ { "name": "code", "value": "", "type": "path" } ] }, "docs": "Delete a product" }, { "info": { "name": "List products by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products-uuid" }, "docs": "List products by UUID" }, { "info": { "name": "Create a product by UUID", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products-uuid" }, "docs": "Create a product by UUID" }, { "info": { "name": "Bulk upsert products by UUID", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products-uuid" }, "docs": "Bulk upsert products by UUID" }, { "info": { "name": "Get a product by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products-uuid/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Get a product by UUID" }, { "info": { "name": "Update or create a product by UUID", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products-uuid/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Update or create a product by UUID" }, { "info": { "name": "Delete a product by UUID", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/products-uuid/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Delete a product by UUID" } ] } ], "bundled": true }