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>
16 lines
314 B
YAML
16 lines
314 B
YAML
type: object
|
|
description: The details of a shipping option price's rule.
|
|
x-schemaName: AdminShippingOptionPriceRule
|
|
required:
|
|
- id
|
|
- value
|
|
properties:
|
|
id:
|
|
type: string
|
|
title: id
|
|
description: The price rule's ID.
|
|
value:
|
|
type: string
|
|
title: value
|
|
description: The price rule's value.
|