Skip to main content
Version: 202607

Get fulfillment count

GET 

/openapi/2026-07/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

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    countint32

    Total number of fulfillments matching the filters