Retrieves a count of fulfillments associated with a specific order. Use when you need to determine how many fulfillments exist for an order, optionally filtered by creation or update dates.
order_idRequiredstringThe unique numeric identifier for the order whose fulfillments you want to count.
created_at_maxstringFilter to count fulfillments created before this date. Must be in ISO 8601 format (e.g., 2014-04-25T16:15:47-04:00).
created_at_minstringFilter to count fulfillments created after this date. Must be in ISO 8601 format (e.g., 2014-04-25T16:15:47-04:00).
updated_at_maxstringFilter to count fulfillments last updated before this date. Must be in ISO 8601 format.
updated_at_minstringFilter to count fulfillments last updated after this date. Must be in ISO 8601 format.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.