chore(docs): Updated API Reference (v2) (#9174)
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>
This commit is contained in:
committed by
GitHub
parent
a227d73e4f
commit
1c4d3f32cb
@@ -18,26 +18,28 @@ properties:
|
||||
type: string
|
||||
title: attribute
|
||||
description: The price preference's attribute.
|
||||
example: region_id
|
||||
value:
|
||||
type: string
|
||||
title: value
|
||||
description: The price preference's value.
|
||||
example: reg_123
|
||||
is_tax_inclusive:
|
||||
type: boolean
|
||||
title: is_tax_inclusive
|
||||
description: The price preference's is tax inclusive.
|
||||
description: Whether prices matching this preference include taxes.
|
||||
created_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: created_at
|
||||
description: The price preference's created at.
|
||||
description: The date the price preference was created.
|
||||
updated_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: updated_at
|
||||
description: The price preference's updated at.
|
||||
description: The date the price preference was updated.
|
||||
deleted_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: deleted_at
|
||||
description: The price preference's deleted at.
|
||||
description: The date the price preference was deleted.
|
||||
|
||||
Reference in New Issue
Block a user