-
Notifications
You must be signed in to change notification settings - Fork 43
docs(orders): DEVDOCS-6330 [REST Storefront] [Orders] Add missing values for "include" query param #881
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
base: main
Are you sure you want to change the base?
docs(orders): DEVDOCS-6330 [REST Storefront] [Orders] Add missing values for "include" query param #881
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -55,12 +55,22 @@ paths: | |||||||||||||||||||||||||||||||
type: string | ||||||||||||||||||||||||||||||||
enum: | ||||||||||||||||||||||||||||||||
- lineItems | ||||||||||||||||||||||||||||||||
- lineItems.physicalItems | ||||||||||||||||||||||||||||||||
- lineItems.physicalItems.socialMedia | ||||||||||||||||||||||||||||||||
- lineItems.physicalItems.options | ||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems like |
||||||||||||||||||||||||||||||||
- lineItems.physicalItems.categories | ||||||||||||||||||||||||||||||||
Comment on lines
+58
to
+61
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't include gift wrapping as that is always included by default. So adding the parameter wont have an effect There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probably out of scope of this PR: should we also update the schema for the "ItemPhysical.categories" : Lines 339 to 344 in b874b60
|
||||||||||||||||||||||||||||||||
- lineItems.digitalItems | ||||||||||||||||||||||||||||||||
- lineItems.digitalItems.socialMedia | ||||||||||||||||||||||||||||||||
- lineItems.digitalItems.options | ||||||||||||||||||||||||||||||||
- lineItems.digitalItems.categories | ||||||||||||||||||||||||||||||||
- lineItems.giftCertificates | ||||||||||||||||||||||||||||||||
- billingAddress | ||||||||||||||||||||||||||||||||
- coupons | ||||||||||||||||||||||||||||||||
- currency | ||||||||||||||||||||||||||||||||
- taxes | ||||||||||||||||||||||||||||||||
- payments | ||||||||||||||||||||||||||||||||
- consignments | ||||||||||||||||||||||||||||||||
- fees | ||||||||||||||||||||||||||||||||
responses: | ||||||||||||||||||||||||||||||||
'200': | ||||||||||||||||||||||||||||||||
description: '' | ||||||||||||||||||||||||||||||||
|
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.
socialMedia
attribute also not defined inItemPhysical