docs: added entity reference (#2047)

* added entity reference

* chore: added github action

* added link to reference
This commit is contained in:
Shahed Nasser
2022-08-15 15:54:48 +03:00
committed by GitHub
parent 4a89961fd4
commit 4a416e7fa5
101 changed files with 12704 additions and 4 deletions
@@ -0,0 +1,61 @@
---
displayed_sidebar: entitiesSidebar
---
# Class: FulfillmentItem
## Constructors
### constructor
**new FulfillmentItem**()
## Properties
### fulfillment
**fulfillment**: [`Fulfillment`](Fulfillment.md)
#### Defined in
[models/fulfillment-item.ts:16](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/fulfillment-item.ts#L16)
___
### fulfillment\_id
**fulfillment\_id**: `string`
#### Defined in
[models/fulfillment-item.ts:9](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/fulfillment-item.ts#L9)
___
### item
**item**: [`LineItem`](LineItem.md)
#### Defined in
[models/fulfillment-item.ts:20](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/fulfillment-item.ts#L20)
___
### item\_id
**item\_id**: `string`
#### Defined in
[models/fulfillment-item.ts:12](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/fulfillment-item.ts#L12)
___
### quantity
**quantity**: `number`
#### Defined in
[models/fulfillment-item.ts:23](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/fulfillment-item.ts#L23)