Version: 202506
Get fulfillment count
GET/openapi/2025-06/orders/:order_id/fulfillments/count
Retrieves the total number of fulfillments for a specific order.
Request
Path Parameters
order_id stringrequired
Order ID
Query Parameters
created_at_min string
Filter fulfillments created at or after this date. ISO-8601 format, for example, "2023-01-01T00:00:00Z"
created_at_max string
Filter fulfillments created at or before this date. ISO-8601 format, for example, "2023-01-01T00:00:00Z"
updated_at_min string
Filter fulfillments updated at or after this date. ISO-8601 format, for example, "2023-01-01T00:00:00Z"
updated_at_max string
Filter fulfillments updated at or before this date. ISO-8601 format, for example, "2023-01-01T00:00:00Z"
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
Total number of fulfillments matching the filters
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}