AcceptFulfillmentRequest
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
Input
| Name | Type | Description |
| Id | String | The identifier of the fulfillment order associated with the fulfillment request. |
| Message | String | An optional message included with the fulfillment acceptance, often used for notes or context. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the request completed successfully. |
| Details | String | Additional information or error details about the request outcome. |
| FulfillmentOrderID | String | The globally unique identifier of the fulfillment order after the request is processed. |
| RequestStatus | String | The current status of the request, such as accepted, pending, or failed. |