Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add list of checkouts #4279

Open
witoszekdev opened this issue Oct 2, 2023 · 0 comments
Open

[Feature]: Add list of checkouts #4279

witoszekdev opened this issue Oct 2, 2023 · 0 comments

Comments

@witoszekdev
Copy link
Member

witoszekdev commented Oct 2, 2023

Our customer should be able to see the list of unfinished checkouts and be able to filter out checkouts that have a payment status attached, but weren't completed by users for some reason.

Example use case:
Our customer has an issue in their storefront that causes some checkouts to be uncompleted (ie. not turned into an order) but their flow requires to firstly pay for the checkout and create an order later. In such case the payments are not automatically refunded and need to be done manually by the staff members - either create the order from the checkout or refund the Transaction

Example query:

query {
  checkouts(filter: {chargeStatus: [PARTIAL, FULL, OVERCHARGED]}) {
    # ...
  }
}
@witoszekdev witoszekdev changed the title Add list of checkouts [FEATURE]: Add list of checkouts Oct 3, 2023
@andrzejewsky andrzejewsky changed the title [FEATURE]: Add list of checkouts [Feature]: Add list of checkouts Oct 5, 2023
@andrzejewsky andrzejewsky removed their assignment Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants