Fulfillment requests can have one of the following statuses:

Updating Fulfillment Request Status in NetSuite via SuiteScript
To update the status of a Fulfillment Request, use the transtatus field
record.setValue({
fieldId: ‘transtatus’,
value: ‘B’ // ‘B’ typically represents “Pending Fulfillment”
});