shopifypartners / developer-tools

Shopify Developer Tools is a macOS app that connects to your Shopify store(s) and allows you to make authenticated calls to the Admin API, generate dummy data, and view and customize Polaris components.
261 stars 27 forks source link

More control over generated order data #18

Open nwtn opened 5 years ago

nwtn commented 5 years ago

Emailed feature request:

Hi Team,

Is there a way to change it so that all of the orders created by the data generator are not paid and fulfilled when they are created?

Thanks

jsaya01 commented 5 years ago

Hi guys,

Any update on this? This was previously available with the old version of the devtools before it was migrated over to the desktop app.

tylerball commented 5 years ago

Hi @jsaya01, we currently don't have plans to add this functionality to this tool specifically, but we've noted it and will keep it in mind for future developer tools.

jsaya01 commented 5 years ago

Okay, is there any way to get access to the previous version of the developer tools?

csciuto commented 5 years ago

In general, more flexibility would be great. My use case requires that I have 'accepts marketing' set to true. While I can apparently add the field via the UI, I can't find a way to set it in bulk. I ended up deleting all my customers and adding them back via a CSV import!

csciuto commented 5 years ago

Oh, and a related point: am I correct that if you create Contacts with "Accepts Marketing" set to True, that when you use the Tool to create Orders, the flag is un-set? I did realize that through the bulk tool, I can highlight the checkboxes for this field a page at a time and set them back to true, but still...