AcceptFulfillmentRequest
Approves a fulfillment request and instructs the assigned fulfillment service to begin order processing.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the fulfillment order that is being accepted for processing. |
| Message | String | An optional message included with the fulfillment acceptance, often used for notes or confirmation context. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the fulfillment acceptance operation completed successfully. |
| Details | String | Additional contextual information or diagnostic details about how the fulfillment request was processed. |
| FulfillmentOrderID | String | The unique identifier of the fulfillment order that was successfully accepted or processed. |
| RequestStatus | String | The resulting status of the stored procedure, showing whether the fulfillment request was accepted, declined, or encountered an error. |