fulfillmentRules
Get a paginated, filtered list of fulfillment rules for the current company.
Filters
quickSearch: Case-insensitive partial match on the fulfillment rule name.includeArchived: Include archived fulfillment rules. Defaults to false.
Permissions Required
orders:read_fulfillment_profilespermission
fulfillmentRules(
after: String
before: String
filters: FulfillmentRuleFilterInput
first: Int
last: Int
): FulfillmentRuleConnection
Arguments
fulfillmentRules.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
fulfillmentRules.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
fulfillmentRules.filters ● FulfillmentRuleFilterInput input orders
Filtering options for fulfillment rules.
fulfillmentRules.first ● Int scalar common
Returns the first _n_ elements from the list.
fulfillmentRules.last ● Int scalar common
Returns the last _n_ elements from the list.
Type
FulfillmentRuleConnection object common
The connection type for FulfillmentRule.