Skip to main content
Adobe Commerce
Adobe Commerce
61 actions · 1 auth method
Beta

Authentication

User Credentials (Admin)

Actions
61 actions
Action
Description
List Products
Retrieve a list of products with filtering and pagination (ACL Magento_Catalogproducts)
Get Product By SKU
Retrieve a specific product by SKU (ACL Magento_Catalogproducts)
Create Product
Create a new product (ACL Magento_Catalogproducts)
Update Product
Update an existing product (ACL Magento_Catalogproducts)
Delete Product
Delete a product by SKU (ACL Magento_Catalogproducts)
List Categories
Get category tree
Get Category
Get category details
Create Category
Create a new category
Update Category
Update category information
Delete Category
Delete a category
List Customers
Retrieve a list of customers with filtering
Get Customer
Retrieve a specific customer by ID
Create Customer
Create a new customer account
Update Customer
Update customer information
Delete Customer
Delete a customer account
List Customer Groups
Get all customer groups (ACL Magento_Customergroup)
Get Customer Group
Get specific customer group by ID (ACL Magento_Customergroup)
Create Customer Group
Create new customer group (ACL Magento_Customergroup)
Update Customer Group
Update an existing customer group by ID
Delete Customer Group
Delete a customer group by ID
List Orders
Retrieve a list of orders with filtering
Get Order
Retrieve a specific order by ID
Add Order Comment
Add a comment to an existing order. Requires orderId (integer — use list_orders to find it) and a statusHistory object w…
Cancel Order
Cancel an existing order
List Invoices
List invoices with filters (ACL Magento_Sales sales_invoice)
Get Invoice
Get specific invoice by ID (ACL Magento_Salessales_invoice)
Send Invoice Email
Send invoice email to customer (ACL Magento_Salessales_invoice)
Create Invoice
Create an invoice for an order. Requires orderId (integer) as a path parameter. Optionally pass items (array of {order_i…
List Shipments
List shipments with filters (ACL Magento_Salesshipment)
Get Shipment
Get specific shipment by ID (ACL Magento_Salesshipment)
Create Shipment
Create a shipment for an order. Requires an entity object containing order_id (integer), items (array of {order_item_id,…
List Credit Memos
List credit memos with filters (ACL Magento_Salescreditmemo)
Get Credit Memo
Retrieve a credit memo by its numeric id. Obtain ids by first calling list_credit_memos, or capture them from the respon…
Create Credit Memo (Refund)
Create a credit memo (refund) for an order. Requires a creditmemo object with order_id (integer) and optionally items (a…
Create Cart
Create a new shopping cart for the authenticated customer
Get Cart
Retrieve cart details by ID
Add Item To Cart
Add a product to the cart
Update Cart Item
Update the quantity or product options of an existing cart item.
Remove Cart Item
Remove an item from the cart
Get Stock Status
Get the legacy single-source stock status for a product by SKU (is it in stock? what quantity?). This uses the CatalogIn…
List Source Items
List multi-source inventory (MSI) source items — shows product quantities per warehouse/source. Filter by sku or source_…
Update Source Items
Update inventory quantities at sources. Requires a sourceItems array where each item has sku (string — use list_products…
List CMS Pages
Get all CMS pages (full standalone web pages like ‘About Us’, ‘Home’, ‘Contact’). Pages have their own URL and are navig…
Get CMS Page
Get a specific CMS page
List CMS Blocks
Get all CMS blocks (reusable content snippets like banners, sidebars, footer widgets that are embedded within pages or l…
Get CMS Block
Get a specific CMS block
List Store Configurations
Get store configuration settings (locale, currency, timezone, base URLs, secure URLs). This returns the technical config…
List Websites
Get all websites in the Magento multi-site hierarchy. A website is the top level — each website contains one or more sto…
List Store Groups
Get all store groups (the middle level of Magento’s hierarchy: Website > Store Group > Store View). Each store group bel…
List Store Views
Get all store views (the lowest level of Magento’s hierarchy: Website > Store Group > Store View). Each store view repre…
List Tax Rates
Get all tax rates — the actual percentage rates applied to products (e.g., 8.25% for California). Each rate is tied to a…
List Tax Rules
Get all tax rules — rules that combine tax rates with tax classes to determine which rate applies to which products/cust…
List Tax Classes
Get all tax classes — categories that classify products (e.g., ‘Taxable Goods’, ‘Shipping’) or customers (e.g., ‘Retail…
Generate Coupons
Generate coupon codes for a cart price rule. Requires a couponSpec object with rule_id (integer — use list_cart_rules to…
List Coupons
Get all coupon codes
Delete Coupon
Delete a coupon by ID
List Cart Price Rules
Get all cart price rules
Get Cart Price Rule
Get a specific cart price rule
Create Cart Price Rule
Create a new cart price rule (promotion). Requires a rule object with: name (string), is_active (boolean), simple_action…
Update Cart Price Rule
Update an existing cart price rule by ID. Requires ruleId (integer) as path parameter and a rule object with the fields…
Delete Cart Price Rule
Delete a cart price rule by ID

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/adobe/filled/png

Connector Profile

Adobe Commerce - User Credentials (Admin)
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/adobe/filled/png

Link Account

Adobe Commerce - User Credentials (Admin)
4

Use Actions

Invoke actions using one of the methods below: