Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ corresponding Shopify object.
objects associated with all orders.
* **get_products**: Retrieves a list of products from shopify.
Also returns a list of inventory items, one for each product.
* **add_product**
* **update_product**
* **add_product**: Add product without the ability to set variants inventory.
* **update_product**: Update product with the ability to set variants inventory.
* **get_inventory**: Retrieves one inventory items for each product.
* **get_shipments**: Retrieves shipments recorded in Shopify.
* **update_shipment**
Expand Down