adonly' => true, 'default' => '', ), 'address_2' => array( 'description' => _x( 'The location address 2.', 'shipments', 'woocommerce-germanized' ), 'type' => 'string', 'context' => array( 'view', 'edit' ), 'readonly' => true, 'default' => '', ), 'postcode' => array( 'description' => _x( 'The location postcode.', 'shipments', 'woocommerce-germanized' ), 'type' => 'string', 'context' => array( 'view', 'edit' ), 'readonly' => true, ), 'city' => array( 'description' => _x( 'The location city.', 'shipments', 'woocommerce-germanized' ), 'type' => 'string', 'context' => array( 'view', 'edit' ), 'readonly' => true, ), 'country' => array( 'description' => _x( 'The location country.', 'shipments', 'woocommerce-germanized' ), 'type' => 'string', 'context' => array( 'view', 'edit' ), 'readonly' => true, ), ), ), ), ), ), ), ); } public function get_item_response( $item ) { return array( 'pickup_locations' => $item->pickup_locations, ); } }