chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
olivermrbl
Shahed Nasser
parent
efdea04963
commit
658339767b
@@ -1,6 +1,6 @@
|
||||
title: Price List
|
||||
description: >-
|
||||
Price Lists represents a set of prices that overrides the default price for
|
||||
A Price List represents a set of prices that override the default price for
|
||||
one or more product variants.
|
||||
type: object
|
||||
required:
|
||||
@@ -52,22 +52,21 @@ properties:
|
||||
type: string
|
||||
format: date-time
|
||||
customer_groups:
|
||||
description: >-
|
||||
The Customer Groups that the Price List applies to. Available if the
|
||||
relation `customer_groups` is expanded.
|
||||
description: The details of the customer groups that the Price List can apply to.
|
||||
type: array
|
||||
x-expandable: customer_groups
|
||||
items:
|
||||
$ref: ./CustomerGroup.yaml
|
||||
prices:
|
||||
description: >-
|
||||
The Money Amounts that are associated with the Price List. Available if
|
||||
the relation `prices` is expanded.
|
||||
description: The prices that belong to the price list, represented as a Money Amount.
|
||||
type: array
|
||||
x-expandable: prices
|
||||
items:
|
||||
$ref: ./MoneyAmount.yaml
|
||||
includes_tax:
|
||||
description: '[EXPERIMENTAL] Does the price list prices include tax'
|
||||
description: Whether the price list prices include tax
|
||||
type: boolean
|
||||
x-featureFlag: tax_inclusive_pricing
|
||||
default: false
|
||||
created_at:
|
||||
description: The date with timezone at which the resource was created.
|
||||
|
||||
Reference in New Issue
Block a user