https://shopify.com/admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/events.jsonhttps://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#index-2020-01
order_id
fulfillment_id
The ID of the fulfillment that's associated with the fulfillment event.
The ID of the order that's associated with the fulfillment event.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/events.json' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://shopify.com/admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/events.jsonhttps://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#index-2020-01
order_id
fulfillment_id
The ID of the fulfillment that's associated with the fulfillment event.
The ID of the order that's associated with the fulfillment event.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://shopify.com/admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/events.json' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}