post
https://api.ecartapi.com/api/v2/orders//fulfillments
Confirms shipment via SetStatusToReadyToShip. All order items must have ShippingType = Dropshipping. If items are omitted, all order items are confirmed.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Create order fulfillment
Confirms an order shipment by calling Falabella's SetStatusToReadyToShip endpoint.
Requirements
- All items in the order must have
ShippingType = Dropshipping. fulfillmentOrderId(PackageId) is required and must match the package assigned to the order.
Items behavior
| Scenario | Behavior |
|---|---|
items provided | Only the specified OrderItemIds are confirmed. Each id is validated against the order. |
items omitted | All items of the order are confirmed. |
Errors
| Status | Reason |
|---|---|
400 | fulfillmentOrderId not provided. |
400 | One or more items.id do not belong to the order. |
400 | Order has items with ShippingType other than Dropshipping. |
404 | No items found for the given orderId. |
400fulfillmentOrderId missing, items not in order, or ShippingType is not Dropshipping.
404No OrderItems found for this order.