DeliveryProfileItem object

A product and the subset of associated variants that are part of this delivery profile.

On this page

Connections

  • variants ([ProductVariantConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariant))
    The product variants associated with this delivery profile.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
sortKey
(
[ProductVariantSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariantsortkeys)

)
Sort the underlying list by the given key. This argument is deprecated: Profile item variant sorting is no longer supported.
Default value: ID
  • Fields

  • product ([Product!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product))
    A product associated with this profile.

Types that return DeliveryProfileItem

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

An auto-generated type for paginating through multiple DeliveryProfileItems.

On this page

Fields

  • edges ([[DeliveryProfileItemEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofileitem))
    A list of edges.
  • pageInfo ([PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo))
    Information to aid in pagination.

An auto-generated type which holds one DeliveryProfileItem and a cursor during pagination.

On this page

Fields

  • cursor ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    A cursor for use in pagination.
  • node ([DeliveryProfileItem!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofileitem))
    The item at the end of DeliveryProfileItemEdge.

Types that return DeliveryProfileItemEdge

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