履行服务-FulfillmentService 对象

表示履行服务。履行服务是代表商店所有者准备和运送订单的第三方服务。

在本页面

字段

  • callbackUrl([URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
    履行服务已注册用于请求的回调URL。
  • fulfillmentOrdersOptIn([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    履行服务是否已选择基于履行订单的请求。
  • 处理([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    此履行服务的人类可读的唯一标识符。
  • 编号([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    履行服务的ID。
  • 库存管理([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    履行服务是否跟踪产品库存并向Shopify提供更新。
  • 位置([Location](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/location)
    与履行服务关联的位置。
  • productBase([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    履行服务是否支持本地交付。
  • serviceName([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    商家所看到的履行服务的名称。
  • shippingMethods([[ShippingMethod!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/shippingmethod)
    与履行服务提供商关联的运输方式。
  • 类型([FulfillmentServiceType!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentservicetype)
    与履行服务关联的类型。

返回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)


FulfillmentService的变更