Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminGetRegionsRegionFulfillmentOptionsRes.yaml
2023-11-10 14:27:17 +02:00

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