Adobe Commerce integration (Productivity, Marketing). Imported from open-connector.
{base_url}/rest/V1/products
| Param | Type | Required | Description |
|---|---|---|---|
| filterGroups | array | optional | Adobe Commerce searchCriteria filter groups. Groups are ANDed together. |
| sortOrders | array | optional | Adobe Commerce searchCriteria sort orders. |
| pageSize | integer | optional | Maximum number of products to return. |
| currentPage | integer | optional | One-based result page to request. |
| fields | string | optional | Optional Adobe Commerce fields selector used to return a partial response. |
| storeCode | string | optional | Optional Adobe Commerce store view code to place between /rest and /V1. |
/rest/V1/products/{sku}
| Param | Type | Required | Description |
|---|---|---|---|
| sku | string | required | The Adobe Commerce product SKU. |
| editMode | boolean | optional | Whether Adobe Commerce should return edit-mode product data. |
| storeId | integer | optional | The numeric store ID to read the product from. |
| forceReload | boolean | optional | Whether Adobe Commerce should force a product reload. |
| fields | string | optional | Optional Adobe Commerce fields selector used to return a partial response. |
| storeCode | string | optional | Optional Adobe Commerce store view code to place between /rest and /V1. |
/rest/V1/categories
| Param | Type | Required | Description |
|---|---|---|---|
| rootCategoryId | integer | optional | Category ID to use as the category tree root. |
| depth | integer | optional | Maximum category tree depth to return. |
| fields | string | optional | Optional Adobe Commerce fields selector used to return a partial response. |
| storeCode | string | optional | Optional Adobe Commerce store view code to place between /rest and /V1. |
/rest/V1/categories/{categoryId}
| Param | Type | Required | Description |
|---|---|---|---|
| categoryId | integer | required | The numeric Adobe Commerce category ID. |
| storeId | integer | optional | The numeric store ID to read the category from. |
| fields | string | optional | Optional Adobe Commerce fields selector used to return a partial response. |
| storeCode | string | optional | Optional Adobe Commerce store view code to place between /rest and /V1. |