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.
id
string | string[] | OperatorMap<string | string[]>The IDs to filter the fulfillments by.
location_id
string | string[] | OperatorMap<string | string[]>Filter the fulfillments by the ID of their associated location.
packed_at
Date | OperatorMap<string | string[]>Filter the fulfillments by their packing date.
shipped_at
Date | OperatorMap<string | string[]>Filter the fulfillments by their shipping date.
delivered_at
Date | OperatorMap<string | string[]>Filter the fulfillments by their delivery date.
canceled_at
Date | OperatorMap<string | string[]>Filter the fulfillments by their cancelation date.
provider_id
string | string[] | OperatorMap<string | string[]>Filter the fulfillments by the ID of their associated fulfillment provider.
shipping_option_id
null | stringFilter the fulfillments by the ID of their associated shipping option.
created_at
Date | OperatorMap<string | string[]>Filter the fulfillments by their creation date.
updated_at
Date | OperatorMap<string | string[]>Filter the fulfillments by their update date.
Was this section helpful?