Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminFulfillmentProviderOption.yaml
T

16 lines
352 B
YAML

type: object
description: The fulfillment option's details.
x-schemaName: AdminFulfillmentProviderOption
required:
- id
- is_return
properties:
id:
type: string
title: id
description: The fulfillment option's ID.
is_return:
type: boolean
title: is_return
description: Whether the fulfillment option is used for returns.