Skip to main content
Skip to main content

FilterableFulfillmentProps

The filters to apply on the retrieved fulfillments.

An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
idstring | string[] | OperatorMap<string | string[]>
The IDs to filter the fulfillments by.
location_idstring | string[] | OperatorMap<string | string[]>
Filter the fulfillments by the ID of their associated location.
packed_atDate | OperatorMap<string | string[]>
Filter the fulfillments by their packing date.
shipped_atDate | OperatorMap<string | string[]>
Filter the fulfillments by their shipping date.
delivered_atDate | OperatorMap<string | string[]>
Filter the fulfillments by their delivery date.
canceled_atDate | OperatorMap<string | string[]>
Filter the fulfillments by their cancelation date.
provider_idstring | string[] | OperatorMap<string | string[]>
Filter the fulfillments by the ID of their associated fulfillment provider.
shipping_option_idnull | string
Filter the fulfillments by the ID of their associated shipping option.
created_atDate | OperatorMap<string | string[]>
Filter the fulfillments by their creation date.
updated_atDate | OperatorMap<string | string[]>
Filter the fulfillments by their update date.
Was this section helpful?