-
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?
Conversation
…ues for "include" query param
- lineItems.physicalItems | ||
- lineItems.physicalItems.socialMedia | ||
- lineItems.physicalItems.options | ||
- lineItems.physicalItems.categories |
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.
- lineItems.physicalItems | |
- lineItems.physicalItems.socialMedia | |
- lineItems.physicalItems.options | |
- lineItems.physicalItems.categories | |
- lineItems.physicalItems | |
- lineItems.physicalItems.giftWrapping | |
- lineItems.physicalItems.socialMedia | |
- lineItems.physicalItems.options | |
- lineItems.physicalItems.categories |
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 didn't include gift wrapping as that is always included by default. So adding the parameter wont have an effect
- lineItems.physicalItems | ||
- lineItems.physicalItems.socialMedia | ||
- lineItems.physicalItems.options | ||
- lineItems.physicalItems.categories |
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.
probably out of scope of this PR: should we also update the schema for the "ItemPhysical.categories" :
Lines 339 to 344 in b874b60
categories: | |
type: array | |
description: Categories the item belongs to. | |
items: | |
type: object | |
properties: {} |
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like options
attribute is not definied in the ItemPhysical
🤔
@@ -55,12 +55,22 @@ paths: | |||
type: string | |||
enum: | |||
- lineItems | |||
- lineItems.physicalItems | |||
- lineItems.physicalItems.socialMedia |
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 in ItemPhysical
Ah I see we are still missing in the response body. Ill add those in as well. |
…
DEVDOCS-6330
What changed?
Release notes draft
Anything else?
ping @bigcommerce/team-orders