v1

latestOpenAPI 3.1.02026-07-134488210.8 KB
Orders

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. Requires the orders_write scope.

post/stores/{storeId}/orders/{orderId}/fulfillments

Request body

fulfillmentIdstring

Unique identifier for the fulfillment. If not provided, will be auto-generated.

useDummyTrackingboolean

If true, creates a dummy tracker for testing without calling external tracking APIs. Useful for development and testing the fulfillment status update endpoint.

Response

Success

successtrue required