-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: shopify revamp with multiple instances and cross-app hooks (#15)
* feat: add hooks for shopify and shipstation to avoid duplicates * style: add function annotations * feat: allow multiple Shopify instances * fix: add missing field in Shopify Settings * fix: Shopify order number * fix: sync logic for individual shops * fix: item update errors * fix: use Shopify store name to verify document * fix: remove Shopify hooks * patch: update patch to only update Payout sales documents * fix: add no copy to sync date and webhooks * fix: use customer's default address if no other addresses are found * fix: make order number fields non-translatable * fix: requested changes * fix: create a default item if no item is found via the API
- Loading branch information
Showing
22 changed files
with
1,279 additions
and
640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
frappe | ||
erpnext | ||
ShopifyAPI==8.2.0 | ||
ShopifyAPI==8.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.