AcceptFulfillmentRequest
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The id of the fulfillment order. |
| Message | String | An optional reason for accepting the fulfillment request. |
Result Set Columns
| Name | Type | Description |
| Id | String | The id of the modified fulfillment order. |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |