Skip to main content

fulfillmentProfiles

Get a paginated, filtered list of fulfillment profiles for the current company.

Filters

  • quickSearch: Case-insensitive partial match on the profile name.
  • includeArchived: Include archived profiles. Defaults to false.

Permissions Required

  • orders:read_fulfillment_profiles permission
fulfillmentProfiles(
after: String
before: String
filters: FulfillmentProfileFilterInput
first: Int
last: Int
): FulfillmentProfileConnection

Arguments

fulfillmentProfiles.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

fulfillmentProfiles.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

fulfillmentProfiles.filters ● FulfillmentProfileFilterInput input orders

Filtering options for fulfillment profiles.

fulfillmentProfiles.first ● Int scalar common

Returns the first _n_ elements from the list.

fulfillmentProfiles.last ● Int scalar common

Returns the last _n_ elements from the list.

Type

FulfillmentProfileConnection object common

The connection type for FulfillmentProfile.