# FulfillmentOrderMerchantRequest - admin-graphql - OBJECT Version: 2024-10 ## Description A request made by the merchant or an order management app to a fulfillment service for a fulfillment order. ### Access Scopes `read_assigned_fulfillment_orders` access scope, `read_merchant_managed_fulfillment_orders` access scope or `read_third_party_fulfillment_orders` access scope. ## Fields * [fulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder! - The fulfillment order associated with the merchant request. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [kind](/docs/api/admin-graphql/2024-10/enums/FulfillmentOrderMerchantRequestKind): FulfillmentOrderMerchantRequestKind! - The kind of request made. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String - The optional message that the merchant included in the request. * [requestOptions](/docs/api/admin-graphql/2024-10/scalars/JSON): JSON - 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 `FulfillmentCreate`. * [responseData](/docs/api/admin-graphql/2024-10/scalars/JSON): JSON - The response from the fulfillment service. * [sentAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The timestamp when the request was made. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples