交付资料-DeliveryProfile 对象

多地点,按产品交付的配置文件。


在本页面


Connections

  • profileItems([DeliveryProfileItemConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofileitem)
    与该配置文件关联的产品和变体。
争论 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false
sortKey
() [ProfileItemSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/profileitemsortkeys)
按给定键对基础列表进行排序。不建议使用此参数:不再支持概要文件项目排序。
默认值:ID
  • sellingPlanGroups([SellingPlanGroupConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplangroup)
    与指定的交货配置文件关联的销售计划组。
争论 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false


字段

  • activeMethodDefinitionsCount([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    该配置文件的有效运输价格数。
  • 默认([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    这是否是默认配置文件。
  • 编号([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    全局唯一标识符。
  • legacyMode([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    这家商店是否已为交货资料启用了旧版兼容模式。
  • locationWithoutRatesCount([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    未定义费率的地点数量。
  • 名称([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    交付配置文件的名称。
  • originLocationCount([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    概要文件的有效原点位置数。
  • productVariantsCountV2([DeliveryProductVariantsCount!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryproductvariantscount)
    此配置文件中有多少种产品变型。
  • profileLocationGroups([[DeliveryProfileLocationGroup!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofilelocationgroup)
    使用此配置文件的位置组和关联的区域。
  • unassignedLocations([[Location!]!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/location)
    尚未为此配置文件的位置组分配的位置列表。
  • zoneCountryCount([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    要提供有效汇率的国家/地区的数量。


返回DeliveryProfile的类型

  • [ProductVariant.deliveryProfile](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariant#deliveryprofile-2021-01)
  • [QueryRoot.deliveryProfile](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#deliveryprofile-2021-01)
  • [QueryRoot.deliveryProfiles](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#deliveryprofiles-2021-01)


DeliveryProfile的突变


派生关系

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)

在本页面


字段

  • edges[[DeliveryProfileEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofile)
    边列表。
  • pageInfo[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
    有助于分页的信息。

一种自动生成的类型,在分页期间包含一个DeliveryProfile和一个光标。


在本页面


字段

  • cursor[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    用于分页的光标。
  • node[DeliveryProfile!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofile)
    DeliveryProfileEdge末尾的项目。

返回DeliveryProfileEdge的类型

  • [DeliveryProfileConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofile#edges-2021-01)