Magento eCommerce Platform Bulk

Magento is an open source PHP-based ecommerce platform that provides online merchants with a flexible shopping cart system as well as complete control over their online store's appearance, structure, and functionality. Magento offers powerful marketing tools, search engine optimization features, and catalog management tools. The software was created using the Zend Framework.

Actions

  • Bundle

    • Delete Bundle Option: Removes the Bundle option.

    • Delete Product From Bundle Option: Removes a product from the Bundle option.

  • Catalog

    • Create Attribute Set Group: Creates an Attribute Set Group.

    • Create Category: Creates a category service.

    • Create Prices: Creates price list for products.

    • Create Product: Creates products in bulk. This is asynchronous request, and response contains the bulk uuid that is used to retrieve the status of the request.

    • Create: Creates an object data such as Attribute Sets, Attributes, or Options.

    • Delete Attribute Group: Removes the Attribute Group details associated with the specified ID.

    • Delete Attribute of Attribute Set: Removes an attribute from the Attribute Set.

    • Delete Attribute Option: Removes the option details from the Attribute.

    • Delete Attribute Set: Removes the Attribute Set details associated with the specified ID.

    • Delete Attribute: Removes the product attribute details associated with the specified ID.

    • Delete Category: Removes the product details for the specified ID.

    • Delete Linked Product: Removes the product link details from the product list.

    • Delete Product: Removes product details associated with the specified product sku.

    • Delete Teir Price: Removes tier price details from the product information.

    • Get Prices Information: Obtains the price details of a product.

    • Remove Assigned Product From Category: Removes the product assignment details from the category associated with the specified Category ID and Sku.

    • Update Attribute Set Group: Updates the details of an Attribute Set group.

    • Update Attribute Set: Updates the details of an Attribute Set.

    • Update Attribute: Updates the details of an Attribute.

    • Update Category: Updates the details of a category.

    • Update Custom Option: Updates the details of the Custom option.

    • Update Product Tier Price: Updates the price of all existing tiers to the new price.

    • Update Product: Updates the details of a product.

  • Checkout

    • Add Shipping Information: Adds shipping information to the specified cart.

    • Create Totals Information: Estimates the total cost of a quote based on the shipping method and the address.

  • CMS

    • Create CMS Block: Creates a CMS block.

    • Create CMS Page: Creates a CMS page.

    • Delete CMS Block: Removes the CMS block details for the specified ID.

    • Delete CMS Page: Removes the CMS page details for the specified ID.

    • Update CMS Block: Updates the details of a CMS block.

    • Update CMS Page: Updates the details of a CMS page.

  • Configurable Product

    • Delete Configurable Product: Removes the details of the configurable product.

    • Delete Configurable Option: Removes the details of the option from configurable product.

    • Generate Variation: Creates variations from the same product.

  • Customer

    • Activate Customer Account: Activates a customer account using a key that was sent in a confirmation email.

    • Create Customer Group: Sets up a customer group.

    • Create Customer: Creates a customer.

    • Delete Customer Group: Deletes the customer group details of the specified ID.

    • Delete Customer: Deletes the customer details associated with the specified ID.

    • Update Customer Group: Updates the customer group details associated with the specified ID.

    • Update Customer: Updates the details of the specified customer.

    • Validate Customer Data: Validates the customer information.

  • Downloadable

    • Delete Downloadable Link: Deletes the details of a downloadable link.

    • Delete Downloadable sample: Deletes the details of a downloadable sample.

  • EAV

    • Create Attribute Set: Creates an Attribute Set from data.

    • Delete Attribute Set: Deletes the Attribute Set details for the specified ID.

    • Update Attribute Set: Updates the Attribute Set details.

  • Inventory API

    • Create: Creates an object data.

    • Delete Stock: Removes the details of stock for the specified ID.

    • Delete: Deletes the details of an object.

    • Update Source: Updates the details of source.

  • Inventory Source Selection API

    • Create Source Selection Algorithm: Creates a Source Selection Algorithm result.
  • Quote

    • Add Cart Items: Adds the items to the cart.

    • Delete Cart Coupon: Removes a coupon from the specified cart.

    • Delete Cart Item: Removes an item from the specified cart.

    • Estimate Shipping By Address Id: Estimates the shipping cost details based on the Address ID.

    • Estimate Shipping By Address: Estimates the shipping cost details based on the address and provides the list of all available delivery methods for the return.

    • Update Cart Item: Updates the details of the specified cart item.

    • Update Collect Totals: Updates the shipping and billing details as well as additional data for the cart. The totals are set.

  • Sales

    • Create: Creates an object.

    • Create Credit Memo Comments: Adds comments for the specified Credit Memo ID.

    • Create Credit Memo Refund: Prepares a credit memo for the refund and saves the details.

    • Create Invoice Comment: Adds a comment for the specified invoice.

    • Create Shipment Comment: Adds a comment for the specified shipment.

    • Create Shipment Track: Creates tracking for the specified shipment.

    • Delete Shipment Track: Deletes the shipment track details for the specified ID.

    • Update Order Address: Updates the address details associated with the specified order.

    • Upsert Order: Inserts or updates the details of an existing order.

  • Sales Rule

    • Create Coupon: Creates the coupon details.

    • Create Sales Rule: Creates a sales rule.

    • Delete Coupon By Coupon Codes: Deletes the coupon details associated the specified coupon codes.

    • Delete Coupon By Coupon Ids: Deletes the coupon details associated the specified coupon ID.

    • Delete Coupon: Deletes the coupon details associated the specified coupon ID.

    • Delete Sales Rule: Deletes the rule details for the specified ID.

    • Update Coupon: Updates the details of the specified coupon.

    • Update Sales Rule: Updates the details of the specified sales rule.

  • Tax

    • Create: Creates a tax record such as tax rates or tax rules.

    • Delete: Deletes the tax record for the specified object ID.

    • Upsert: Inserts or updates the details of an existing tax record.

  • Bulk Operation Status Endpoints

    • Get Detailed Status: Provides detailed information about the status of a Bulk operation.

    • Get Status: Provides the status of a Bulk operation in abbreviated form.

Custom Actions

Magento connector also lets you create your own custom actions for performing specific tasks. The actions you create look and work exactly like the other predefined actions do.

Learn more about how to create custom actions.