chore(docs): Updated API Reference (v2) (#8609)
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:
committed by
GitHub
parent
4bd0917aed
commit
b23ddcdde8
@@ -0,0 +1,43 @@
|
||||
type: object
|
||||
description: The price preference's details.
|
||||
x-schemaName: AdminPricePreference
|
||||
required:
|
||||
- id
|
||||
- attribute
|
||||
- value
|
||||
- is_tax_inclusive
|
||||
- created_at
|
||||
- updated_at
|
||||
- deleted_at
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
title: id
|
||||
description: The price preference's ID.
|
||||
attribute:
|
||||
type: string
|
||||
title: attribute
|
||||
description: The price preference's attribute.
|
||||
value:
|
||||
type: string
|
||||
title: value
|
||||
description: The price preference's value.
|
||||
is_tax_inclusive:
|
||||
type: boolean
|
||||
title: is_tax_inclusive
|
||||
description: The price preference's is tax inclusive.
|
||||
created_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: created_at
|
||||
description: The price preference's created at.
|
||||
updated_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: updated_at
|
||||
description: The price preference's updated at.
|
||||
deleted_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: deleted_at
|
||||
description: The price preference's deleted at.
|
||||
Reference in New Issue
Block a user