-
Notifications
You must be signed in to change notification settings - Fork 25
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
Relate quote to orders #1866
base: main
Are you sure you want to change the base?
Relate quote to orders #1866
Conversation
Co-authored-by: Arif Kurkchi <11618962+justnero@users.noreply.github.com>
Another idea is to add |
…ions into use-order-for-quotes
719d314
_embedded: | ||
type: object | ||
description: Embedded objects that are requested by the `expand` query parameter. | ||
readOnly: true | ||
properties: | ||
product: | ||
type: object |
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.
Why is this here? There is not even a _links
.
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.
I think initially it was taken from SubscriptionOrOneTimeSaleItem.yaml
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.
Removed embedded.
required: | ||
- plan | ||
properties: | ||
quoteItemId: |
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.
Shouldn't id
relate to quote item, and orderItemId
relate to order item instead?
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.
The idea is to eventually replace QuoteOrderItem with OrderSubscription.yaml and OrderOneTimeSaleItem.yaml. But yeah, not 100% sure here, it was id
for quote item initially.
Co-authored-by: Tornike Nanobashvili <tnanobashvili92@gmail.com>
openapi/components/schemas/StorefrontQuoteTrialConversionOrder.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Tornike Nanobashvili <tnanobashvili92@gmail.com>
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.
Looks good on the docs side
Summary
Replace subscriptionId with orderId where orderId relates to Orders. Move order related changes to
orderChanges
property.Preview
Checklist