chore(docs): Generated API Reference (#3211)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9997485c55
commit
14b2de94e2
@@ -9,6 +9,16 @@ get:
|
||||
description: The display id given to the Order.
|
||||
schema:
|
||||
type: number
|
||||
- in: query
|
||||
name: fields
|
||||
description: (Comma separated) Which fields should be included in the result.
|
||||
schema:
|
||||
type: string
|
||||
- in: query
|
||||
name: expand
|
||||
description: (Comma separated) Which fields should be expanded in the result.
|
||||
schema:
|
||||
type: string
|
||||
- in: query
|
||||
name: email
|
||||
style: form
|
||||
@@ -29,15 +39,18 @@ get:
|
||||
postal_code:
|
||||
type: string
|
||||
description: The postal code of the shipping address
|
||||
x-codegen:
|
||||
method: lookupOrder
|
||||
queryParams: StoreGetOrdersParams
|
||||
x-codeSamples:
|
||||
- lang: JavaScript
|
||||
label: JS Client
|
||||
source:
|
||||
$ref: ../code_samples/JavaScript/orders/getundefined
|
||||
$ref: ../code_samples/JavaScript/orders/get.js
|
||||
- lang: Shell
|
||||
label: cURL
|
||||
source:
|
||||
$ref: ../code_samples/Shell/orders/getundefined
|
||||
$ref: ../code_samples/Shell/orders/get.sh
|
||||
tags:
|
||||
- Order
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user