FulfillmentOrderMerchantRequest object

Represents a request made by the merchant to a fulfillment service for a fulfillment order.

On this page

Fields

  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • kind ([FulfillmentOrderMerchantRequestKind!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordermerchantrequestkind))
    The kind of request made.
  • message ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The optional message that the merchant included in the request.
  • requestOptions ([JSON](https://shopify.dev/docs/admin-api/graphql/reference/scalar#json-2021-01))
    Additional options requested by the merchant. These depend on the kind of the request. For example, for a FULFILLMENT_REQUEST, one option is notify_customer, which indicates whether the merchant intends to notify the customer upon fulfillment. The fulfillment service can then set notifyCustomer when making calls to FulfillmentCreateV2.
  • responseData ([JSON](https://shopify.dev/docs/admin-api/graphql/reference/scalar#json-2021-01))
    The response from the fulfillment service.
  • sentAt ([DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
    The timestamp when the request was made.

Types that return FulfillmentOrderMerchantRequest

  • [FulfillmentOrder.merchantRequests](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder#merchantrequests-2021-01)

Implements

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

An auto-generated type for paginating through multiple FulfillmentOrderMerchantRequests.

On this page

Fields

  • edges ([[FulfillmentOrderMerchantRequestEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordermerchantrequest))
    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 FulfillmentOrderMerchantRequest 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 ([FulfillmentOrderMerchantRequest!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordermerchantrequest))
    The item at the end of FulfillmentOrderMerchantRequestEdge.

Types that return FulfillmentOrderMerchantRequestEdge

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