Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
12 lines
234 B
YAML
12 lines
234 B
YAML
type: object
|
|
required:
|
|
- shipping_options
|
|
properties:
|
|
shipping_options:
|
|
type: array
|
|
description: >-
|
|
The IDs of the shipping options to remove their association with this tax
|
|
rate.
|
|
items:
|
|
type: string
|