-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Seller Quotes] feat: endpoint to save a seller quote #62
base: master
Are you sure you want to change the base?
Conversation
…tex/b2b-quotes-graphql into feat/splitting-quote-by-seller
…er only parent quotes
…x/b2b-quotes-graphql into feat/notify-seller-quote
…tex/b2b-quotes-graphql into feat/notify-seller-quote
…quotes-graphql into feat/notify-seller-quote
…quotes-graphql into feat/get-seller-quote
Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖 Please select which version do you want to release:
And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.
|
Beep boop 🤖 I noticed you didn't make any changes at the
In order to keep track, I'll create an issue if you decide now is not a good time
|
…tex/b2b-quotes-graphql into feat/save-seller-quote
…tex/b2b-quotes-graphql into feat/save-seller-quote
…tex/b2b-quotes-graphql into feat/save-seller-quote
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are creating a new method to save seller quotes and we are going to keep it this way for now. But since seller quotes have the same structure and entity as regular quotes, we should change it in the future to use the updateQuote method avoiding code duplication.
Quality Gate failedFailed conditions |
…tex/b2b-quotes-graphql into feat/save-seller-quote
What problem is this solving?
Provides a route
/b2b-quotes-graphql/_v/0/save-seller-quote/:seller/:id
for seller save a quote at marketplace.How to test it?
b2b_seller_quote
entity of b2b-seller-quotes app to view your quotessaveSellerQuote
implemented at branch feat/save-seller-quotes of b2b-seller-quotes with the id retrieved at search documents, some note, and a empty array for items (just for test).Workspace