docs: added fulfillment conceptual guide (#3939)

* docs: added fulfillment conceptual guide

* removed soon badge
This commit is contained in:
Shahed Nasser
2023-04-27 10:55:26 +03:00
committed by GitHub
parent 528b07a1a4
commit 32993ad03d
6 changed files with 124 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ The Medusa backend also provides payment admin APIs that you can use to retrieve
## Fulfillments in Orders
After an order is placed, you can create fulfillments for the items in the order. You can fulfill all items or some items. A fulfillment is represented by the `Fulfillment` entity, and its associated with the order through the `order_id` attribute of the fulfillment.
After an order is placed, you can create [fulfillments](./fulfillments.md) for the items in the order. You can fulfill all items or some items. A fulfillment is represented by the `Fulfillment` entity, and its associated with the order through the `order_id` attribute of the fulfillment.
Creating fulfillments changes the `fulfillment_status` of the order. If all items were fulfilled, the status changes to `fulfilled`. If only some items are fulfilled, the status changes to `partially_fulfilled`.