Closed janbaykara closed 2 years ago
Question: (how) do we want to be able to track which books members have received?
Things we know:
Ideas here:
@melaniepatrick, could I get you to tweak some permissions in Shopify?
Visit this page: https://left-book-club-shop.myshopify.com/admin/apps/private/349095133417
Scroll down until you see Show inactive Admin API permissions
Then, where it says Customers
: No Access
, please switch this to Read and write
.
Thanks!
ok that's done!
On Mon, Apr 25, 2022 at 10:03 AM Jan Baykara @.***> wrote:
@melaniepatrick https://github.com/melaniepatrick, could I get you to tweak some permissions in Shopify?
Visit this page: https://left-book-club-shop.myshopify.com/admin/apps/private/349095133417
Scroll down until you see Show inactive Admin API permissions
[image: Screenshot 2022-04-25 at 09 57 26] https://user-images.githubusercontent.com/237556/165056346-06675c12-ad79-4ba0-a345-8c1cc0b50440.png
Then enable 'read and write' access on the Customer resource.
[image: Screenshot 2022-04-25 at 09 16 33] https://user-images.githubusercontent.com/237556/165055553-b3622f4c-c506-413e-9ee6-95e5a7949fe7.png
Thanks!
— Reply to this email directly, view it on GitHub https://github.com/commonknowledge/leftbookclub/issues/80#issuecomment-1108287879, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYBPO53O4A2ZHGGXLXUWPLTVGZNW5ANCNFSM5T7YSXQA . You are receiving this because you were mentioned.Message ID: @.***>
@melaniepatrick, you can have a look at the membership export view here! https://lbc-staging.fly.dev/admin/app/lbcsubscription/?status=active&product=prod_LPVfI1zA2KEIiQ We can walk through this together on a call.
Tasks
Option 1: Download customer data from Wagtail, but shipping details are hosted in Stripe
{ type: gift }
)Option 2: Download customer data from Wagtail AND shipping details are hosted in Wagtail
{ type: gift }
)