Skip to content

Releases: ScreenStaring/shopify-dev-tools

v0.0.12

Choose a tag to compare

@sshaw sshaw released this 17 Jun 10:07
  • 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 graphql command alias --version for --api-version
  • Add support for creating webhooks with ARN endpoints
  • Add --one/-1 option to prevent duplicate webhook creation
  • Add filtering options to webhook list command
  • Fix orders ls default sort order (reverse chronological)

v0.0.11

Choose a tag to compare

@sshaw sshaw released this 25 Mar 19:36
  • Add support for batch deleting metafields
  • Add namespaces and metafields arguments to webhooks commands
  • Add support for --verbose to webhooks commands
  • Change products export to products 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

Choose a tag to compare

@sshaw sshaw released this 16 Mar 19:21
  • Add metafield definitions command to list metafield definitions
  • Add theme ls command to list a shop's themes
  • Add --api-version argument to products and webhooks commands
  • Add products export command to export product identifiers (replaces shopify_id_export command)
  • Add products delete command
  • Add support to graphql command to output extensions property
  • Fix version argument to graphql command
  • Use GraphQL for shop command

v0.0.9

Choose a tag to compare

@sshaw sshaw released this 13 Mar 17:45
  • Add products bulk command for product importing use the Bulk API
  • Add products import command for synchronous product importing
  • Add support for variables to the graphql command
  • Use GraphQL for the shop command
  • Use GraphQL for the products list command

v0.0.8

Choose a tag to compare

@sshaw sshaw released this 02 Mar 21:30
  • Use GraphQL for all webhooks commands. This changes how the ls command displays the webhook topic
  • Add command to update webhooks
  • Fix sdt exit status on failure
  • Fix webhook create's -f option

v0.0.7

Choose a tag to compare

@sshaw sshaw released this 22 Feb 23:47
  • Add command to delete metafields
  • Fix orders ls command issues and move from REST to GraphQL API

v0.0.6

Choose a tag to compare

@sshaw sshaw released this 25 Aug 13:41
  • Add GraphQL command option to specify an API version
  • Add orders command option to specify a status
  • Support full Shopify domain as argument to GraphQL client
  • Fix order listing bug

v0.0.5

Choose a tag to compare

@sshaw sshaw released this 10 Oct 03:20
  • Add orders ls command to list orders
  • Add charges command to list and create charges
  • Add command to enable Storefront API metafields
  • Add more content types for theme uploads
  • Add SHOPIFY_PRODUCT_FIELDS env variable for setting product fields
  • Fix metafields type display

v0.0.4

Choose a tag to compare

@sshaw sshaw released this 16 May 05:10
  • Add theme command to copy files to a theme
  • Add graphql command to execute a GraphQL Admin API query
  • Add products command 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

v0.0.3

Choose a tag to compare

@sshaw sshaw released this 02 Apr 02:46
Add support for deleting script tags