Back to Medusa

CreateFulfillmentItemDTO

www/apps/resources/references/fulfillment/interfaces/fulfillment.CreateFulfillmentItemDTO/page.mdx

2.14.21.4 KB
Original Source

import { TypeList } from "docs-ui"

CreateFulfillmentItemDTO

The fulfillment item to be created.

<TypeList types={[{"name":"fulfillment_id","type":"string","description":"The associated fulfillment's ID.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"string","description":"The title of the fulfillment item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sku","type":"string","description":"The SKU of the fulfillment item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"number","description":"The quantity of the fulfillment item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"string","description":"The barcode of the fulfillment item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"line_item_id","type":"null \| string","description":"The associated line item's ID.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"null \| string","description":"The associated inventory item's ID.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateFulfillmentItemDTO"/>