Adobe Commerce (Magento)
Magento API integration and workflow automation
Actions (37)
Catalog · 19
- Add product mediaPOST /rest/{store_code}/V1/products/{sku}/media
Add media to a product.
documented - Assign products to shared catalogPOST /rest/{store_code}/V1/sharedCatalog/{id}/assignProducts
Assign products to a shared catalog.
documented - Create categoryPOST /rest/{store_code}/V1/categories
Create a new category.
documented - Create productPOST /rest/{store_code}/V1/products
Create a new product in the catalog.
documented - Delete categoryDELETE /rest/{store_code}/V1/categories/{categoryId}
Delete a category.
documented - Delete productDELETE /rest/{store_code}/V1/products/{sku}
Delete a product by SKU.
documented - Delete product mediaDELETE /rest/{store_code}/V1/products/{sku}/media/{media_id}
Delete a media entry for a product.
documented - Get categoryGET /rest/{store_code}/V1/categories/{categoryId}
Retrieve a category by ID.
documented - Get product by SKUGET /rest/{store_code}/V1/products/{sku}
Fetch details for a single product identified by SKU.
documented - List categoriesGET /rest/{store_code}/V1/categories
Retrieve the category data (tree and nodes).
documented - List product mediaGET /rest/{store_code}/V1/products/{sku}/media
Retrieve media entries for a product.
documented - List productsGET /rest/{store_code}/V1/products
Retrieve a list of products with optional filters, pagination, and attributes.
documented - List products in shared catalogGET /rest/{store_code}/V1/sharedCatalog/{id}/products
List products defined in a shared catalog.
documented - List shared catalog categoriesGET /rest/{store_code}/V1/sharedCatalog/{id}/categories
List categories in a shared catalog.
documented - Search productsGET /rest/{store_code}/V1/search
Search products via the storefront search engine.
documented - Set special pricesPOST /rest/{store_code}/V1/products/special-price
Create or update special prices for products.
documented - Unassign products from shared catalogPOST /rest/{store_code}/V1/sharedCatalog/{id}/unassignProducts
Unassign products from a shared catalog.
documented - Update categoryPUT /rest/{store_code}/V1/categories/{categoryId}
Update a category.
documented - Update productPUT /rest/{store_code}/V1/products/{sku}
Update an existing product by SKU.
documented
Carts · 7
- Add item to cartPOST /rest/{store_code}/V1/carts/mine/items
Add a product to the cart for the current customer.
documented - Add item to cartPOST /rest/{store_code}/V1/carts/mine/items
Add a product to the cart for the current customer.
documented - Add item to guest cartPOST /rest/{store_code}/V1/guest-carts/{cartId}/items
Add a product to a guest cart.
documented - Append couponsPOST /rest/{store_code}/V2/carts/{cartId}/coupons
Add coupons to a cart (V2).
documented - Create cart (customer)POST /rest/{store_code}/V1/carts/mine
Create a new cart for the authenticated customer.
documented - Create guest cartPOST /rest/{store_code}/V1/guest-carts
Create a new cart for a guest customer.
documented - List payment methodsGET /rest/{store_code}/V1/carts/mine/payment-methods
List available payment methods for the current cart.
documented
Checkout · 4
- Checkout with payment informationPOST /rest/{store_code}/V1/carts/mine/payment-information
Submit payment information to complete checkout.
documented - Checkout with payment informationPOST /rest/{store_code}/V1/carts/mine/payment-information
Submit payment information to complete checkout.
documented - Set payment informationPOST /rest/{store_code}/V1/carts/mine/set-payment-information
Set payment information for the current cart.
documented - Set shipping informationPOST /rest/{store_code}/V1/carts/mine/shipping-information
Set shipping information for the current cart.
documented
Sales · 4
- Get orderGET /rest/{store_code}/V1/orders/{orderId}
Retrieve an order by ID.
documented - List invoicesGET /rest/{store_code}/V1/invoices
List invoices.
documented - List ordersGET /rest/{store_code}/V1/orders
List customer orders.
documented - List shipmentsGET /rest/{store_code}/V1/shipments
List shipments.
documented
Authentication · 3
- Generate admin tokenPOST /rest/{store_code}/V1/integration/admin/token
Authenticate an admin and obtain a token.
documented - Generate customer tokenPOST /rest/{store_code}/V1/integration/customer/token
Authenticate a customer and obtain a token.
documented - Google authenticator 2FAPOST /rest/{store_code}/V1/tfa/provider/google/authenticate
2FA authentication for admin API access.
documented