Releases: ScreenStaring/shopify-dev-tools
Releases · ScreenStaring/shopify-dev-tools
Release list
v0.0.12
- Add command to list orders fulfillments
- Add commands to list and show customers
- Add commands to list and delete customer segments
- Add support for setting fullfillments to delivered
- Add
graphqlcommand alias--versionfor--api-version - Add support for creating webhooks with ARN endpoints
- Add
--one/-1option to prevent duplicate webhook creation - Add filtering options to
webhook listcommand - Fix
orders lsdefault sort order (reverse chronological)
v0.0.11
- Add support for batch deleting metafields
- Add namespaces and metafields arguments to
webhookscommands - Add support for
--verbosetowebhookscommands - Change
products exporttoproducts export ids - Product import improvements
- Product import: don't default status to DRAFT
- GraphQL command: return an error if non-200 response
v0.0.10
- Add
metafield definitionscommand to list metafield definitions - Add
theme lscommand to list a shop's themes - Add
--api-versionargument toproductsandwebhookscommands - Add
products exportcommand to export product identifiers (replacesshopify_id_exportcommand) - Add
products deletecommand - Add support to
graphqlcommand to output extensions property - Fix version argument to
graphqlcommand - Use GraphQL for
shopcommand
v0.0.9
- Add
products bulkcommand for product importing use the Bulk API - Add
products importcommand for synchronous product importing - Add support for variables to the
graphqlcommand - Use GraphQL for the
shopcommand - Use GraphQL for the
products listcommand
v0.0.8
v0.0.7
v0.0.6
v0.0.5
- Add
orderslscommand to list orders - Add
chargescommand to list and create charges - Add command to enable Storefront API metafields
- Add more content types for theme uploads
- Add
SHOPIFY_PRODUCT_FIELDSenv variable for setting product fields - Fix metafields type display
v0.0.4
- Add
themecommand to copy files to a theme - Add
graphqlcommand to execute a GraphQL Admin API query - Add
productscommand to output a shop's prodcuts - Update go-shopify
- Always use latest stable version of GraphQL Admin API
- Support access token lookup command in other commands