Create Fulfillment
Create a fulfillment for specific line items within an order, including tracking information. The orderId parameter can be either the external order ID you provided when creating the order, or the internal Redo order ID returned from the create order response.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Store ID
"64e5a8a1af49a89df37e4ee7"
Order ID. Can be either the external order ID provided when creating the order, or the internal Redo order ID.
Body
Request body for creating a fulfillment.
List of line items to fulfill.
1Unique identifier for the fulfillment. If not provided, will be auto-generated.
Optional tracking information for the shipment.
If true, creates a dummy tracker for testing without calling external tracking APIs. Useful for development and testing the fulfillment status update endpoint.
Initial tracking information for the dummy tracker. Only used when useDummyTracking is true. If not specified, defaults to status "pre_transit".