Skip to main content
Magento
Magento
128 actions · 1 auth method
Preview

Authentication

User Credentials (Admin)

Actions
128 actions
Action
Description
List Product Attribute Sets
Get all product attribute sets (ACL Magento_Catalogattributes_attributes)
Get Attribute Set
Get specific attribute set by ID (ACL Magento_Catalogattributes_attributes)
Create Attribute Set
Create new attribute set (ACL Magento_Catalogattributes_attributes)
Update Attribute Set
Update existing attribute set (ACL Magento_Catalogattributes_attributes)
Delete Attribute Set
Delete attribute set (ACL Magento_Catalogattributes_attributes)
Assign Attribute To Set
Assign attribute to attribute set (ACL Magento_Catalogattributes_attributes)
Unassign Attribute From Set
Remove attribute from attribute set (ACL Magento_Catalogattributes_attributes)
Create Attribute Group
Create attribute group in set (ACL Magento_Catalogattributes_attributes) NOTE: requires unique attribute_group_name with…
Get Attribute Types
Get available attribute types (ACL Magento_Catalogattributes_attributes)
Create Cart
Create a new shopping cart for the authenticated customer
Create Guest Cart
Create a new guest shopping cart
Get Cart
Retrieve cart details by ID
Add Item To Cart
Add a product to the cart
Add Item To Guest Cart
Add a product to a guest cart
Update Cart Item
Update the quantity or product options of an existing cart item.
Remove Cart Item
Remove an item from the cart
Remove Coupon From Cart
Remove applied coupon from cart
Estimate Shipping Methods
Get available shipping methods for cart
Set Shipping Information
Set shipping address and method
Get Payment Methods
Get available payment methods
Get Cart Totals
Calculate cart totals
Place Guest Order
Convert guest cart to order
Set Guest Cart Shipping Information
Set shipping address and method for guest cart
Place Order (Customer Cart)
Place an order from an authenticated customer’s cart (created via create_cart). For guest carts use place_guest_order in…
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
Move Category
Move category to different parent
Get Category Products
Get products in a category
Assign Product To Category
Add a product to a category
Search Categories
Search categories with filtering, sorting, and pagination
List CMS Pages
Get all CMS pages
Get CMS Page
Get a specific CMS page
Create CMS Page
Create a new CMS page
Delete CMS Page
Delete a CMS page
List CMS Blocks
Get all CMS blocks
Get CMS Block
Get a specific CMS block
Create CMS Block
Create a new CMS block
Delete CMS Block
Delete a CMS block
Search Credit Memos
Search and retrieve credit memos with filters (ACL Magento_Salescreditmemo)
Get Credit Memo
Retrieve a credit memo by its numeric id. Obtain ids by first calling search_credit_memos, or capture them from the resp…
Create Credit Memo (Refund)
Create credit memo for an order (ACL Magento_Salescreditmemo)
Send Credit Memo Email
Send credit memo email to customer (ACL Magento_Salescreditmemo)
Add Credit Memo Comment
Add comment to a credit memo (ACL Magento_Salescreditmemo)
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 existing customer group (ACL Magento_Customergroup)
Delete Customer Group
Delete customer group (ACL Magento_Customergroup) NOTE: Magento refuses deletion of groups that have customers assigned…
Get Default Customer Group
Get default customer group for a store (ACL Magento_Customergroup)
Set Default Customer Group
Set default customer group (ACL Magento_Customergroup)
Validate Group Permissions
Check if customer group can be deleted (ACL Magento_Customergroup)
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
Get Stock Status
Get stock status for a product SKU
List Inventory Sources
Get all inventory sources
Get Source Items
Get inventory items for sources
Update Source Items
Update inventory quantities at sources
Check Product Salability
Check if product is salable
Get Low Stock Items
Get products with low stock
Create Stock Transfer
Transfer stock between sources
Bulk Assign Sources
Assign products to inventory sources
Bulk Unassign Sources
Unassign products from sources
Search Invoices
Search and retrieve 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)
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
Cancel Order
Cancel an existing order
Create Invoice
Create an invoice for an order
List Invoices
List invoices for a given order context, with pagination. Prefer this when scoped to a known order; for richer cross-sto…
Create Shipment
Create shipment for an order (ACL Magento_Salesship). Note: only orders in ‘processing’ status with shippable items can…
Create Credit Memo
Create a credit memo for refund
Capture Payment (Preview)
Capture payment for an invoice with pending payment NOTE: also requires the invoice to have an authorized, uncaptured tr…
Void Payment (Preview)
Void an authorized but uncaptured invoice payment NOTE: only succeeds on invoices in authorized-but-uncaptured state. Al…
Refund Payment
Process a payment refund for a paid invoice. NOTE: targets /V1/invoices/{invoiceId}/refund — endpoint availability dep…
List Payment Transactions
Get payment transactions
Get Payment Transaction (Preview)
Get specific payment transaction details
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)
Update Stock Item
Update stock information for a product (ACL Magento_CatalogInventorycataloginventory)
Add Product Media
Attach an image or video to a product. Supply the file bytes as base64 in entry.content.base64_encoded_data, with the or…
Get Product Attributes
Retrieve all product attributes (ACL Magento_Catalogattributes_attributes)
Get Product Attribute
Retrieve specific product attribute by code (ACL Magento_Catalogattributes_attributes)
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
Update Cart Price Rule
Update an existing cart price rule
Delete Cart Price Rule
Delete a cart price rule
Generate Coupons
Generate coupon codes for a rule
List Coupons
Get all coupon codes
Get Coupon
Get coupon details by ID
Delete Coupon
Delete a coupon by ID
Get Tier Prices
Fetch tier prices for one or more product SKUs
List Tier Prices
Deprecated — use get_tier_prices. Retained for backward compatibility.
Add Tier Price
Add tier pricing to products
Search Shipments
Search and retrieve shipments with filters (ACL Magento_Salesshipment)
Get Shipment
Get specific shipment by ID (ACL Magento_Salesshipment)
Add Tracking To Shipment
Add tracking number to existing shipment (ACL Magento_Salesshipment)
Delete Tracking From Shipment
Remove tracking number from shipment (ACL Magento_Salesshipment)
Send Shipment Email
Send shipment email to customer (ACL Magento_Salesshipment)
Add Shipment Comment
Add comment to a shipment (ACL Magento_Salesshipment)
Get Shipment Label
Returns the shipping label as base64 binary data. NOTE: returns an empty string if no label has been generated for the s…
List Store Configurations
Get all store configurations
List Websites
Get all websites
List Store Groups
Get all store groups
List Store Views
Get all store views
List Modules
Get all installed modules
List Tax Rates
Get all tax rates
Get Tax Rate
Get a specific tax rate
Create Tax Rate
Create a new tax rate
Update Tax Rate
Update an existing tax rate
Delete Tax Rate
Delete a tax rate
List Tax Rules
Get all tax rules
Get Tax Rule
Get a specific tax rule
Create Tax Rule
Create a new tax rule
Update Tax Rule
Update an existing tax rule
Delete Tax Rule
Delete a tax rule
List Tax Classes
Get all tax classes

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

Magento - 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

Magento - User Credentials (Admin)
4

Use Actions

Invoke actions using one of the methods below: