This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Replies: 1 comment 1 reply
-
This is nothing the package can do for you, youd have to do this manually. If you know the other store, simply do a call to get the data for that store... $currentStore = Auth::user();
$otherStore = User::where('name', 'other-store.myshopify.com')->first();
$currentStoreInfo = $currentStore->api()->rest('GET', '/admin/shop.json');
$otherStoreInfo = $otherStore->api()->rest('GET', '/admin/shop.json'); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@osiset thanks for providing one of best package!
I am new to this package & need help regarding following:
Please help in this regard, thanks.
Beta Was this translation helpful? Give feedback.
All reactions