Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminFulfillmentProvider.yaml
T
2024-10-03 07:48:54 +00:00

16 lines
316 B
YAML

type: object
description: The fulfillment provider's details.
x-schemaName: AdminFulfillmentProvider
required:
- id
- is_enabled
properties:
id:
type: string
title: id
description: The provider's ID.
is_enabled:
type: boolean
title: is_enabled
description: The provider's is enabled.