AcceptFulfillmentRequest
Approves a pending fulfillment request and authorizes the fulfillment service to ship the associated order.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The unique identifier of the fulfillment order associated with the fulfillment request. |
| Message | String | An optional message providing additional context or notes for the fulfillment request. |
Result Set Columns
| Name | Type | Description |
| Id | String | The unique identifier of the fulfillment order that was updated after accepting the fulfillment request. |
| Success | Boolean | Indicates whether the operation completed successfully. |
| Details | String | Additional information or diagnostic details about the execution of the operation. |