chore(docs): Generated API Reference (v2) (#8155)

Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-07-17 08:34:42 +01:00
committed by GitHub
parent 238582ee67
commit 1d40b3cc98
324 changed files with 6606 additions and 2772 deletions
@@ -0,0 +1,21 @@
/**
* @schema AdminCreatePricePreference
* type: object
* description: SUMMARY
* x-schemaName: AdminCreatePricePreference
* properties:
* 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.
*
*/