chore: generate API reference (#2410)
This commit is contained in:
@@ -160,6 +160,15 @@ properties:
|
||||
includes_tax:
|
||||
description: '[EXPERIMENTAL] Indicates if the line item unit_price include tax'
|
||||
type: boolean
|
||||
original_item_id:
|
||||
description: '[EXPERIMENTAL] The id of the original line item'
|
||||
type: string
|
||||
order_edit_id:
|
||||
description: '[EXPERIMENTAL] The ID of the order edit to which a cloned item belongs'
|
||||
type: string
|
||||
order_edit:
|
||||
description: '[EXPERIMENTAL] The order edit joined'
|
||||
type: object
|
||||
created_at:
|
||||
type: string
|
||||
description: The date with timezone at which the resource was created.
|
||||
|
||||
@@ -60,12 +60,24 @@ properties:
|
||||
type: string
|
||||
subtotal:
|
||||
type: integer
|
||||
description: The subtotal for line items computed from changes.
|
||||
description: The total of subtotal
|
||||
example: 8000
|
||||
discount_total:
|
||||
type: integer
|
||||
description: The total of discount
|
||||
example: 800
|
||||
shipping_total:
|
||||
type: integer
|
||||
description: The total of the shipping amount
|
||||
example: 800
|
||||
gift_card_total:
|
||||
type: integer
|
||||
description: The total of the gift card amount
|
||||
example: 800
|
||||
gift_card_tax_total:
|
||||
type: integer
|
||||
description: The total of the gift card tax amount
|
||||
example: 800
|
||||
tax_total:
|
||||
type: integer
|
||||
description: The total of tax
|
||||
|
||||
Reference in New Issue
Block a user