27 lines
677 B
YAML
27 lines
677 B
YAML
type: object
|
|
description: The list of fulfillment options in a region.
|
|
required:
|
|
- fulfillment_options
|
|
properties:
|
|
fulfillment_options:
|
|
type: array
|
|
description: Fulfillment providers details.
|
|
items:
|
|
type: object
|
|
required:
|
|
- provider_id
|
|
- options
|
|
properties:
|
|
provider_id:
|
|
description: ID of the fulfillment provider
|
|
type: string
|
|
options:
|
|
description: fulfillment provider options
|
|
type: array
|
|
items:
|
|
type: object
|
|
example:
|
|
- id: manual-fulfillment
|
|
- id: manual-fulfillment-return
|
|
is_return: true
|