Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderMerchantRequest > requestOptions
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
.
Signature:
requestOptions?: Maybe<Scalars['JSON']['output']>;