Automattic\WooCommerce\Internal\Fulfillments
OrderFulfillmentsRestController::get_args_for_create_fulfillment
Get the arguments for the create fulfillment endpoint.
Method of the class: OrderFulfillmentsRestController{}
No Hooks.
Returns
Array.
Usage
// private - for code of main (parent) class only $result = $this->get_args_for_create_fulfillment(): array;
OrderFulfillmentsRestController::get_args_for_create_fulfillment() OrderFulfillmentsRestController::get args for create fulfillment code WC 10.3.3
private function get_args_for_create_fulfillment(): array {
return $this->get_write_args_for_fulfillment( true );
}