FulfillmentService object

Represents a fulfillment service. A fulfillment service is a third-party service that prepares and ships orders on behalf of the store owner.

On this page

Fields

  • callbackUrl ([URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01))
    The callback URL the fulfillment service has registered for requests.
  • fulfillmentOrdersOptIn ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the fulfillment service has opted into fulfillment order based requests.
  • handle ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Human-readable unique identifier for this fulfillment service.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The ID of the fulfillment service.
  • inventoryManagement ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the fulfillment service tracks product inventory and provides updates to Shopify.
  • location ([Location](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/location))
    Location associated with the fulfillment service.
  • productBased ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the fulfillment service supports local deliveries.
  • serviceName ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The name of the fulfillment service as seen by merchants.
  • shippingMethods ([[ShippingMethod!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/shippingmethod))
    Shipping methods associated with the fulfillment service provider.
  • type ([FulfillmentServiceType!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentservicetype))
    Type associated with the fulfillment service.

Types that return FulfillmentService

  • [CalculatedDraftOrderLineItem.fulfillmentService](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorderlineitem#fulfillmentservice-2021-01)
  • [DraftFulfillment.service](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/draftfulfillment#service-2021-01)
  • [DraftOrderLineItem.fulfillmentService](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorderlineitem#fulfillmentservice-2021-01)
  • [Fulfillment.service](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillment#service-2021-01)
  • [LineItem.fulfillmentService](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitem#fulfillmentservice-2021-01)
  • [LineItemMutable.fulfillmentService](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitemmutable#fulfillmentservice-2021-01)
  • [Location.fulfillmentService](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/location#fulfillmentservice-2021-01)
  • [ProductVariant.fulfillmentService](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariant#fulfillmentservice-2021-01)
  • [QueryRoot.fulfillmentService](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#fulfillmentservice-2021-01)
  • [ShippingLine.requestedFulfillmentService](https://shopify.dev/docs/admin-api/graphql/reference/orders/shippingline#requestedfulfillmentservice-2021-01)
  • [Shop.fulfillmentServices](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#fulfillmentservices-2021-01)

Mutations for FulfillmentService