chore(docs): Updated API Reference (automated) (#11719)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8a36bd4034
commit
6294a71296
@@ -5,6 +5,8 @@ required:
|
||||
- id
|
||||
- calculated_amount
|
||||
- original_amount
|
||||
- original_amount_with_tax
|
||||
- original_amount_without_tax
|
||||
- currency_code
|
||||
properties:
|
||||
id:
|
||||
@@ -59,3 +61,11 @@ properties:
|
||||
original_price:
|
||||
type: object
|
||||
description: The original price's details.
|
||||
original_amount_with_tax:
|
||||
type: number
|
||||
title: original_amount_with_tax
|
||||
description: The amount of the original price with taxes applied.
|
||||
original_amount_without_tax:
|
||||
type: number
|
||||
title: original_amount_without_tax
|
||||
description: The amount of the original price without taxes.
|
||||
|
||||
@@ -5,6 +5,7 @@ required:
|
||||
- id
|
||||
- order_id
|
||||
- order
|
||||
- amount
|
||||
- reference
|
||||
- reference_id
|
||||
- metadata
|
||||
@@ -44,3 +45,7 @@ properties:
|
||||
format: date-time
|
||||
title: updated_at
|
||||
description: The date the credit line was updated.
|
||||
amount:
|
||||
type: number
|
||||
title: amount
|
||||
description: The credit line's amount.
|
||||
|
||||
@@ -51,3 +51,7 @@ properties:
|
||||
format: date-time
|
||||
title: updated_at
|
||||
description: The date the item was updated.
|
||||
damaged_quantity:
|
||||
type: number
|
||||
title: damaged_quantity
|
||||
description: The item's damaged quantity.
|
||||
|
||||
@@ -5,6 +5,8 @@ required:
|
||||
- id
|
||||
- calculated_amount
|
||||
- original_amount
|
||||
- original_amount_with_tax
|
||||
- original_amount_without_tax
|
||||
- currency_code
|
||||
properties:
|
||||
id:
|
||||
@@ -120,3 +122,11 @@ properties:
|
||||
type: number
|
||||
title: max_quantity
|
||||
description: The maximum quantity required in the cart for the price to apply.
|
||||
original_amount_with_tax:
|
||||
type: number
|
||||
title: original_amount_with_tax
|
||||
description: The original amount with taxes applied.
|
||||
original_amount_without_tax:
|
||||
type: number
|
||||
title: original_amount_without_tax
|
||||
description: The original amount without taxes.
|
||||
|
||||
Reference in New Issue
Block a user