WC_REST_Fulfillments_V4_Controller::get_args_for_update_fulfillmentprivateWC 1.0

Get the arguments for the update fulfillment endpoint.

Method of the class: WC_REST_Fulfillments_V4_Controller{}

No Hooks.

Returns

Array.

Usage

// private - for code of main (parent) class only
$result = $this->get_args_for_update_fulfillment(): array;

WC_REST_Fulfillments_V4_Controller::get_args_for_update_fulfillment() code WC 10.3.6

private function get_args_for_update_fulfillment(): array {
	return $this->get_write_args_for_fulfillment( false );
}