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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2023-08-07 16:54:48 +03:00
committed by GitHub
parent efdea04963
commit 658339767b
1138 changed files with 11740 additions and 7043 deletions

View File

@@ -12,7 +12,7 @@ properties:
description: See a list of codes.
email:
type: string
description: An email to be used on the Draft Order.
description: An email to be used in the Draft Order.
format: email
billing_address:
description: The Address to be used for billing purposes.
@@ -20,7 +20,7 @@ properties:
- $ref: ./AddressPayload.yaml
- type: string
shipping_address:
description: The Address to be used for shipping.
description: The Address to be used for shipping purposes.
anyOf:
- $ref: ./AddressPayload.yaml
- type: string
@@ -37,9 +37,9 @@ properties:
type: string
no_notification_order:
description: >-
An optional flag passed to the resulting order to determine use of
notifications.
An optional flag passed to the resulting order that indicates whether the
customer should receive notifications about order updates.
type: boolean
customer_id:
description: The ID of the Customer to associate the Draft Order with.
description: The ID of the customer this draft order is associated with.
type: string