Skip to main content

Get Order Fulfillment Count

GET 

/commerce/orders/:orderId/fulfillments/count

Get the total number of order fulfillments that meet the specified criteria.

Request

Path Parameters

    orderId stringrequired

    The order ID of the fulfillment

Query Parameters

    credentialId stringrequired

    The ID of the credential.

    carrier string

    A string used to retrieve order fulfillments with a specific carrier.

    carrierContains string

    A string used to retrieve order fulfillments with a carrier containing a specific value.

    carrierNotEquals string

    A string that should not match the carrier of order fulfillments to be retrieved.

    service string

    The type of service used for shipping.

    serviceContains string

    The type of service used for shipping.

    serviceNotEquals string

    The type of service used for shipping.

    remoteCreatedAtMin date

    Filter objects created in the third-party application after a specified date.

    remoteCreatedAtMax date

    Filter objects created in the third-party application before a specified date.

    remoteUpdatedAtMin date

    Filter objects last updated in the third-party application after a specified date.

    remoteUpdatedAtMax date

    Filter objects last updated in the third-party application before a specified date.

    createdAtMin date

    Filter objects created after a specified date.

    createdAtMax date

    Filter objects created before a specified date.

    updatedAtMin date

    Filter objects last updated after a specified date.

    updatedAtMax date

    Filter objects last updated before a specified date.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    count integer

    Default value: 0

Loading...