Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add enumerated list to Get Order query parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-tgomez committed Oct 18, 2023
1 parent e0e42c0 commit c8ba4b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reference/orders.sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ paths:
description: Sub-resources to include in an Order, in a comma-separated list. The ID and the specified fields will be returned.
schema:
type: string
enum:
- lineItems
- billingAddress
- coupons
- currency
- taxes
- payments
- consignments
responses:
'200':
description: ''
Expand Down

0 comments on commit c8ba4b5

Please sign in to comment.