chore(docs): Generated API Reference (#3308)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-02-22 14:45:23 +02:00
committed by GitHub
parent 3f5b7fbe7e
commit e3305188bd
31 changed files with 9056 additions and 8251 deletions

View File

@@ -11,6 +11,16 @@ post:
description: The ID of the Order.
schema:
type: string
- in: query
name: expand
description: Comma separated list of relations to include in the result.
schema:
type: string
- in: query
name: fields
description: Comma separated list of fields to include in the result.
schema:
type: string
requestBody:
content:
application/json:
@@ -19,6 +29,7 @@ post:
x-authenticated: true
x-codegen:
method: addShippingMethod
params: AdminPostOrdersOrderShippingMethodsParams
x-codeSamples:
- lang: JavaScript
label: JS Client