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

Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-10-11 16:11:11 +03:00
committed by GitHub
parent c4c83c9717
commit 10b9b0dc49
21 changed files with 2818 additions and 2166 deletions

View File

@@ -31,10 +31,10 @@ post:
format: email
billing_address:
description: The Address to be used for billing purposes.
$ref: ../components/schemas/address.yaml
$ref: ../components/schemas/address_fields.yaml
shipping_address:
description: The Address to be used for shipping.
$ref: ../components/schemas/address.yaml
$ref: ../components/schemas/address_fields.yaml
discounts:
description: An array of Discount codes to add to the Draft Order.
type: array

View File

@@ -25,10 +25,10 @@ post:
format: email
billing_address:
description: The Address to be used for billing purposes.
$ref: ../components/schemas/address.yaml
$ref: ../components/schemas/address_fields.yaml
shipping_address:
description: The Address to be used for shipping.
$ref: ../components/schemas/address.yaml
$ref: ../components/schemas/address_fields.yaml
items:
description: The Line Items that have been received.
type: array

View File

@@ -68,11 +68,11 @@ post:
billing_address:
description: Billing address
anyOf:
- $ref: ../components/schemas/address.yaml
- $ref: ../components/schemas/address_fields.yaml
shipping_address:
description: Shipping address
anyOf:
- $ref: ../components/schemas/address.yaml
- $ref: ../components/schemas/address_fields.yaml
items:
description: The Line Items for the order
type: array