TenderProcessResponse
Response data returned after successfully processing a tender into an order.
Contains the essential information about the newly created order that resulted from the tender processing operation.
type TenderProcessResponse {
orderId: Int!
}
Fields
TenderProcessResponse.orderId
● Int!
non-null scalar
Unique identifier of the order created from the processed tender.
This order ID can be used to track the fulfillment status and manage the order lifecycle.
Returned By
tenderProcess
mutation