chore(docs): Updated API Reference (v2) (#9437)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
97c193be1b
commit
21badd069d
@@ -7,19 +7,18 @@ required:
|
||||
- return_requested_total
|
||||
- order_change
|
||||
- currency_code
|
||||
- version
|
||||
- id
|
||||
- created_at
|
||||
- updated_at
|
||||
- email
|
||||
- version
|
||||
- region_id
|
||||
- customer_id
|
||||
- sales_channel_id
|
||||
- email
|
||||
- payment_collections
|
||||
- payment_status
|
||||
- fulfillment_status
|
||||
- summary
|
||||
- metadata
|
||||
- created_at
|
||||
- updated_at
|
||||
- original_item_total
|
||||
- original_item_subtotal
|
||||
- original_item_tax_total
|
||||
@@ -48,7 +47,7 @@ properties:
|
||||
title: return_requested_total
|
||||
description: The total of the requested return.
|
||||
order_change:
|
||||
$ref: ./BaseOrderChange.yaml
|
||||
$ref: ./AdminOrderChange.yaml
|
||||
items:
|
||||
type: array
|
||||
description: The order's items.
|
||||
@@ -120,7 +119,7 @@ properties:
|
||||
title: variant_id
|
||||
description: The ID of the associated variant.
|
||||
product:
|
||||
$ref: ./BaseProduct.yaml
|
||||
$ref: ./AdminProduct.yaml
|
||||
product_id:
|
||||
type: string
|
||||
title: product_id
|
||||
@@ -181,8 +180,8 @@ properties:
|
||||
description: Whether the item's price includes taxes.
|
||||
compare_at_unit_price:
|
||||
type: number
|
||||
title: The original price of the item before a promotion or sale.
|
||||
description: The
|
||||
title: compare_at_unit_price
|
||||
description: The original price of the item before a promotion or sale.
|
||||
unit_price:
|
||||
type: number
|
||||
title: unit_price
|
||||
@@ -519,7 +518,7 @@ properties:
|
||||
type: array
|
||||
description: The order's fulfillments.
|
||||
items:
|
||||
$ref: ./BaseOrderFulfillment.yaml
|
||||
$ref: ./AdminOrderFulfillment.yaml
|
||||
fulfillment_status:
|
||||
type: string
|
||||
description: The order's fulfillment status.
|
||||
|
||||
Reference in New Issue
Block a user