GitXplorerGitXplorer
f

zapier-shops-orders

public
3 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
161762c6b44f78fde7c04b02e64b6f5f2a2f477a

Fix Github vulnerability

committed a month ago
Unverified
8a462c1c0db3edc75763f1610e1d6db86834f5db

Validations for ShipStation Demo

committed 4 months ago
Unverified
93a9c848730c93908c2f0545ab1eab7043ba1488

Updated copyright information in all files

committed 5 months ago
Unverified
174dca54191b5bb9092e1a4d670f76550138a67b

Copyright check updated

committed 5 months ago
Unverified
8e21766d9dac80df69a41eccbcc0e80dcc0bc878

Added package-lock.json for CI builds

committed 5 months ago
Verified
8cb4b9a75fb6879bcee823680924faf9c010eca3

Re-sync with internal repository (#1)

ffacebook-github-bot committed 5 months ago

README

The README file for this repository.

Meta Shops Orders Zapier integration

This integration should be published in the Zapier library online So you don't need to play with the source code.

If you wish you improve the source code, these are the steps.

After cloning:

# Install dependencies
npm install

# Run tests
zapier test

# Register the integration on Zapier if you haven't already created one
zapier register "App Title"

# Or you can link to an existing integration on Zapier
zapier link

# Push it to Zapier. Include all dependencies because Facebook SDK has many that Zapier CLI can't detect
zapier push --disable-dependency-detection

At this point this source code would be connected to a private integration that only you have access to. You can now proceed to make changes.

Make changes locally

Find out more on the latest docs: https://github.com/zapier/zapier-platform/blob/main/packages/cli/README.md.

# Watch and compile as you edit code
npm run watch

# There's also a non-watch compile command
npm run build

# To push to Zapier, make sure you compile first
npm run build && zapier push

License

This code is made available under an MIT license. However, you may have other legal obligations that govern your use of other content, such as the terms of service for third-party solutions and technologies.