Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

FulfillmentProviderDTO

The fulfillment provider details.

Properties

idstringRequired
The ID of the fulfillment provider.
namestringRequired
The name of the fulfillment provider.
metadatanull | Record<string, unknown>Required
Holds custom data in key-value pairs.
shipping_optionsShippingOptionDTO[]Required
The shipping options associated with the fulfillment provider.
created_atDateRequired
The creation date of the fulfillment provider.
updated_atDateRequired
The update date of the fulfillment provider.
deleted_atnull | DateRequired
The deletion date of the fulfillment provider.
Was this section helpful?