Files
medusa-store/www/apps/resources/references/modules/fulfillment_models/page.mdx
github-actions[bot] d5ee0070b4 chore(docs): Generated References (automated) (#10276)
Generated the following references:
- `api_key`
- `auth`
- `cart`
- `core_flows`
- `currency`
- `customer`
- `dml`
- `fulfillment`
- `helper_steps`
- `inventory_next`
- `js_sdk`
- `medusa`
- `medusa_config`
- `modules`
- `modules_sdk`
- `order`
- `payment`
- `payment_provider`
- `pricing`
- `product`
- `product_models`
- `promotion`
- `region`
- `sales_channel`
- `search`
- `stock_location_next`
- `store`
- `tax`
- `tax_provider`
- `types`
- `user`
- `utils`
- `workflows`

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-11-26 09:24:41 +00:00

45 lines
2.0 KiB
Plaintext

---
displayed_sidebar: fulfillmentModelReference
slug: /references/fulfillment/models
---
import { TypeList } from "docs-ui"
# Fulfillment Module Data Models Reference
This documentation provides a reference to the data models in the Fulfillment Module
## Relations Overview
```mermaid
erDiagram
Fulfillment }|--|{ ShippingOption : shipping_option
Fulfillment }|--|{ FulfillmentProvider : provider
Fulfillment ||--|| FulfillmentAddress : delivery_address
Fulfillment ||--|| FulfillmentItem : items
Fulfillment ||--|| FulfillmentLabel : labels
FulfillmentSet ||--|| ServiceZone : service_zones
GeoZone }|--|{ ServiceZone : service_zone
ServiceZone ||--|| ShippingOption : shipping_options
ShippingOption }|--|{ ShippingProfile : shipping_profile
ShippingOption }|--|{ FulfillmentProvider : provider
ShippingOption ||--|| ShippingOptionType : type
ShippingOption ||--|| ShippingOptionRule : rules
```
## Classes
- [Fulfillment](../../fulfillment_models/classes/fulfillment_models.Fulfillment/page.mdx)
- [FulfillmentAddress](../../fulfillment_models/classes/fulfillment_models.FulfillmentAddress/page.mdx)
- [FulfillmentItem](../../fulfillment_models/classes/fulfillment_models.FulfillmentItem/page.mdx)
- [FulfillmentLabel](../../fulfillment_models/classes/fulfillment_models.FulfillmentLabel/page.mdx)
- [FulfillmentProvider](../../fulfillment_models/classes/fulfillment_models.FulfillmentProvider/page.mdx)
- [FulfillmentSet](../../fulfillment_models/classes/fulfillment_models.FulfillmentSet/page.mdx)
- [GeoZone](../../fulfillment_models/classes/fulfillment_models.GeoZone/page.mdx)
- [ServiceZone](../../fulfillment_models/classes/fulfillment_models.ServiceZone/page.mdx)
- [ShippingOption](../../fulfillment_models/classes/fulfillment_models.ShippingOption/page.mdx)
- [ShippingOptionRule](../../fulfillment_models/classes/fulfillment_models.ShippingOptionRule/page.mdx)
- [ShippingOptionType](../../fulfillment_models/classes/fulfillment_models.ShippingOptionType/page.mdx)
- [ShippingProfile](../../fulfillment_models/classes/fulfillment_models.ShippingProfile/page.mdx)