chore: update API reference for 2.10.2 (#13499)
This commit is contained in:
@@ -24,6 +24,7 @@ required:
|
||||
- item_total
|
||||
- item_subtotal
|
||||
- item_tax_total
|
||||
- item_discount_total
|
||||
- original_total
|
||||
- original_subtotal
|
||||
- original_tax_total
|
||||
@@ -37,6 +38,7 @@ required:
|
||||
- shipping_total
|
||||
- shipping_subtotal
|
||||
- shipping_tax_total
|
||||
- shipping_discount_total
|
||||
- original_shipping_total
|
||||
- original_shipping_subtotal
|
||||
- original_shipping_tax_total
|
||||
@@ -262,3 +264,11 @@ properties:
|
||||
type: number
|
||||
title: credit_line_total
|
||||
description: The draft order's credit line total.
|
||||
item_discount_total:
|
||||
type: number
|
||||
title: item_discount_total
|
||||
description: The total discount amount applied on the draft order's items.
|
||||
shipping_discount_total:
|
||||
type: number
|
||||
title: shipping_discount_total
|
||||
description: The total discount amount applied on the draft order's shipping.
|
||||
|
||||
@@ -24,6 +24,7 @@ required:
|
||||
- item_total
|
||||
- item_subtotal
|
||||
- item_tax_total
|
||||
- item_discount_total
|
||||
- original_total
|
||||
- original_subtotal
|
||||
- original_tax_total
|
||||
@@ -37,6 +38,7 @@ required:
|
||||
- shipping_total
|
||||
- shipping_subtotal
|
||||
- shipping_tax_total
|
||||
- shipping_discount_total
|
||||
- original_shipping_total
|
||||
- original_shipping_subtotal
|
||||
- original_shipping_tax_total
|
||||
@@ -667,3 +669,11 @@ properties:
|
||||
type: number
|
||||
title: credit_line_total
|
||||
description: The draft order preview's credit line total.
|
||||
item_discount_total:
|
||||
type: number
|
||||
title: item_discount_total
|
||||
description: The total discount amount applied on the draft order's items.
|
||||
shipping_discount_total:
|
||||
type: number
|
||||
title: shipping_discount_total
|
||||
description: The total discount amount applied on the draft order's shipping.
|
||||
|
||||
@@ -24,6 +24,7 @@ required:
|
||||
- item_total
|
||||
- item_subtotal
|
||||
- item_tax_total
|
||||
- item_discount_total
|
||||
- original_total
|
||||
- original_subtotal
|
||||
- original_tax_total
|
||||
@@ -37,6 +38,7 @@ required:
|
||||
- shipping_total
|
||||
- shipping_subtotal
|
||||
- shipping_tax_total
|
||||
- shipping_discount_total
|
||||
- original_shipping_total
|
||||
- original_shipping_subtotal
|
||||
- original_shipping_tax_total
|
||||
@@ -255,3 +257,11 @@ properties:
|
||||
type: number
|
||||
title: credit_line_total
|
||||
description: The order's credit line total.
|
||||
item_discount_total:
|
||||
type: number
|
||||
title: item_discount_total
|
||||
description: The total discount amount applied on the order's items.
|
||||
shipping_discount_total:
|
||||
type: number
|
||||
title: shipping_discount_total
|
||||
description: The total discount amount applied on the order's shipping.
|
||||
|
||||
@@ -12,6 +12,7 @@ required:
|
||||
- return_id
|
||||
- exchange_id
|
||||
- claim_id
|
||||
- ordering
|
||||
- order_change_id
|
||||
- reference
|
||||
- reference_id
|
||||
@@ -98,3 +99,7 @@ properties:
|
||||
format: date-time
|
||||
title: updated_at
|
||||
description: The date the action was updated.
|
||||
ordering:
|
||||
type: number
|
||||
title: ordering
|
||||
description: The action's order in the sequence of actions.
|
||||
|
||||
@@ -26,6 +26,7 @@ required:
|
||||
- item_total
|
||||
- item_subtotal
|
||||
- item_tax_total
|
||||
- item_discount_total
|
||||
- original_total
|
||||
- original_subtotal
|
||||
- original_tax_total
|
||||
@@ -39,6 +40,7 @@ required:
|
||||
- shipping_total
|
||||
- shipping_subtotal
|
||||
- shipping_tax_total
|
||||
- shipping_discount_total
|
||||
- original_shipping_total
|
||||
- original_shipping_subtotal
|
||||
- original_shipping_tax_total
|
||||
@@ -669,3 +671,11 @@ properties:
|
||||
type: number
|
||||
title: credit_line_total
|
||||
description: The order preview's credit line total.
|
||||
item_discount_total:
|
||||
type: number
|
||||
title: item_discount_total
|
||||
description: The total discount amount applied on the order's items.
|
||||
shipping_discount_total:
|
||||
type: number
|
||||
title: shipping_discount_total
|
||||
description: The total discount amount applied on the order's shipping.
|
||||
|
||||
@@ -123,6 +123,16 @@ properties:
|
||||
The maximum time in seconds to wait for this step to complete.
|
||||
If the step exceeds this time, the step's state is changed to
|
||||
`timeout`, but the step continues executing.
|
||||
autoRetry:
|
||||
type: boolean
|
||||
title: autoRetry
|
||||
description: Whether the step should be automatically retried if it fails.
|
||||
maxAwaitingRetries:
|
||||
type: number
|
||||
title: maxAwaitingRetries
|
||||
description: >-
|
||||
The maximum number of times to retry the step while it's in the
|
||||
`waiting_response` state.
|
||||
compensate:
|
||||
type: object
|
||||
description: The state of the step's compensation function.
|
||||
|
||||
@@ -23,6 +23,7 @@ required:
|
||||
- item_total
|
||||
- item_subtotal
|
||||
- item_tax_total
|
||||
- item_discount_total
|
||||
- original_total
|
||||
- original_subtotal
|
||||
- original_tax_total
|
||||
@@ -36,6 +37,7 @@ required:
|
||||
- shipping_total
|
||||
- shipping_subtotal
|
||||
- shipping_tax_total
|
||||
- shipping_discount_total
|
||||
- original_shipping_total
|
||||
- original_shipping_subtotal
|
||||
- original_shipping_tax_total
|
||||
@@ -243,3 +245,11 @@ properties:
|
||||
type: number
|
||||
title: credit_line_total
|
||||
description: The order's credit line total.
|
||||
item_discount_total:
|
||||
type: number
|
||||
title: item_discount_total
|
||||
description: The total discount amount applied on the order's items.
|
||||
shipping_discount_total:
|
||||
type: number
|
||||
title: shipping_discount_total
|
||||
description: The total discount amount applied on the order's shipping.
|
||||
|
||||
@@ -15,6 +15,7 @@ required:
|
||||
- item_total
|
||||
- item_subtotal
|
||||
- item_tax_total
|
||||
- item_discount_total
|
||||
- original_total
|
||||
- original_subtotal
|
||||
- original_tax_total
|
||||
@@ -30,6 +31,7 @@ required:
|
||||
- shipping_total
|
||||
- shipping_subtotal
|
||||
- shipping_tax_total
|
||||
- shipping_discount_total
|
||||
- original_shipping_total
|
||||
- original_shipping_subtotal
|
||||
- original_shipping_tax_total
|
||||
@@ -311,3 +313,11 @@ properties:
|
||||
type: number
|
||||
title: credit_line_total
|
||||
description: The order's credit line total.
|
||||
item_discount_total:
|
||||
type: number
|
||||
title: item_discount_total
|
||||
description: The total discount amount applied on the order's items.
|
||||
shipping_discount_total:
|
||||
type: number
|
||||
title: shipping_discount_total
|
||||
description: The total discount amount applied on the order's shipping.
|
||||
|
||||
@@ -22,6 +22,7 @@ required:
|
||||
- item_total
|
||||
- item_subtotal
|
||||
- item_tax_total
|
||||
- item_discount_total
|
||||
- original_total
|
||||
- original_subtotal
|
||||
- original_tax_total
|
||||
@@ -35,6 +36,7 @@ required:
|
||||
- shipping_total
|
||||
- shipping_subtotal
|
||||
- shipping_tax_total
|
||||
- shipping_discount_total
|
||||
- original_shipping_total
|
||||
- original_shipping_subtotal
|
||||
- original_shipping_tax_total
|
||||
@@ -241,3 +243,11 @@ properties:
|
||||
type: number
|
||||
title: credit_line_total
|
||||
description: The order's credit line total.
|
||||
item_discount_total:
|
||||
type: number
|
||||
title: item_discount_total
|
||||
description: The total discount amount applied on the order's items.
|
||||
shipping_discount_total:
|
||||
type: number
|
||||
title: shipping_discount_total
|
||||
description: The total discount amount applied on the order's shipping.
|
||||
|
||||
Reference in New Issue
Block a user