magento.catalog
Product Catalog API for magento
| copyright: |
|
|---|---|
| copyright: |
|
| license: | AGPLv3, see LICENSE for more details |
Product Category API to connect to magento
Set/Get current store view
| Parameters: |
|
|---|---|
| Returns: | int |
Retrieve hierarchical tree of categories.
| Parameters: |
|
|---|---|
| Returns: | dictionary of values |
Retrieve one level of categories by website/store view/parent category
| Parameters: |
|
|---|---|
| Returns: | Dictionary |
Retrieve Category details
| Parameters: |
|
|---|---|
| Returns: | Dictionary of data |
Create new category and return its ID
| Parameters: |
|
|---|---|
| Returns: | Integer ID |
Update Category
| Parameters: |
|
|---|---|
| Returns: | Boolean |
Move category in tree
| Parameters: |
|
|---|---|
| Returns: | Boolean |
Delete category
| Parameters: |
|
|---|---|
| Returns: | Boolean |
Retrieve list of assigned products
| Parameters: |
|
|---|---|
| Returns: | Dictionary |
Assign product to a category
| Parameters: |
|
|---|---|
| Returns: | boolean |
Update assigned product
| Parameters: |
|
|---|---|
| Returns: | boolean |
Remove product from category
| Parameters: |
|
|---|---|
| Returns: | boolean |
Product Category Attribute API to connect to magento Allows to get attributes and options for category.
Set/Get current store view
| Parameters: |
|
|---|---|
| Returns: | int |
Retrieve attribute options
| Parameters: |
|
|---|---|
| Returns: | list of dictionary |
Retrieve Category attrbutes
Product API for magento
Set/Get current store view
| Parameters: |
|
|---|---|
| Returns: | int |
Retrieve product list by filters
| Parameters: |
|
|---|---|
| Store_view : | Code or ID of store view |
| Returns: | <title_reference>list</title_reference> of dict |
Retrieve product data
| Parameters: |
|
|---|---|
| Returns: | <title_reference>dict</title_reference> of values |
Create Product and return ID
| Parameters: |
|
|---|---|
| Returns: | INT id of product created |
Update product Information
| Parameters: |
|
|---|---|
| Returns: | Boolean |
Update product’s special price
| Parameters: |
|
|---|---|
| Returns: | Boolean |
Get product special price data
| Parameters: |
|
|---|---|
| Returns: | Dictionary |
Delete a product
| Parameters: |
|
|---|---|
| Returns: | Boolean |
Product Attribute API
Product Attribute Set API
Product Types API
Product Images API
Product Tier Price API
Product links API (related, cross sells, up sells, grouped)
Allows to update stock attributes (status, quantity)