Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/BaseFulfillmentProvider.yaml
T
2024-08-15 14:31:35 +00:00

16 lines
311 B
YAML

type: object
description: The shipping option's provider.
x-schemaName: BaseFulfillmentProvider
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.