Create order fulfillment (Falabella)

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

ScenarioBehavior
items providedOnly the specified OrderItemIds are confirmed. Each id is validated against the order.
items omittedAll items of the order are confirmed.

Errors

StatusReason
400fulfillmentOrderId not provided.
400One or more items.id do not belong to the order.
400Order has items with ShippingType other than Dropshipping.
404No items found for the given orderId.
Path Params
string
required

The order ID.

Body Params
fulfillment
object
required
Responses

400

fulfillmentOrderId missing, items not in order, or ShippingType is not Dropshipping.

404

No OrderItems found for this order.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json