StoreDuplicator
StoreDuplicator copied to clipboard
This tool makes it easy to duplicate a Shopify store's content onto another, either to spin up a staging env or to simply test stuff out without risking anything in production.
The script stops because of API calls which exceed the authorized limit Documentation : https://shopify.dev/docs/api/usage/rate-limits Solution : add parameter `autoLimit` inside the Shopify object parameters
# 429 Too Many Requests - [9](https://github.com/workwithpact/StoreDuplicator/issues/9) --- The script stops because of API calls which exceed the authorized limit Documentation : https://shopify.dev/docs/api/usage/rate-limits Solution : add parameter `autoLimit` inside the...
The images on my Shopify website are not showing up when copied over. I am getting a 422 error (unprocessable entity) when I think these images are trying to be...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [qs](https://github.com/ljharb/qs) from 6.9.3 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...