Files
medusa-store/docs/api/admin/components/schemas/fulfillment_provider.yaml
2022-08-05 14:06:12 +02:00

16 lines
522 B
YAML

title: Fulfillment Provider
description: Represents a fulfillment provider plugin and holds its installation status.
x-resourceId: fulfillment_provider
properties:
id:
description: The id of the fulfillment provider as given by the plugin.
type: string
example: manual
is_installed:
description: >-
Whether the plugin is installed in the current version. Plugins that are
no longer installed are not deleted by will have this field set to
`false`.
type: boolean
example: true