reactioncommerce / kinetic

Kinetic introduces a suite of opinionated admin tools that internal teams can use to manage and run their stores on Open Commerce.
Apache License 2.0
7 stars 3 forks source link

As an operator I want to be able to filter on any custom fields that are available on the cart #164

Closed brent-hoover closed 1 year ago

brent-hoover commented 1 year ago

This is dependent on the introspection endpoint

As an operator I want the system to inspect the Cart schema and be able to filter by any attribute on my custom extended version of the cart.

Additionally I want to select a custom subset of fields that I want to filter on and store that setting in ShopSettings, so that the list of attributes is kept manageable.

brent-hoover commented 1 year ago

@vannguyenn The introspect endpoint PR has been merged so this work should be unblocked