|
2 | 2 |
|
3 | 3 | This wrapper lets you talk to Magento via XML-RPC. |
4 | 4 |
|
| 5 | +It is a minimally modified version of `magento` and `magento-api`, which incorrectly advertise as being SOAP clients. |
| 6 | + |
5 | 7 | ## Installation |
6 | 8 |
|
7 | | -`npm install git+ssh://git@bitbucket.org/icecom/magentoapi.git` |
| 9 | +`npm install magento-xmlrpc` |
8 | 10 |
|
9 | 11 | ## Usage |
10 | 12 |
|
@@ -39,35 +41,4 @@ All of the API methods take an object of params as the first argument, and a cal |
39 | 41 | Or, if no params are sent, just a callback as the first argument. |
40 | 42 |
|
41 | 43 | ## Methods |
42 | | - |
43 | | -+ [Catalog Category](./readmes/catalog_category.md) |
44 | | -+ [Catalog Category Attribute](./readmes/catalog_category_attribute.md) |
45 | | -+ [Catalog Product](./readmes/catalog_product.md) |
46 | | -+ [Catalog Product Attribute](./readmes/catalog_product_attribute.md) |
47 | | -+ [Catalog Product Attribute Media](./readmes/catalog_product_attribute_media.md) |
48 | | -+ [Catalog Product Attribute Set](./readmes/catalog_product_attribute_set.md) |
49 | | -+ [Catalog Product Custom Option](./readmes/catalog_product_custom_option.md) |
50 | | -+ [Catalog Product Custom Option Value](./readmes/catalog_product_custom_option_value.md) |
51 | | -+ [Catalog Product Downloadable Link](./readmes/catalog_product_downloadable_link.md) |
52 | | -+ [Catalog Product Link](./readmes/catalog_product_link.md) |
53 | | -+ [Catalog Product Tag](./readmes/catalog_product_tag.md) |
54 | | -+ [Catalog Product Tier Price](./readmes/catalog_product_tier_price.md) |
55 | | -+ [Catalog Product Type](./readmes/catalog_product_type.md) |
56 | | -+ [Catalog Inventory Stock Item](./readmes/catalogInventory_stock_item.md) |
57 | | -+ [Checkout Cart](./readmes/checkout_cart.md) |
58 | | -+ [Checkout Cart Coupon](./readmes/checkout_cart_coupon.md) |
59 | | -+ [Checkout Cart Customer](./readmes/checkout_cart_customer.md) |
60 | | -+ [Checkout Cart Payment](./readmes/checkout_cart_payment.md) |
61 | | -+ [Checkout Cart Product](./readmes/checkout_cart_product.md) |
62 | | -+ [Checkout Cart Shipping](./readmes/checkout_cart_shipping.md) |
63 | | -+ [Core](./readmes/core.md) |
64 | | -+ [Customer](./readmes/customer.md) |
65 | | -+ [Customer Address](./readmes/customer_address.md) |
66 | | -+ [Customer Group](./readmes/customer_group.md) |
67 | | -+ [Directory Country](./readmes/directory_country.md) |
68 | | -+ [Directory Region](./readmes/directory_region.md) |
69 | | -+ [Sales Order](./readmes/sales_order.md) |
70 | | -+ [Sales Order Credit Memo](./readmes/sales_order_credit_memo.md) |
71 | | -+ [Sales Order Invoice](./readmes/sales_order_invoice.md) |
72 | | -+ [Sales Order Shipment](./readmes/sales_order_shipment.md) |
73 | | -+ [Store](./readmes/store.md) |
| 44 | +[Read the manual on Github](https://github.com/lobot-io/magento-xmlrpc/blob/master/MANUAL.md) |
0 commit comments