Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shopify-api-node

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shopify-api-node - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

resources/fulfillment-order.js

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc