Skip to main content

@acromedia/gesso-shopify-middleware

6.0.1

Patch Changes

  • e8fa722: TS type fixes
  • Updated dependencies [e8fa722]
    • @acromedia/gesso-api-middleware@6.0.1

6.0.0

Major Changes

  • 609c5e9: No breaking changes to these packages, scheduled major release

    Gesso V6 Update

    • 14 Hook definitions removed (ie useX)
    • 8 Types removed across packages
    • 1 Plugin made to be required (update)
    • 20 Data mapping changes (mostly related to subtotal, total, discount, and totalItems being moved to adjustments in Cart)
    • 1 Plugin type change (ComponentFactoryPluginV2)
    • 3 Interface properties removed from core
    • 1 Environment variable removed from cli
    • 1 Command removed from cli
    • 2 Config flags removed from create-script
    • 5 Templates updated in next/client
    • 1 Generator added in next/client
    • 1 Theme Token Removed in design-system
    • 11 Components With Removed Props in design-system

Patch Changes

  • Updated dependencies [609c5e9]
    • @acromedia/gesso-api-middleware@6.0.0

0.1.2

Patch Changes

  • bbf5d9d: Add: Update graphql to use default address id in the customer graphql.

0.1.1

Patch Changes

  • 455031c: Update shopify middleware getOrders to return non-exception errors as well
  • eda72b5: Added a return response for the customer put method when shopify returns an error.

0.1.0

Minor Changes

  • 8f9c3c8: adds the Orders endpoint to handle accessToken functionality.
  • 517db02: Adds password reset functions to shopify plugin, Adds password reset flow to starter-kit
  • e10e52b: Implemented the ability to change defaut address in the backend rather than just hold the address in state on the frontEnd

0.0.3

Patch Changes

  • 34e0807: Added the Address endpoint to handle customer address functionality. The Customer endpoint was also adjusted to call the Shopify api to get customer data.
  • 352ef12: Update dependencies and clean up dependency tree
  • Updated dependencies [352ef12]
    • @acromedia/gesso-api-middleware@5.0.1

0.0.2

Patch Changes

  • Updated dependencies [bff9b4a]
    • @acromedia/gesso-api-middleware@5.0.0

0.0.1

Patch Changes

  • d8a41f2: Added customer middleware for shopify.