shopify-api-node
Advanced tools
Comparing version 3.1.0 to 3.2.0
{ | ||
"name": "shopify-api-node", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Shopify API bindings for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -413,2 +413,8 @@ # Shopify API Node.js (Official module) | ||
- `update(orderId, fulfillmentId, id, params)` | ||
- fulfillmentOrder | ||
- `cancel(id, params)` | ||
- `close(id[, message])` | ||
- `get(id)` | ||
- `list(orderId)` | ||
- `move(id, locationId)` | ||
- fulfillmentService | ||
@@ -415,0 +421,0 @@ - `create(params)` |
@@ -31,2 +31,3 @@ 'use strict'; | ||
fulfillmentEvent: 'fulfillment-event', | ||
fulfillmentOrder: 'fulfillment-order', | ||
fulfillmentService: 'fulfillment-service', | ||
@@ -33,0 +34,0 @@ giftCard: 'gift-card', |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183032
74
5683
731