kind:
FulfillmentOrderMerchantRequestKind! -
The kind of request made.
message:
String -
The optional message that the merchant included in the request.
requestOptions:
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:
JSON -
The response from the fulfillment service.
sentAt:
DateTime! -
The timestamp when the request was made.