← Tools Reference

Adobe Commerce

Adobe Commerce integration (Productivity, Marketing). Imported from open-connector.

API key4 tools{base_url}
GET
adobe_commerce_list_products
List Adobe Commerce products with optional searchCriteria filters and pagination.

/rest/V1/products

6 parameters
ParamTypeRequiredDescription
filterGroupsarrayoptionalAdobe Commerce searchCriteria filter groups. Groups are ANDed together.
sortOrdersarrayoptionalAdobe Commerce searchCriteria sort orders.
pageSizeintegeroptionalMaximum number of products to return.
currentPageintegeroptionalOne-based result page to request.
fieldsstringoptionalOptional Adobe Commerce fields selector used to return a partial response.
storeCodestringoptionalOptional Adobe Commerce store view code to place between /rest and /V1.
GET
adobe_commerce_get_product
Retrieve one Adobe Commerce product by SKU.

/rest/V1/products/{sku}

6 parameters
ParamTypeRequiredDescription
skustringrequiredThe Adobe Commerce product SKU.
editModebooleanoptionalWhether Adobe Commerce should return edit-mode product data.
storeIdintegeroptionalThe numeric store ID to read the product from.
forceReloadbooleanoptionalWhether Adobe Commerce should force a product reload.
fieldsstringoptionalOptional Adobe Commerce fields selector used to return a partial response.
storeCodestringoptionalOptional Adobe Commerce store view code to place between /rest and /V1.
GET
adobe_commerce_list_categories
Retrieve the Adobe Commerce category tree with optional root and depth limits.

/rest/V1/categories

4 parameters
ParamTypeRequiredDescription
rootCategoryIdintegeroptionalCategory ID to use as the category tree root.
depthintegeroptionalMaximum category tree depth to return.
fieldsstringoptionalOptional Adobe Commerce fields selector used to return a partial response.
storeCodestringoptionalOptional Adobe Commerce store view code to place between /rest and /V1.
GET
adobe_commerce_get_category
Retrieve one Adobe Commerce category by category ID.

/rest/V1/categories/{categoryId}

4 parameters
ParamTypeRequiredDescription
categoryIdintegerrequiredThe numeric Adobe Commerce category ID.
storeIdintegeroptionalThe numeric store ID to read the category from.
fieldsstringoptionalOptional Adobe Commerce fields selector used to return a partial response.
storeCodestringoptionalOptional Adobe Commerce store view code to place between /rest and /V1.