10 lines
203 B
YAML
10 lines
203 B
YAML
type: object
|
|
required:
|
|
- shipping_options
|
|
properties:
|
|
shipping_options:
|
|
type: array
|
|
description: The IDs of the shipping options to associate with this tax rate
|
|
items:
|
|
type: string
|