Skip to content

Commit b874b60

Browse files
committed
docs(orders): DEVDOCS-6330 [REST Storefront] [Orders] Add missing values for "include" query param
1 parent 92f1115 commit b874b60

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

reference/orders.sf.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,22 @@ paths:
5555
type: string
5656
enum:
5757
- lineItems
58+
- lineItems.physicalItems
59+
- lineItems.physicalItems.socialMedia
60+
- lineItems.physicalItems.options
61+
- lineItems.physicalItems.categories
62+
- lineItems.digitalItems
63+
- lineItems.digitalItems.socialMedia
64+
- lineItems.digitalItems.options
65+
- lineItems.digitalItems.categories
66+
- lineItems.giftCertificates
5867
- billingAddress
5968
- coupons
6069
- currency
6170
- taxes
6271
- payments
6372
- consignments
73+
- fees
6474
responses:
6575
'200':
6676
description: ''

0 commit comments

Comments
 (0)